Jump to content

Guinther

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Guinther

  1. Hi We have a really big form with a PageControl and many tabsheets (about 1k controls), this process is taking some about 15 to 20 seconds to complete rendering I'd like to implement a ondemand creation / load by demand to decrease rendering time After a debug session, we discovery most time is used on rendering process, to generate the HTML code for each control, not on the its creation on server as a Delphi component coming from the DFM Base on documentation and demos, we know that one approach is to move the tab sheets to frames, and to create this frames on demand The problem is that our controls on each frame are very coupled and dependents, so we got many access violations Then we try to symple set the tabs to visible = false, to disable unigui to render this controls The problem is that unigui render the control even it's visible as false on server, sending the complete HTML code to browser with the display = none So, some idea how to implement this on demand rendering with less impact in source code (frame on demand base approach)? In other words, I'd like to say no unigui to dont render some sheets or set of controls Thanks
×
×
  • Create New...