On Wed, 8 Mar 2000, Kevin Miller wrote:

> On 8/3/00 5:34 pm, Charles Silverman <[EMAIL PROTECTED]> wrote:
> 
> > hi,
> > In SuperCard's SuperEdit environment, window order in a project can be
> > changed  allowing for any window to be positioned as first to be opened.  I
> > want to put a substack into position as a mainstack and it would seem
> > logical to be able to set any stack in a file as that file's main stack.  Is
> > there a simple way to do this?
> 
> Unfortunately, not.  If you really need to do this, you have to save out the
> stack that you want to make the mainStack, then set the mainStack properties
> of all the other stacks.  Ouch!

Not really: at worst it's a 3 line script:
repeat for each line l in the substacks of stack "source"
  set the mainStack of stack l to "dest"
end repeat
  Regards,
    Scott

> Regards,
> 
> Kevin
> 
> > Thanks,
> > Charles Silverman
> 
> Kevin Miller <[EMAIL PROTECTED]> <http://www.xworlds.com/>
> Cross Worlds Computing, MetaCard Distributors, Custom Development.
> Tel: +44 (0)131 672 2909.  Fax: +44 (0)1639 830 707.
> 
> 
> This is the MetaCard mailing list.
> Archives: http://www.mail-archive.com/metacard%40lists.best.com/
> Info: http://www.xworlds.com/metacard/mailinglist.htm
> 

********************************************************
Scott Raney  [EMAIL PROTECTED]  http://www.metacard.com
MetaCard: You know, there's an easier way to do that...


This is the MetaCard mailing list.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm

Reply via email to