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.
Answer with messages?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Answer with messages?
No, I believe the answer dialog is blocking but you could create your own non-blocking dialog box by using a sub stack.ukaussie wrote:Is there a way for background processes to continue while the user responds to an "answer" dialog box?
Robert