library as a substack

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
fredigertsch
Posts: 38
Joined: Mon Jan 03, 2011 5:42 pm

library as a substack

Post by fredigertsch » Sat Jul 28, 2012 11:10 am

I like to test the STS XML Library in a existing project. Ho can I add this library as a substack?

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

Re: library as a substack

Post by jmburnod » Sat Jul 28, 2012 4:14 pm

Hi,

I don't know XML but i see there is a XML librairy in the standalone setting.
Maybe you can use "stackInUse" also
Look at "start using" in the LC dictionary

Best regards

Jean-Marc
https://alternatic.ch

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: library as a substack

Post by jacque » Sat Jul 28, 2012 8:12 pm

To add a substack, be sure both the library stack and your main stack are open. Use the stack property inspector for the library stack and in the Basic Properties pane, set the "Mainstack" popdown to your main stack. Then save your mainstack.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

fredigertsch
Posts: 38
Joined: Mon Jan 03, 2011 5:42 pm

Re: library as a substack

Post by fredigertsch » Sat Jul 28, 2012 10:39 pm

Thank you.

Post Reply