Re: [qooxdoo-devel] Localization doesn't seem to work in static declarations...

2010-10-19 Thread thron7
>>> when Widget is the one supporting translation, >>> though we use direct access of the locale Manager.) >>> >>> statics : >>> { >>> BUTTONS : { >>> ttt : { >>> label : qx.locale.Manager.tr("Great"), >>> toolTipIcon : null, >>>

Re: [qooxdoo-devel] Localization doesn't seem to work in static declarations...

2010-10-19 Thread Stefan Andersson
>> Is there a reason for this code not to work? >> >> qx.Class.define("text.Wid", >> { >> extend : qx.ui.core.Widget, //(or nothing or qx.core.Object -> no >> difference of course! >"of course"?! - bullshit! of course it makes a difference, even if not >for this particular problem. I don't s

Re: [qooxdoo-devel] Localization doesn't seem to work in static declarations...

2010-10-19 Thread thron7
On 10/19/2010 01:47 PM, Stefan Andersson wrote: > Is there a reason for this code not to work? > > qx.Class.define("text.Wid", > { > extend : qx.ui.core.Widget, //(or nothing or qx.core.Object -> no > difference of course! "of course"?! - bullshit! of course it makes a difference, even if not

[qooxdoo-devel] Localization doesn't seem to work in static declarations...

2010-10-19 Thread Stefan Andersson
Is there a reason for this code not to work? qx.Class.define("text.Wid", { extend : qx.ui.core.Widget, //(or nothing or qx.core.Object -> no difference of course! when Widget is the one supporting translation, though we use direct access of the locale Manager.) statics : { BU