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 connections are established, but I don't want the user to actually see me going to that card, or any other card I use in this way.
Bob S > On Nov 26, 2016, at 08:01 , J. Landman Gay <[email protected]> wrote: > > 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 | [email protected] > HyperActive Software | http://www.hyperactivesw.com > > > > On November 26, 2016 2:25:45 AM Peter Bogdanoff <[email protected]> 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 >> [email protected] >> Please visit this url to subscribe, unsubscribe and manage your subscription >> preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode > > > > _______________________________________________ > 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 _______________________________________________ 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
