IRWANTO82 Posted October 19, 2014 Posted October 19, 2014 how to show uniscreenmask manually i want to display uniscreen manually after user confirm message, not when user click button using property .ScreenMask my own : uniGUIDialogs.MessageDlg( 'Do you want preview report without filter ?', mtConfirmation, mbYesNo, procedure(Sender: TComponent;Res: Integer) begin case Res of mrYes : begin // showing mask screenmask.show; call_my_report; end; mrNo : begin end; end; end); Quote
Hayri ASLAN Posted October 19, 2014 Posted October 19, 2014 You can use UniExWaitme. http://hayriaslan.net:8079/ I will share soon Quote
IRWANTO82 Posted October 19, 2014 Author Posted October 19, 2014 You can use UniExWaitme. http://hayriaslan.net:8079/ I will share soon is free or not.. ? your .exe http://hayriaslan.net:8079/UniExclusiveDemo.exe Quote
Sherzod Posted October 19, 2014 Posted October 19, 2014 http://forums.unigui.com/index.php?/topic/4475-uniexclusive/ Quote
Hayri ASLAN Posted October 19, 2014 Posted October 19, 2014 i will share this week and you will can Quote
zilav Posted October 19, 2014 Posted October 19, 2014 It won't work since you want to show a mask in the same server event with calling report generation. The easiest solution is to create your own dialog form with Yes and No buttons, and enable screen mask in Yes button properties. Quote
Administrators Farshad Mohajeri Posted October 19, 2014 Administrators Posted October 19, 2014 I will add a solution to this in next build. Quote
ZigZig Posted October 19, 2014 Posted October 19, 2014 Hi irwan, You can use JavaScript (with ExtEvents code or with AddJS method). For example, if you have an UniScreenMask on your MainForm, and if you set its AttachedControl to UniButton1, you can write something ilke this : MainForm.UniButton1.showMask(); If you do so, don't forget to manually hide this mask when it becomes useless: MainForm.UniButton1.hideMask(); I hope it will help you. 1 Quote
ZigZig Posted October 24, 2014 Posted October 24, 2014 Hi Irwan, Did you achieve how to show uniscreenmask manually ? Quote
herculanojs Posted May 30, 2016 Posted May 30, 2016 You walk was this feature? It will be implemented? 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.