Re: [Gambas-user] chop project

2009-09-23 Thread Jean-Yves F. Barbier
Charlie Reinl a écrit : > Salut Jean-Yves, > > Poseidon the father of gambas, raised gambas-components for that. > > And that is what I do. My programs are compiled as components, so I can > use them as program, embed then in other programs or just call them from > an other program. > > To unify t

Re: [Gambas-user] chop project

2009-09-23 Thread Charlie Reinl
Am Mittwoch, den 23.09.2009, 04:22 +0200 schrieb Jean-Yves F. Barbier: > Hi people, > > I wonder if it is possible to chop a big project into some smaller ones? > > My only problem is to keep a kinda global class linked to all sub-projects > in oder to "pass" parms from one sub-project to another

Re: [Gambas-user] chop project

2009-09-22 Thread Dimitris Anogiatis
Hey JY, One approach would be to create a main message-passing class, and link the sub-projects to that class passing messages through a common set of properties and methods Another approach is to create the sub-projects with a class of common properties and methods that pass the message from one

[Gambas-user] chop project

2009-09-22 Thread Jean-Yves F. Barbier
Hi people, I wonder if it is possible to chop a big project into some smaller ones? My only problem is to keep a kinda global class linked to all sub-projects in oder to "pass" parms from one sub-project to another; is there a manner to do that or not? JY -- Life is like an onion: you peel it o