On 12/13/2015 11:23 AM, Matt Maier wrote:
Any suggestions for tracking down what's causing the freeze? It's not happening inside of the handlers I wrote. Instead it's happening after all of my handlers are finished, and then only if I click the button as fast as possible instead of slowly down-up.
In general I've noticed freezes are due to infinite loops or message pileups. Try putting a flushEvents("mouseUp") or flushEvents("all") at the end of the sequence to remove extraneous clicks and see if that prevents the problem.
-- Jacqueline Landman Gay | [email protected] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
