Re: [qooxdoo-devel] NumberFormat bug

2007-06-12 Thread dperez
Thanks Fabian. Solved: qx/application/framework/source/class/qx/locale/data was missing for that locale. Closed the bug. Fabian Jakobs-2 wrote: > > Hi David, > > I think you have outdated localization data files. Could you please try > the following steps: > > 1. do a "make distclean" in you

Re: [qooxdoo-devel] NumberFormat bug

2007-06-12 Thread Fabian Jakobs
dperez schrieb: > Hi > > I consider this a bug: > qx.util.format.NumberFormat.getInstance().format(15.5) == > '15cldr_number_decimal_separator5' > > Posted bug: http://bugzilla.qooxdoo.org/show_bug.cgi?id=478 > > Regards, > David > Hi David, I think you have outdated localization data files. Co

[qooxdoo-devel] NumberFormat bug

2007-06-11 Thread dperez
Hi I consider this a bug: qx.util.format.NumberFormat.getInstance().format(15.5) == '15cldr_number_decimal_separator5' Posted bug: http://bugzilla.qooxdoo.org/show_bug.cgi?id=478 Regards, David -- View this message in context: http://www.nabble.com/NumberFormat-bug-tf3902042.html#a11062129 Se

[qooxdoo-devel] NumberFormat bug

2006-09-14 Thread dperez
Hi, If I do this: var f = new qx.util.format.NumberFormat f.set({minimumFractionDigits: 2}) alert(f.format(3.31244)); then I receive 3 instead of 3.31. I consider this a bug. Regards, David -- View this message in context: http://www.nabble.com/NumberFormat-bug-tf2275758.html#a63199