How do you add a Library stack to your main stack?

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
donryan
Posts: 32
Joined: Mon Jul 23, 2012 1:09 pm

How do you add a Library stack to your main stack?

Post by donryan » Mon Jul 23, 2012 4:53 pm

I just downloaded the iPhone Control Kit for iPhone and the developer states that you need to add this library stack to your main stack. Question is: how do you do that?

The link to email the developer is broken on his site and it's not explained anywhere. I know it's probably very simple and I only need to ask the question once -- gotta start somewhere ... :roll:
LiveCode 5.5.3 -- OS X 10.8.2

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: How do you add a Library stack to your main stack?

Post by shaosean » Mon Jul 23, 2012 4:55 pm

- open your stack
- open the iPhone Control Kit
- get Stack Properties on iPhone Control Kit
- change the "Main Stack" to your stack
- save your stack

OR by code (works in the message box too); change the stack names to the correct names

Code: Select all

set the mainStack of "iphoneControlKit" to "myStack"

donryan
Posts: 32
Joined: Mon Jul 23, 2012 1:09 pm

Re: How do you add a Library stack to your main stack?

Post by donryan » Mon Jul 23, 2012 5:11 pm

Perfect! I knew it would be simple.
Thank you so much for the quick reply! :P
LiveCode 5.5.3 -- OS X 10.8.2

Post Reply