Hi. You can find some references about how start building basic NOX components. Here are some for you: http://www.noxrepo.org/_/nox-classic-doxygen/Howto.html https://github.com/noxrepo/nox-classic/wiki/NOX-Components https://github.com/noxrepo/nox-classic/wiki/Developing-in-NOX To call one component from another you may put one as a dependency of the other. If component 1 calls component 2, you should add component 2 as dependency in the component 1 'meta.json' file. And you should also use a method called 'resolve' in your component 1 code to call component 2. You will find examples of this in the references.
Good luck. Best regads. 2012/11/4 yashwanth kp <[email protected]> > Hi all, > > I wanted to create a new component in nox. Before getting started with the > actual component I wanted to build a basic component so that i get an idea > on how to create components and call them from other components. How do i > get started with components? > > -- > Regards, > > Yashwanth K P > Final Year , B.Tech > NITK, Surathkal > Contact: +91-9538403606 > > -- Ricardo Bennesby da Silva Ciência da Computação - UFAM LabCIA - Laboratório de Computação Inteligente e Autônoma
