Hi.

You can control the scrollbar, but will not notice any updates or changes until 
the screen is unlocked. As for navigating to a substack with a locked screen, 
yes, everything is hunkered down until either the handler ends or the screen is 
unlocked explicitly. This is a good thing.



Make a mainstack (main1) and a substack (sub1). Put a field into the substack, 
and a button in the mainstack. Put this into the button script:




on mouseUp
   lock screen
   go stack "sub1"
   put random(99) into fld 1
   go back
   wait until the mouseClick
end mouseUp


You will see nothing until you click the mouse.


Craig Newman




-----Original Message-----
From: athithya panch <athithyapanchapake...@gmail.com>
To: use-livecode <use-livecode@lists.runrev.com>
Sent: Mon, Mar 4, 2013 10:34 am
Subject: LIVECODE-SCROLLBAR LOCK


Hi I am a beginner on Livecode development.

->Is it possible to control the scrollbar when the screen is locked ?

->If you lock the screen from a substack, will it also lock the mainstack ?


thanks

-- 
Athithyaa Panchapakesan Rajeswari
Student (On Foreign Exchange Program from PSG College of Technology, India)
Master in Information and Computer Sciences
University of Luxembourg
Luxembourg
_______________________________________________
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

 
_______________________________________________
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