Lena Posted September 4, 2015 Posted September 4, 2015 C++ Builder XE7. I use many components (FDQuery, ClientDataSet) in MainModule uniGUI Standalone Server application. This application for Desktop. I start new mobile uniGUI application. Can I use MainModule from uniGUI Desktop application in new mobile application? Just replace the files? Thanks. Quote
bugra Posted September 4, 2015 Posted September 4, 2015 Hello Kitty You can use mobile form and desktop form in same project. Just check out hybrid demo (it's under touch demos). But if you wanna separete your projects you can add other project's MainModule to it. Quote
Lena Posted September 4, 2015 Author Posted September 4, 2015 You can use mobile form and desktop form in same project. Just check out hybrid demo (it's under touch demos). Please explain me step by step how to add mobile form to an existing uniGUI desktop application? С++ Builder. Thank you. Quote
bugra Posted September 4, 2015 Posted September 4, 2015 Oh sorry. I didn't see you talking about C++ Builder. But since hybrid (mobile and desktop in same project) is a thing in UniGUI you most probably can add mobile form in desktop project with C++ Builder. I don't know about C++ builder but you may be add directly like add another uniform. Quote
Administrators Farshad Mohajeri Posted September 5, 2015 Administrators Posted September 5, 2015 Please try this: File->New->uniGUI For X ->Mobile Form->Mobile Application MainForm 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.