Jump to content

TUniScreenMask multiple attached control


ldb68

Recommended Posts

Currently no.

 

ScreenMask component will be deprecated in one of the next releases (0.86.0). Each Control will have its own mask control property.

I've some question.

By your design and/or ExtJS frame-work, the controls that are showing a loading screen mask are blocked AJAX code, aren't they?

Link to comment
Share on other sites

  • Administrators

I've some question.

By your design and/or ExtJS frame-work, the controls that are showing a loading screen mask are blocked AJAX code, aren't they?

 

JS code is not blocked. There is no way to block JS code as JS has no Sleep or Wait function. Screen mask is displayed when an AJAX call is initiated and will be displayed until there is a response from server or a timeout occurs.

Link to comment
Share on other sites

JS code is not blocked. There is no way to block JS code as JS has no Sleep or Wait function. Screen mask is displayed when an AJAX call is initiated and will be displayed until there is a response from server or a timeout occurs.

Thank you, there is a way to know other controls have been already initiated. what are WebForm.IsLoading scope and capacity?

Link to comment
Share on other sites

  • Administrators

Thank you, there is a way to know other controls have been already initiated. what are WebForm.IsLoading scope and capacity?

 

UniForm.OnShow event is when all web controls are created. Some controls may be rendered some may not.

UniForm.OnActivate event occurs after Form is fully shown and all web controls are rendered.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...