Ciao,
i have a tODE 3.1.0.6 environment. On it i set the TimeZone with:
Now the Locale decimalPoint is set to $, ( comma ) and it's right. The : ( ScaledDecimal fromString: '12,34' ) asString report '12,34' and it's right with comma. The problem is into relative html web rendering. In this case the browser report the data, not with comma, but with decimal point 12.34 and it's wrong. The relative ScaledDecimal method asString
do reference to the Locale decimalPoint but when work to rendering as html data it wrong. I need to force into the upper method the : dpStr := Locale decimalPoint. to: dpStr:= $, With this force the html data is right rendering but it's a force. Thanks for considerations, Dario _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Thanks Dario,
I've submitted a bug[1] for this... [1] https://github.com/GsDevKit/GsDevKit/issues/59 On 3/19/15 3:48 AM, Dario Trussardi via
Glass wrote:
Ciao, _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |