herculanojs Posted July 19, 2016 Posted July 19, 2016 an application would be possible to work for the two environments? Or necessarily have to have one for mobile and one for desktop? Quote
leandroavila74 Posted July 20, 2016 Posted July 20, 2016 The same application can run in 2 environments, there is example in C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ Demos \ Touch \ Hybrid The servermodule and mainmodule are shared by the two environments, but each environment has its forms "desktop" and "mobile", ie you will have for example an mainform and mainmform. The system starts and detects the environment and opens the mainform or mainmform automatically after you call the respective forms of each platform Quote
mehamada Posted March 1, 2018 Posted March 1, 2018 to setup hybrid application (desktop and mobile) 1- create desktop unigui app and check servermodule -> options -> soAutoPlatformSwitch = True 2- add unigui desktop login form 3- add unigui mobile form (main form) 4- add unigui mobile form (login form) 5- compile and run in desktop you will got the login of desktop , run in mobile you will got the mobile version 6- each time you add an unigui form for desktop that doing some business, you should add a unigui form for mobile (if you need that features available in mobile version) thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.