Re: WAKEUP problem


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Brian Levantine on June 13, 2007 at 11:15:13:

In Reply to: WAKEUP problem posted by Grant Foraker on June 13, 2007 at 07:54:12:

The problem here is that your code is suspended because of the wakeup call. The cancel button will cause the dialog to close but your code will not receive the cancel event because it's suspended. I'm not yet sure why the partition returns to Qmonitor. As things are setup today, you'll have to get creative. You could switch to a (gulp!) polling mechanism that would periodically check to see if the dialog has been closed. Alternatively, you might be able a use second background partition for the wakeup which, upon triggering, would interrupt the UI partition which could then do it's thing. If the UI partition dialog canceled, it would then kill or notify the background partition. Not the best solutions, but I'm sure you get the idea.


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]