Screen Locks?
Klaus Major
k_major at osnabrueck.netsurf.de
Wed May 22 15:46:01 EDT 2002
Hi Dan,
> Say you have two stacks:
>
> StackA: a bunch of controls that you are going to resize;
> StackB: a stack with a progress bar on it.
>
> How do you lock the screen so the user doesn't see the updates on StackA
> (also you want the speed increase!!), but at the same time, you want to
> show
> the progress of the resizing of controls in StackB.
>
> Any thoughts?
>
> Thanks!
> -Dan
would something like:
hide stack "stackA"
###do resize stuff
##display progress in stack B
show stack "stackA"
be of any help ? ;-)
Regards
Klaus Major
k_major at osnabrueck.netsurf.de
More information about the use-livecode
mailing list