Non-blocking dialog box

J

jmss

Guest
Hi,

How can I create an ok/close dialog box like:

hiDisplayAppDBox(?name 'asyncDone ?dboxText sprintf(s "'%s'
completed.", cmd) ?buttonLayout 'Close)

that doesn't block the skill flow (icfb)?

The box notifies when a job has completed and I want the next job to
go on, regardless the user has pressed 'close' or not.

Thanks and best regards.
Joăo M. S. Silva
 
Sorry. I discovered a ?dialogStyle argument which can be set to
'modeless thus creating a non-blocking dialog box. Notwithstanding the
contents of the dialog boxes seem not to appear until all jobs are
finished...

Joăo M. S. Silva
 

Welcome to EDABoard.com

Sponsor

Back
Top