Jump to content

Recommended Posts

  • Administrators
Posted

Is there a way to attach more then ONE control to a TUniScreenMask?

 

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.

Posted

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?

  • Administrators
Posted

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.

Posted

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?

  • Administrators
Posted

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.

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