Hi. 

I make a new stack with two cards. I make a field on cd 2.  I put this in a 
button script on cd 1:





on mouseUp
 --  lock screen
   go cd 2
   wait 20
   put random(999) into fld 1
   wait 20
   put random(999) into fld 1
end mouseUp



You see the new numbers appear. But if you lock the screen, you do not. What is 
the difference between this stack and yours?


Craig Newman


-----Original Message-----
From: Mike Kerner <mikeker...@roadrunner.com>
To: How to use LiveCode <use-livecode@lists.runrev.com>
Sent: Sat, Nov 26, 2016 8:57 am
Subject: Re: Lock Screen command not locking the screen

We'll probably need more of a look at your code and stack.On Sat, Nov 26, 2016 
at 3:23 AM, Peter Bogdanoff <bogdan...@me.com> wrote:> I’m going to another 
card and I want the screen to lock while controls on> the this second card are 
being worked on: old controls deleted, new fields> and graphics created, an 
image loaded from a remote server and the like.>> I set the lockScreen to true 
and then issue the commands to go to the> other card and do the work. However, 
I’m seeing the bits and pieces> happening in real time, not a clean show as I 
would like.>> Am I missing something? Should I expect otherwise?>> Peter 
Bogdanoff> _______________________________________________> 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>-- On the first day, God 
created the heavens and the EarthOn the second day, God created the oceans.On 
the third day, God put the animals on hold for a few hours,   and did a little 
diving.And God said, "This is 
good."_______________________________________________use-livecode mailing 
listuse-livecode@lists.runrev.comPlease visit this url to subscribe, 
unsubscribe and manage your subscription 
preferences:http://lists.runrev.com/mailman/listinfo/use-livecode
_______________________________________________
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