Thank you very much for your quick support!
Though other parts of trunk seem to be broken atm,
the new property code works perfectly for me now.

While porting my app to 0.7 I still have some problems,
e.g. using FCK editor as described in
http://qooxdoo.org/documentation/0.7/snippets/using_fckeditor_as_a_rich_text_editor_in_qooxdoo
won't work out-of-the-box.
I'll probably sort this out by myself when I have some spare time, though.

greetings,

Hubert

Sebastian Werner schrieb:
> 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

Reply via email to