Adding a Substack???

Jeanne A. E. DeVoto revolution at jaedworks.com
Sun Jan 7 02:28:57 EST 2007


At 10:44 AM -0800 1/5/2007, Jim Ault wrote:
>On 1/5/07 10:26 AM, "Dave" <dave at looktowindward.com> wrote:
>> I have two .rev file, both contain one mainStack:
>> 
>> StackA.Rev StackA
>> StackB.Rev StackB
>> 
>> How can I move StackB so it's a substack of StackA?????
>> 
>> Can't seem to figure out how to do it.
>
>Open both stacks
>Use the inspector for StackB, then the "Basic properties" panel, locate the
>drop down labeled "mainstack", and choose "StackA"


Or if you want to do this in a script, set the mainstack of the one that you want to be a substack:

  set the mainstack of stack "StackB" to "StackA"

and then save StackA.rev.
-- 
jeanne a. e. devoto ~ revolution at jaedworks.com
http://www.jaedworks.com



More information about the use-livecode mailing list