Re: Trunk Mail Sample compiling error

2009-10-06 Thread Michal Z
Hi Matteo, I had the same problem. In my default locale representation of double is e.g. 5,00 (with comma) When UIBinderWriter generates Mail_BinderImple it writes 5,00 (using default locale) where javac expects 5.00 (with dot). 5, 00 is treated as two integers. You should

Trunk Mail Sample compiling error

2009-09-29 Thread mfiandesio
Hi to all, I'm having a look at the UIBinder layouting using as tutorial the Mail sample but when i try to compile my application or the sample code it gives me this exception The method addNorth(Widget, double) in the type DockLayoutPanel is not applicable for the arguments (Header, int, int).