dima72 Posted August 5, 2012 Posted August 5, 2012 Hi, I highly appreciate UniGui approach. my question is how can i quickly port my existing application to UniGui? It is cumbersome thing to redesign all forms in existing gui. Maybe I can derive kind of Mediator component, put it on my existing forms and connect GUI components to it? Perhaps i can derive my forms from UniGui forms without much of coding. thanks in advance. Dmitry Quote
Administrators Farshad Mohajeri Posted August 7, 2012 Administrators Posted August 7, 2012 There is no quick way of porting an existing VCL app to uniGUI. You can open DFM file and replace say, all TEdits with TUniEdits. Again you must go through all your code and forms and make sure they will work correctly in a multi-threaded web app. 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.