Page 1 of 1

Answer with messages?

Posted: Mon Apr 05, 2010 11:52 pm
by ukaussie
Hi,

Is there a way for background processes to continue while the user responds to an "answer" dialog box? I have a clock running in the background that stops when the answer dialogue box pops up. I have included 'with messages' in the clock script.

Grant.

Re: Answer with messages?

Posted: Tue Apr 06, 2010 1:30 am
by RRobert
ukaussie wrote:Is there a way for background processes to continue while the user responds to an "answer" dialog box?
No, I believe the answer dialog is blocking but you could create your own non-blocking dialog box by using a sub stack.

Robert