Re: Properties and Objects...

2007-09-24 Thread George V. Neville-Neil
At Sun, 23 Sep 2007 19:01:04 -0300, Gabriel Genellina wrote: > > En Sat, 22 Sep 2007 15:06:38 -0300, George V. Neville-Neil > <[EMAIL PROTECTED]> escribi�: > > > I have been trying to switch this over to using properties, which seem > > at first glance to be cleaner, but which I am having a lot

Re: Properties and Objects...

2007-09-24 Thread Peter Otten
George V. Neville-Neil wrote: > I have been trying to switch this over to using properties, which seem > at first glance to be cleaner, but which I am having a lot of problems > with. In particular I want to add a property to an object, not a > class. You can't. The underlying mechanism (descr

Re: Properties and Objects...

2007-09-23 Thread Gabriel Genellina
En Sat, 22 Sep 2007 15:06:38 -0300, George V. Neville-Neil <[EMAIL PROTECTED]> escribi�: > I have been trying to switch this over to using properties, which seem > at first glance to be cleaner, but which I am having a lot of problems > with. In particular I want to add a property to an object,