Best project organization

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
waprothero
Posts: 38
Joined: Tue Sep 20, 2011 5:01 pm
Contact:

Best project organization

Post by waprothero » Fri Dec 21, 2012 7:26 am

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.
Bill Prothero

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10044
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Best project organization

Post by FourthWorld » Fri Dec 21, 2012 2:15 pm

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

waprothero
Posts: 38
Joined: Tue Sep 20, 2011 5:01 pm
Contact:

Re: Best project organization

Post by waprothero » Fri Dec 21, 2012 10:53 pm

Richard: Thanks! I just now, within seconds of your posting, found this out by searching the forum and docs. Thanks!
Bill Prothero

Post Reply