When I use:
dialogProcOptions ( Schmandle, 1000, 2)
to disable my dialog... nothing seems capable of waking it back up. As a test I even tried the re-enable command in a subsequent statement like:
dialogProcOptions ( Schmandle, 1000, 2)
dialogProcOptions ( Schmandle, 1000, 0)
But once it's disabled, it seems to be completely dead, and I have to kill it with ctrl-Break.
This should work, right? Maybe I'm missing something about how to use it?