Hubert,

I've added both get() and reset() to trunk.

You can use it like:

obj.get("width"); or obj.reset("width");

The set() command also supports a new variant with:

obj.set("width", 20);

Hope this is ok for you...

Just found out that the mail was not send. It was written however ~2 
hours ago ;)

Sebastian



Sebastian Werner schrieb:
> Hi Hubert,
> 
> this feature was removed because it was never used and we have not got 
> feedback that anybody was using it :)
> 
> There is no easy other way. Maybe you can tell me what return value you 
> need. Do you want a map as result. Or would be a simple no-list 
> supporting getter useful like this.get("width")? I would think that this 
> is the best, most useful and easiest to implementable solution.
> 
> Cheers,
> 
> Sebastian
> 
> 
> Hubert Denkmair schrieb:
>> Hi,
>>
>> just realised that qx.core.Object.get() doesn't exist in 0.7.
>> I'm using this at various places in my application to access properties
>> which are e.g. defined later in derived classes.
>>
>> As I don't know the requested property names at design-time, is there an
>> easy way to read property values without calling the getPropertyName()
>> functions?
>>
>> greetings,
>>
>> Hubert
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by DB2 Express
>> Download DB2 Express C - the FREE version of DB2 express and take
>> control of your XML. No limits. Just data. Click to get it now.
>> http://sourceforge.net/powerbar/db2/
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to