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 ...
How do you add a Library stack to your main stack?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
How do you add a Library stack to your main stack?
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 ...
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 ...
LiveCode 5.5.3 -- OS X 10.8.2
Re: How do you add a Library stack to your main stack?
- 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
- 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"Re: How do you add a Library stack to your main stack?
Perfect! I knew it would be simple.
Thank you so much for the quick reply!
Thank you so much for the quick reply!
LiveCode 5.5.3 -- OS X 10.8.2