On 24/01/2007, at 5:51 AM, Rafael Vallejo GMAIL wrote:
a single Window ... how can I work together with another programer
so he can work on some objects while I work on others, and then
join it together,
I don't think Container Controls are the answer.
I would hope that most of your behaviour is not going to be buried in
the Events but is going to be factored out into a number of classes.
Based on my experience working on a very complex RB app, where
someone else did the initial design and implementation (I mistakenly
hired someone thinking it would save time I didn't have), I would
plan to implement things with a number of little test environments in
which you can work on the different objects providing behaviour.
Obviously I don't know much about your app but I strongly recommend
this approach.
It also has the advantage, if you want to release things to the
community or (sadly) report a bug to RS, you already have a cut-down
example app.
It is very easy to export individual classes and drag them into
another project to update it. Partitioning work at the class level
makes a lot of sense.
Andy Dent BSc MACS http://www.oofile.com.au/
OOFILE - Database, Reports, Graphs, GUI for c++ on multiple platforms
REALbasic, C++, Python, Mac and Windows development and porting
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>