On 2/27/2015 11:56 AM, Dr. Hawkins wrote:
There isn't any code that should be intercepting the quit or shutdown
requests, but I'm wondering if the period handlers could be somehow
blocking this?  e.g., ones like

on doIt
doSomething
send "doIt" to me in 100 milliseconds
end doIt

This means that there are always messages in the queue; is the engine
waiting for that to empty, or do i have something more awkward on my hands?

Pending messages will always prevent a shutdown. So will open drivers. You need to close everything and remove all pending messages from the queue. See the "cancel" command in the dictionary.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to