i know where it comes from, but i dont like the result of different
values.

i think it is a problem, if your development environment shows
different values than in production. so you can not test or debug some
situations etc.

i can use NumberFormat, but this is a workaround. and i think only for
testing to blow up the production code is also not a good solution.
better way is to make the GWTShell act the same like later the
production.

On 16 Sep., 14:11, Lothar Kimmeringer <[EMAIL PROTECTED]> wrote:
> MN schrieb:
>
> > the same problems i have with large double values:
> > new Double(600702589).toString()
> > => GWTShell: "6.00702589E8"
> > => all other browsers: "600702589"
>
> is that a problem? The GWTShell is used for development and
> the differents results from the fact that the GWTShell is
> actually executing Java-code where the browsers work with
> the created Javascript.
>
> What happens if you use NumberFormat?
>
> Reagrds, Lothar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to