Le 01/06/2010 09:52, geoffre a écrit :
> Le 01/06/2010 09:50, geoffre a écrit :
>> Hi,
>>
>> I have the following problem; the method this.tr() use for
>> internationnalization return me a "qx.locale.LocalizedString" instead of
>> a "qx.locale.String".
>>
>> Am I obliged to add a toString() after each this.tr() ?
>>
>> Thanks.
>>
>>
>> ------------------------------------------------------------------------------
>
> Just for information, I use qooxdoo 1.0.1.
>
>
> ------------------------------------------------------------------------------

Hi,

I have added the following lines to my config.json jobs part to set the 
"qx.dynlocale" to "off":

"source-script" :
{
        "variants" :
        {
                "qx.debug" : ["on"],
                "qx.dynlocale" : ["off"]
        }
},
        
"build-script" :
{
        "variants" :
        {
                "qx.debug" : ["on"],
                "qx.dynlocale" : ["off"]
        }
},

With this modification I don't have the problem, but what will be the 
incidence of this modification on the rest of the application ?

Thanks.


------------------------------------------------------------------------------

_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to