Yes, this is also my (original) question. Is there any answer???
Peter Bogdanoff
On Nov 28, 2016, at 8:07 AM, Bob Sneidar wrote:
> So THAT is my problem!!! IS there any way to lock the screen to prevent card
> changes from displaying? I use a method of encapsulating certain
> functionality in
So THAT is my problem!!! IS there any way to lock the screen to prevent card
changes from displaying? I use a method of encapsulating certain functionality
in the script of a particular card (my Database Setup card is a perfect
example). By simply going to the card all the variables and connecti
NVM Jacque recinded in what ammounts to a completely different thread in my
email app becase of the way other people use the list.
Bob S
On Nov 28, 2016, at 08:07 , Bob Sneidar
mailto:bobsnei...@iotecdigital.com>> wrote:
So THAT is my problem!!! IS there any way to lock the screen to prevent
On 11/26/16 1:03 PM, dunb...@aol.com wrote:
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.
You're right, and I misinformed the list.
the screen, you do not. What is
the difference between this stack and yours?
Craig Newman
-Original Message-
From: Mike Kerner
To: How to use LiveCode
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
If you are looking the screen and issuing a "go" command, LC is behaving
as expected. The screen is always unlocked on a card change.
To do things before the card is displayed, use a preopencard handler to set
things up.
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActi
We'll probably need more of a look at your code and stack.
On Sat, Nov 26, 2016 at 3:23 AM, Peter Bogdanoff 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 i
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 othe