[flexcoders] Re: Connecting multiple projects

2006-09-05 Thread kristian_wright2002
Thanks Tom. Trying it out, but I'm still having problems referencing functions. I have a function inside an AS file (tmp.as) called test() that displays an alert. This is in a library called TestLibrary, which I've created and added to my main apps' project references. I've also added

Re: [flexcoders] Re: Connecting multiple projects

2006-09-05 Thread Tom Chiverton
On Tuesday 05 September 2006 10:36, kristian_wright2002 wrote: Geeze, does that make sense??? I've no idea, I don't use Flex Builder :-) Anyway, at the end of the day it still won't compile and I can't access functions from the library. Are you importing your library ? Can you post the code

[flexcoders] Re: Connecting multiple projects

2006-09-05 Thread kristian_wright2002
OK - here we go... I have a Library Project called MyLibrary, containing 2 files: SubApp1.mxml and functions.as. Code for each shown below: SubApp1.mxml - ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute width=403