Jump to content

Aggie85

uniGUI Subscriber
  • Posts

    187
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Aggie85

  1. Howdy All! I would like to use the more modern label/text field approach; that is, if the field is empty, the title is displayed in the place holder. Once there is a value in the field, the field title gets displayed in the left / top of the text field. Looking at the Sencha documentation, the underlying control supports this. Ext.field.Text | Ext JS 6.5.3 (sencha.com) Any idea how to get UniGui to do this through the Object Inspector? All the best, Aggie85
  2. Howdy! Yep - installed properly or none of demos including the All Features Demo would even build. All of the other demos I have tried work so I am going to try and move the demos out of the \Programs (86) folder even thought that shouldn't be issue since Rad Studio is running with Administrator rights. Happy Easter, Aggie85
  3. Nope! Rad Studio is configured on my machine to be running as Administrator. Next solution! Aggie85.
  4. I am guessing that there are no C++ examples - just all in Pascal!!!??
  5. Ok ... I have updated my account with my forum e-mail account. So how do I fix the problem? Aggie85
  6. Howdy All, I am using the latest registered version of UniGui. I am browsing through all the demo apps for UniGui. When I try and run the AllFeaturesDemo, the application throws the exception below and terminates. mdemo.exe: 00003D14: 22:34:37 [TUniServerModule]:Server First Init. mdemo.exe: 00003D14: 22:34:37 [TUniServerModule]:Start Path = C:\Program Files (x86)\Embarcadero\Studio\22.0\NewVCL\FMSoft\Framework\uniGUI\Demos\Desktop\AllFeaturesDemo\ mdemo.exe: 00003D14: 22:34:37 [TUniServerModule]:Debug Mode = ON mdemo.exe: 00003D14: 22:34:41 [TUniGUIServerModule.Create]:EReadError : Error reading Image1.Picture.Data: Cannot create a file when that file already exists. Mdemo has adminsistrator privileges. How do I fix this issue? All the best, Aggie85
  7. Howdy, I just got the registered version of UniGui and I am looking forward to getting started. Are there any example apps in C++ Builder or just Delphi? All the best, Aggie85
  8. Howdy Fred, I don’t disagree with most of what you said but it depends on the complexity / needs of the app. when I designed the third version of my web app (link above), I moved away from using any grids or other UI components that don’t change/scale in a responsive way. My app also doesn’t really have any complicated data entry needs. Any how, I was hoping I could easily do something similar with Unigui. I am now looking at Angular for client apps and I will continue to write my backend REST apis in c++. All the best, Shane
  9. Howdy Norm, Looks nice. Here is a link to my demo app that I wrote using BootStrap 4 components in Intraweb: https://demo.vtstix.com/TVTwebres/TVT_ISAPI.dll/$/?CompanyID=1&CustomerID=2 it is fully responsive. Thanks, Aggie85
  10. x11 thanks for the answer. I am in the process of trying to decide what language / framework to use for my next web project. All my current web apps have been in C++ Builder + IntraWeb. IntraWeb is very lacking in components outside of basics. Many of us use third party components like CGDevTools (which supply desktop / mobile editions). The reason I asked the original question is that I don't want two different sets of components for a web application. I would rather design my application to be responsive as possible (whether that means when possible using layouts or disabling features when not appropriate on small devices). The Sencha 7.x example link I gave previously (repeated below) is responsive: https://examples.sencha.com/extjs/7.3.0/examples/admin-dashboard/#widgets The online UniGui desktop examples are NOT responsive. Any how, I am hoping to see a UniGui example / real web app that is responsive before I go down this path. All the best, Aggie85
  11. Howdy All! I was reading the roadmap for UniGui and noticed the Q1-2020 had Sencha 7.x as part of it. I just went to Sencha's site and played with their 7.x demo app: https://examples.sencha.com/extjs/7.3.0/examples/admin-dashboard/#widgets for my needs, it is responsive. Can I develop a true responsive app with UniGui now without needing two web apps (one set of controls for desktop and one set of controls for mobile/tablet)? All the best, Aggie85 P.S. Please be safe.
  12. Howdy All! I have been "tagging" UniGui to look at for quite sometime and need to get a little information from existing users. A little background - I currently have written a reservation system. It is comprised of a WIN32/64 application and a web application written in IntraWeb using CGDevTools jQuery and jQueryMobile components. I am looking to "unify" my web apps from 2 to 1 (i.e. responsive). It it possible using UniGui to just use one set of components and have a responsive / consistent UI across all devices (desktop/tablet/mobile) like Bootstrap? Anybody have a link they can share if the answer to the above question is YES? I just want to make sure I investigate all Delphi/C Builder web development ways before I am forced to look at a different set of tools for web development. Thanks in advance, Aggie85
×
×
  • Create New...