turan Posted May 29, 2020 Posted May 29, 2020 implemented WaitDialogs? What solutions are used to organize the long boot process? Quote
Hayri ASLAN Posted October 27, 2020 Posted October 27, 2020 23 hours ago, Daha Software said: ??? Hi, ShowMask and HideMask are wait dialogs. Quote
emin Posted June 7, 2021 Posted June 7, 2021 Hi I need to use showmask on a frame after a messagedlg dialog. However it doesn't show any mask. Quote MessageDlg('xyzt', mtConfirmation, mbYesNo, procedure(Sender: TComponent; Res: Integer) begin case Res of mrYes: begin ShowMask('İşlem yapılırken lütfen bekleyiniz'); UniSession.Synchronize; ............... HideMask; end; end; Quote
emin Posted June 7, 2021 Posted June 7, 2021 I found the solution on the forum. However this time it show only loading message instead of my message 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.