Probably should have asked that, as well, in the first place. Create a library project and link it to your project, with a source path. Add the component to the library project using Fotis's instructions.
-TH --- In [email protected], "markgoldin_2000" <markgoldin_2...@...> wrote: > > But what if I want to use it from a different project? > > --- In [email protected], Fotis Chatzinikos fotis.chatzinikos@ wrote: > > > > right click src, add folder "components" > > > > create / move your components there > > > > and then whenever you need to use them ad the following in root component : > > > > xmlns:ns2="components.*" > > > > then you hust do: > > > > <ns2:yourcustomcomponent> > > > > > > On Fri, Mar 20, 2009 at 7:11 PM, markgoldin_2000 > > markgoldin_2...@wrote: > > > > > How can I add my components to the Components custom folder? I am using > > > Builder 3. > > > > > > Thanks > > > > > > > > > > > > > > > > > -- > > Fotis Chatzinikos, Ph.D. > > Founder, > > Phinnovation > > Fotis.Chatzinikos@, > > >

