Jump to content

ScreenMask on application Body between LoginForm and MainForm


Skyp

Recommended Posts

Hi.

How to close the process of loading the main form with a mask (for some time 1-4 seconds (from client communication..) there may be a white screen between the authorization form and the MainForm.

How to call a mask on the body?

Is there even a way to manage the application body without resorting to js?

Link to comment
Share on other sites

On 8/22/2023 at 1:49 AM, Skyp said:

Hi.

How to close the process of loading the main form with a mask (for some time 1-4 seconds (from client communication..) there may be a white screen between the authorization form and the MainForm.

How to call a mask on the body?

Is there even a way to manage the application body without resorting to js?

Hello,

in the login form probably you have a button to confirm. In this button enable the ScreenMask property.

 

Roberto

Link to comment
Share on other sites

On 8/25/2023 at 6:30 PM, Roberto Nicchi said:

Hello,

in the login form probably you have a button to confirm. In this button enable the ScreenMask property.

 

Roberto

Good afternoon.

Probably misunderstood, while the code is running on the backend, this mask works.

Ie, the code has already worked on the backend, but there is no render in the browser, and while the browser renders, a white screen is visible.

 

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