Jump to content

Changing Out from windows style form to a web style


stevehodges

Recommended Posts

41 minutes ago, stevehodges said:

I currently have an application where the output is a windows style form. I would like to change it to a web style output

Hello,

it is not by a magic wand, that this is done (although conversion tools exist VCL --> Unigui).

You may be tempted to do so, but sooner or later you will run into problems.

On web, you have to think differently:

• Multiple sessions

• Resource management

• Server side, client side

 

it would be wiser to start from scratch, create a new 100% unigui project.

And....don't be discouraged. It will go fast...

Link to comment
Share on other sites

In the demo windowless I was able to figure out how to remove the frame. Here is the real answer for the issue without having to dig.

In UniServerModule by setting property "MainFormDisplayMode" to 
"mfPage" you can remove borders from MainForm.  

In this mode instead of a windowed Form, a white blank page is created as 
MainForm. This mode only affects the MainForm. All other Forms are 
displayed in standard windowed mode.

Link to comment
Share on other sites

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...