Re: Lock messages, and I mean it, damnit!

2015-08-01 Thread Phil Davis
I naively ask: What happens if you shut down services after everything is closed, instead of before? Would that cause other problems? Phil Davis On 8/1/15 12:31 PM, Dr. Hawkins wrote: Is there a way to lock messages and make it stick? In my quit routine so shut down, I handle some matters

Re: Lock messages, and I mean it, damnit!

2015-08-01 Thread Dr. Hawkins
On Sat, Aug 1, 2015 at 1:17 PM, Scott Rossi wrote: > Perhaps you're getting a script error somewhere other than your closeCard > handlers. A simple test here of closing a substack that executes a basic > event during closeCard works as expected. > Those were the absolutely last two cards of my

Re: Lock messages, and I mean it, damnit!

2015-08-01 Thread Scott Rossi
Perhaps you're getting a script error somewhere other than your closeCard handlers. A simple test here of closing a substack that executes a basic event during closeCard works as expected. If you have multiple stacks to close, you might try closing them one-by-one individually and see if one caus