On 02/26/2016 07:02 PM, jameshale wrote:

Rather than try to find where things were locking up, why not just ensure it
is unlocked when I need it.

Because locks and unlocks are paired. Screen locking increments a counter, and unlocking decrements the counter. Once the counter reaches zero the screen is unlocked again. If you just have a random unlock in your code you may be messing with things elsewhere.

--
 Mark Wieder
 ahsoftw...@gmail.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