gui.showWaitingDialog

Puts up a Please Wait style message.

Prototype

  1. gui.showWaitingDialog ( bShow )

Description

Whenever you need to tell the user to be patient.


Parameters

bShow - true for show, false for hide


Sample

  1. gui.showWaitingDialog ( true )
  2. if ( not job.run ( hExportJob, true ) ) then
  3. gui.showWaitingDialog ( false )
  4. log.warning ( "Import job failed to launch" )
  5. end

Available since ShiVa 2.0