merge an external stack to my main stack as a substack

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
jalz
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 340
Joined: Fri Sep 12, 2008 11:04 pm

merge an external stack to my main stack as a substack

Post by jalz » Fri Oct 11, 2013 11:52 pm

Hi Guys,

Just wondering whether there is an easy way to merge 2 stacks together. I've got a main stack which I've been working with and I would like to include a control from another main stack. Can I import/merge the other main stack so that its a substack of the main stack I've been working on.

I suppose you could copy and paste all the objects from one stack to the other but I was wondering, is there an easier way of doing this?

Thanks

Jalz

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: merge an external stack to my main stack as a substack

Post by Simon » Fri Oct 11, 2013 11:56 pm

Hi Jalz,
Sure, from the stack inspector of the stack you wish to copy, set the Main stack to the name of your... Main stack :)

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

jalz
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 340
Joined: Fri Sep 12, 2008 11:04 pm

Re: merge an external stack to my main stack as a substack

Post by jalz » Sat Oct 12, 2013 12:19 am

Hi Simon,

Thanks you

Post Reply