Jump to content

[ASK]How to use UIMask when bordericon close clicked


IRWANTO82

Recommended Posts

how to display UImask before form close after bordericon from system menu (close icon) clicked,

my application need 5 sec to close it so i need UImask for user interface

 

i had setting frmlogin.ClientEvents.ExtEvent --> onClose property but still not work

 

 

function window.OnClose(p)

{

p.showMask('Terminate Application...', frmLogin.pnlMain);

}

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...