Jump to content

Recommended Posts

Posted

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

  • Administrators
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...