ldb68 Posted December 10, 2015 Posted December 10, 2015 How I can show a ScreenMask when a call a function inside a popupmenu? Can I do something like this? procedure TMainForm.PopupMenu1Click(Sender: TObject); begin UniScreenMask1.ShowMask; unimainmodule.MyFunctionTimeConsuming; UniScreenMask1.HideMask; end; PopupMemu Item has not "Client Events" so i can not use the code from demos UIMask-Client ... thanks Quote
Sherzod Posted December 10, 2015 Posted December 10, 2015 Hi, You can use UniPopupMenu1.ScreenMask: Best regards. Quote
ldb68 Posted December 10, 2015 Author Posted December 10, 2015 Hi, You can use UniPopupMenu1.ScreenMask: uniPopupMenuScreenmask.png Best regards. Strange. I had felt this way and does not seem to work. Now works. I know that the Delphi IDE sometimes must be restarted ... thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.