Jump to content

ScreenMask


dkeene

Recommended Posts

Hello

I am creating forms at runtime from a main form. Some of the forms may take a while to show, and I am trying to make a screenmask to show on the launching form that shows when user clicks the button to launch the form and stop showing when the form is shown.

uniSpeedButton is clicked:

                     try
                        MyfmTableEdit:=TfmTableEdit.Create(uniApplication);
                        //this takes a while
                        
                        //SHOW SCREEN MASK with message like 'please wait while processing...';
                        
                        MyfmTableEdit.ShowModal;  //AND HIDE SCREEN MASK
                     finally

                     end;

I checked the demos and didn't understand how to apply here... Any thoughts??

Thanks

Doug

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