To clarify (although I'm not sure how relevant it might be), are you
describing scenarios that always involve blocking/waiting for user
input via some sort of Dialog/Window, or a more generic flow like
1) do something
2) block until *something else* happens (not just a choice of options
from a Dialog)
3) continue, most likely branching based on the 'result' from 2

On 16 August 2011 13:11, Clint Gilbert <[email protected]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I don't have any terribly bright ideas, I'm afraid.  I wanted something
> like:
>
> user initiates some process
> some stuff happens, including:
> ask user a yes/no question
> if(answer == yes)
>  do one thing
> otherwise
>  do some other thing
>
> - - basically like Javascript alert()s, but this isn't possible.

Reply via email to