Re: [Gambas-user] How to organize dependent lists

2012-02-29 Thread Rolf-Werner Eilert
stand the OBJECT[] way because of the container > within a container concept. > It is the same thing :) > > > > -- Original Message --- > From: tobi > To: i...@eilert-sprachen.de, mailing list for gambas > users > Sent: Tue, 28 Feb 2012 18:33:26 +010

Re: [Gambas-user] How to organize dependent lists

2012-02-29 Thread Rolf-Werner Eilert
Am 28.02.2012 18:33, schrieb tobi: > hi, > > On Tue, 28 Feb 2012, Rolf-Werner Eilert wrote: > >> Hi folks, >> >> I would be interested in your opinions. In a project I've got two lists >> of data and further data which are mutually dependent, such as >> >> item 1: >> item 1 a >> data 1

Re: [Gambas-user] How to organize dependent lists

2012-02-28 Thread nando
for gambas users Sent: Tue, 28 Feb 2012 18:33:26 +0100 Subject: Re: [Gambas-user] How to organize dependent lists > hi, > > On Tue, 28 Feb 2012, Rolf-Werner Eilert wrote: > > > Hi folks, > > > > I would be interested in your opinions. In a project I've got

Re: [Gambas-user] How to organize dependent lists

2012-02-28 Thread nando
ever your class vars are. -Fernando -- Original Message --- From: Rolf-Werner Eilert To: gambas-user@lists.sourceforge.net Sent: Tue, 28 Feb 2012 18:18:18 +0100 Subject: [Gambas-user] How to organize dependent lists > Hi folks, > > I would be interested in your opi

Re: [Gambas-user] How to organize dependent lists

2012-02-28 Thread tobi
hi, On Tue, 28 Feb 2012, Rolf-Werner Eilert wrote: > Hi folks, > > I would be interested in your opinions. In a project I've got two lists > of data and further data which are mutually dependent, such as > > item 1: > item 1 a >data 1 aa >data 1 ab > item 1 b >d

[Gambas-user] How to organize dependent lists

2012-02-28 Thread Rolf-Werner Eilert
Hi folks, I would be interested in your opinions. In a project I've got two lists of data and further data which are mutually dependent, such as item 1: item 1 a data 1 aa data 1 ab item 1 b data 1 ba data 1 bb and so on, which could be seen like a tree or di