Hi,
I have a calendarWidget substack that is contained in one of my other current projects stacks.
How can I export that substack out as its own stack and then import into another stack as a substack?
Thanks
export substack from one stack and import into another
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 10058
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: export substack from one stack and import into another
You can set the mainstack property of a substack to the name of another mainstack and it'll copy the substack to that mainstack's stack file.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: export substack from one stack and import into another
Thankyou very much...