gui.showWaitingDialog
Puts up a Please Wait style message.
Prototype
gui.showWaitingDialog ( bShow )
Description
Whenever you need to tell the user to be patient.
Parameters
bShow - true for show, false for hide
Sample
gui.showWaitingDialog ( true ) if ( not job.run ( hExportJob, true ) ) then gui.showWaitingDialog ( false ) log.warning ( "Import job failed to launch" ) end
Available since ShiVa 2.0