erich.wanker Posted November 22, 2016 Posted November 22, 2016 Hello ... i use to send files to client: UniSession.SendFile(CacheFileName); i have a button to start the sending ... in Button -> ExtEvent -> click - > i have function click(sender, eOpts) { MainForm.mask.show(); } if the file is send to 100% - i want to execute this: UniSession.AddJS('MainForm.mask.hide();'); how can i make this? ThanX for help Erich Quote
Sherzod Posted November 22, 2016 Posted November 22, 2016 Hi Erich, Can you try to use for this: UniButton -> ScreenMask property ?! Best regards. 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.