Re: Label Click Handler Problem

2011-02-07 Thread Yuri Lupol
I've got the same problem in: getFlexCellFormatter().setWidth(0,0,0px); Exception is: Caused by: com.google.gwt.core.client.JavaScriptException: (Error): Invalid argument. number: -2147024809 description: Invalid argument. On Jan 4, 10:17 pm, A. Stevko andy.ste...@gmail.com wrote: That is

Re: Label Click Handler Problem

2011-01-04 Thread A. Stevko
That is the nature of writing cross browser web applications. Chrome and Firefox share the WebKit engine. Find the source of that value -2147024809 and you will see how the different JS engines differ. On Mon, Jan 3, 2011 at 9:35 PM, Noor baken...@gmail.com wrote: if the error is in my

Label Click Handler Problem

2011-01-03 Thread Noor
Hi, I am getting an error when clicking on a label, the label has a click handler attached to it, i am using GWT 2.1 and the problem is only on IE stack trace: 09:27:45.777 [ERROR] [biddingsystem] Uncaught exception escaped com.google.gwt.event.shared.UmbrellaException: One or more exceptions

Re: Label Click Handler Problem

2011-01-03 Thread A. Stevko
The error is at com.BiddingSystem.client.View.LoginView.java: line 61 The relevant portion of your stack is: Caused by: com.google.gwt.core.client.JavaScriptException: (Error): Invalid argument. number: -2147024809 description: Invalid argument. at

Re: Label Click Handler Problem

2011-01-03 Thread Noor
if the error is in my application, how is it that everything is fine in chrome and firefox -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this

Re: Label Click Handler Problem

2011-01-03 Thread Vagner Araujo
Hi, you are setting an integer value that IE interprets it as -2147024809, so the exception. * $FlexCellFormatter.setColSpan(FlexTable.java:78) at com.BiddingSystem.client.View.LoginView.init(LoginView.java:* Thanks, -- * Vagner Araujo O PLANETA É O MEU PAÍS, E A CIÊNCIA É A MINHA RELIGIÃO