Jump to content

Switch off unused events


zilav

Recommended Posts

Greetings!

 

All my uni apps work in mfPage, insert frames and rarely open a single form with ShowModal for some user input, and I don't care where user can drag that window. But unigui still generates ajax events for all actions even if they are not needed for app to function properly.

So is it possible to create some EventOptions in ServerModule where selected event types can be swiched off to speed up? I'm sure there are other non essential events out there besides form's position that are not required by every application.

For another example I don't need real position and size of controls on my forms and frames if user resizes browser window since browser alings everything itself, so would like to disable all such events too.

What I try to achieve is smooth appearance and work of full page apps like this one

http://www.tradatel.com/RankingFGCLM/

while now you can notice huge delays in repainting.

Link to comment
Share on other sites

×
×
  • Create New...