Re: [flexcoders] Re: [F2B3] Class Library

2006-05-16 Thread Claudia Barnal
Great, that's what I was looking for. Thanks a lot Mike Obviously you are less of a newbie than I am ;) On 5/16/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: > > > Hi, > > Ok, you need to; > > 1) Open you Project in FB2 > 2) Right Click on your Project's main node > 3) Select properties > 4

[flexcoders] Re: [F2B3] Class Library

2006-05-16 Thread Tim Hoff
Thanks Michael, I was wondering how to do this as well. -TH --- In flexcoders@yahoogroups.com, "Michael Schmalle" <[EMAIL PROTECTED]> wrote: > > Hi, > > Ok, you need to; > > 1) Open you Project in FB2 > 2) Right Click on your Project's main node > 3) Select properties > 4) Select Flex Buil

Re: [flexcoders] Re: [F2B3] Class Library

2006-05-16 Thread Michael Schmalle
Hi, Ok, you need to; 1) Open you Project in FB2 2) Right Click on your Project's main node 3) Select properties 4) Select Flex Build Path 5) Select the Source path Tab 6) hit Add Folder 7) Navigate to your shared classes folder    - if say you have /classes/com/teotiGraphix8) Select the classe

Re: [flexcoders] Re: [F2B3] Class Library

2006-05-16 Thread Claudia Barnal
>I seperate Projects in FB2, but use the same classpath for SHARED core things. This sounds just about what I am looking after... and is what I can't achieve. How do you import these classes if they are outside your project folder/package? It might be an extremely obvious answer, but I can't

Re: [flexcoders] Re: [F2B3] Class Library

2006-05-16 Thread Michael Schmalle
One other thing; The 'tear off' classes I talked about now that I think about it deal with applications(projects) not core UI components that I make. That would make no sense to do that. Peace, MikeOn 5/16/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: Hi, Use classpaths. I have one classpa

Re: [flexcoders] Re: [F2B3] Class Library

2006-05-16 Thread Michael Schmalle
Hi, Use classpaths. I have one classpath that is hooked into subversion. IE c:/Flex/classes/com/teotiGraphix/... I seperate Projects in FB2, but use the same classpath for SHARED core things. But a component or application that needs it's own 'tear off class file stub', I create it in the pro

Re: [flexcoders] Re: [F2B3] Class Library

2006-05-16 Thread Claudia Barnal
Hi Stefan, Thanks for your info, I'm looking into Cairngorm too, but I was reffering more on my own custom components and classes that I want to reuse in a proper way rather than say, "copy and paste" the needed files into each project folder I build. Thanks, Claudia On 5/16/06, stefan_schmal

[flexcoders] Re: [F2B3] Class Library

2006-05-16 Thread stefan_schmalhaus
--- In flexcoders@yahoogroups.com, "Claudia Barnal" <[EMAIL PROTECTED]> wrote: > I couldn't find any "Best Practice" documentation for Flex 2, so I > thought you guys could help me out. Claudia, Maybe you should take a look at the Cairngorm framework first before you start from scratch. A lot