>>> 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,
>>>
>> 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
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
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