Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/17/20 in all areas

  1. A simple example "how to" capture image in desktop format with image feedback and save in temp's folder or load in you dataset field (see comments in code). In Mobile uses the unimFileUpload component. Won't work in IOs/IPhone if the server is not in a https:// connection. Project available at https://www.uniguiexpress.com
    1 point
  2. This works perfectly. Thank you very much.
    1 point
  3. .mainbtnimg { position: initial; } UnimImage3.Stretch := True; UnimImage3.Proportional := True; thank you
    1 point
  4. Delphi -> uniGUI for Delphi -> Inheritable Items
    1 point
  5. Hello , I have used the first Approach in 2 wizards , it is working fine with organizing each step code in {$REGION}, but I don't recommend it. in another wizard I mix between 1 and 3 (Especially good if you going to use existing forms and use them inside taps) I think you will be better off with no 3 it will be more manageable like Mohamed Nasman said regards
    1 point
  6. Hello, I have used approach 2, but moved to 3. I'm using forms but embedded inside panel as it a frame, I only use frames for static data that will be shared across many forms. Forms has much more features and events, for example I use OnShow event to prepare some data
    1 point
  7. I don't want to hijack your thread and change the subject but can we use Frames for mobile development? After seeing the difference in layout properties of desktop and mobile versions, I completely dismissed using frames for such cases under mobile.
    1 point
  8. Hello Jean Marc, i really like this kind of topics. Never again coding with spaghetti code ! That is the resolution for a good developer. in major of unigui project, i am using your solution N°2 : - minimum code on each Frame - maximum code on a Class The class will have all necessary methods. This approach gives much clear code, easyer to maintain and valuable for hybrid project (Desktop and Mobile). Regards
    1 point
×
×
  • Create New...