Jump to content

Design strategy (web mode)


rsanford

Recommended Posts

Hello,

My apologies first if this has been covered elsewhere. I can see many options when designing the structure of an uniGUI web application(ie. tab/page control where frames are loaded into the tabbed page (similar to the demo) or multiple forms open over the main maximzed form similar to MDI). Is there a recommended strategy when designing a resource efficient web applications with uniGUI?

 

Thanks in advance!

Link to comment
Share on other sites

Hello,

My apologies first if this has been covered elsewhere. I can see many options when designing the structure of an uniGUI web application(ie. tab/page control where frames are loaded into the tabbed page (similar to the demo) or multiple forms open over the main maximzed form similar to MDI). Is there a recommended strategy when designing a resource efficient web applications with uniGUI?

 

Thanks in advance!

 

I'm using a big UniPageControl and then I create UniFrames in new tabsheets in runtime.

Is the more similar as MDI as I found.

 

J.

 

PS. Warning: when closing tabsheets, I must free the frame and then free the tabsheet; destroying the tabsheet doesn't destroy his child controls! (Even maybe this is corrected in latest builds).

Link to comment
Share on other sites

  • Administrators

Hello,

My apologies first if this has been covered elsewhere. I can see many options when designing the structure of an uniGUI web application(ie. tab/page control where frames are loaded into the tabbed page (similar to the demo) or multiple forms open over the main maximzed form similar to MDI). Is there a recommended strategy when designing a resource efficient web applications with uniGUI?

 

Thanks in advance!

 

My own design approach is simple. It is creating a main Form in mfPage mode with top menus. I use Modal Forms for data input and other stuff.

 

Other strategy can be a UniTreeView aligned on left with Pages, Frames and Tabs on right similar to our MegaDemo.

 

While uniGUI allows designing complex UI, I always prefer the simplest way to achieve best functionality. Complex UI can slow down browser and take a long time to load on slow connections.

Link to comment
Share on other sites

My own design approach is simple. It is creating a main Form in mfPage mode with top menus. I use Modal Forms for data input and other stuff.

 

Other strategy can be a UniTreeView aligned on left with Pages, Frames and Tabs on right similar to our MegaDemo.

 

While uniGUI allows designing complex UI, I always prefer the simplest way to achieve best functionality. Complex UI can slow down browser and take a long time to load on slow connections.

 

Understood..thanks Farshad.

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