I am building a project that will work on mobile and desktop. I want to have a place to put a script library that can be called from anywhere. How should I organize this? If I put my script library in a separate stack, is there a command that will insert a second stack into the message hierarchy? Or how should I approach this? I've looked at the GLXFramework, but it is not suitable for mobile. A simpler kind of organization seems more appropriate.
Thanks for any suggestions. I know there are large projects done, but don't see a tutorial on how I should approach this.
			
			
									
									Best project organization
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
- 
				waprothero
 - Posts: 38
 - Joined: Tue Sep 20, 2011 5:01 pm
 - Contact:
 
Best project organization
Bill Prothero
						- 
				FourthWorld
 - VIP Livecode Opensource Backer

 - Posts: 10065
 - Joined: Sat Apr 08, 2006 7:05 am
 - Contact:
 
Re: Best project organization
To start using a stack as a library, see the "start using <stackNameOrPath>" command.
			
			
									
									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
- 
				waprothero
 - Posts: 38
 - Joined: Tue Sep 20, 2011 5:01 pm
 - Contact:
 
Re: Best project organization
Richard: Thanks! I just now, within seconds of your posting, found this out by searching the forum and docs. Thanks!
			
			
									
									Bill Prothero