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
sub-project to the other.

The tricky part would be to dynamically load that sub-project in your main
project, effectivelly creating a sort of plugin.

I hope this helps

Regards
Dimitris

On Tue, Sep 22, 2009 at 8:22 PM, Jean-Yves F. Barbier <12u...@gmail.com>wrote:

> 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 off one layer at a time, and sometimes
> you weep.  -- Carl Sandburg
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to