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
[EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to