Re: FormPanel wrap

2010-08-19 Thread Jyaif
equivalent to using innerHTML? On Aug 19, 12:52 am, Thomas Broyer t.bro...@gmail.com wrote: On 18 août, 15:23, Jyaif jfgeye...@gmail.com wrote: I am trying to wrap an element in a FormPanel: Element element = DOM.getElementById(qwert); Window.alert(element.getInnerHTML()); //the alert

FormPanel wrap

2010-08-18 Thread Jyaif
I am trying to wrap an element in a FormPanel: Element element = DOM.getElementById(qwert); Window.alert(element.getInnerHTML()); //the alert is correctly showing me the html formPanel = FormPanel.wrap(element, true); //BOOM, AssertionError: java.lang.AssertionError: A widget that has an

Useless call stack

2010-08-18 Thread Jyaif
At seemingly random moments an exception is thrown: java.lang.ClassCastException: null at java.lang.Class.cast(Class.java: 2990) at com.google.gwt.dev.shell.JsValueGlue.get(JsValueGlue.java: 166)at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:57) at

Re: Gradients in css3

2010-07-23 Thread Jyaif
to escape the beginning dash.  Here is from my cssResource: @external gwt-Button, gwt-PushButton, gwt-ToggleButton; .gwt-Button, .gwt-PushButton, .gwt-ToggleButton {        \-moz-border-radius: 3px;        \-webkit-border-radius: 3px; } On Jul 22, 11:17 am, Jyaif jfgeye...@gmail.com wrote

Gradients in css3

2010-07-22 Thread Jyaif
Hi, Is it possible to add gradients using css in GWT? I have tried adding gradient with css, with java, directly into the UIBinder xml, but nothing works. I know my browser supports it because I can fill a simple static div. -- You received this message because you are subscribed to the Google

Re: Creating new Presenter/View in a Presenter

2010-07-01 Thread Jyaif
Ok, I'll look into GIN. Thanks! On Jun 30, 8:17 pm, Thomas Broyer t.bro...@gmail.com wrote: On 30 juin, 17:31, Jyaif jfgeye...@gmail.com wrote: Hi, I am beginning to work on a big app created in GWT and I have a question regarding the MVP pattern in GWT. I have readhttp

Creating new Presenter/View in a Presenter

2010-06-30 Thread Jyaif
Hi, I am beginning to work on a big app created in GWT and I have a question regarding the MVP pattern in GWT. I have read http://code.google.com/webtoolkit/articles/mvp-architecture.html, and I understand that the AppController creates Presenters, and provides them a rpcService, an eventBus, and

Re: GWT Application does not work in IE8 at all?

2010-06-25 Thread Jyaif
I found the solution to my problem: I was not including the history iframe. On Jun 23, 5:15 pm, Olivier Monaco olivier.mon...@free.fr wrote: Hi, You added a catch block. What is the caught exception? Can you add a uncaught exception handler using GWT.setUncaughtExceptionHandler in the

Re: GWT Application does not work in IE8 at all?

2010-06-23 Thread Jyaif
Hi, I found your initial post on stackoverflow, and came here hoping for answers... I have the exact same problem you have, except it's under IE7. I have no problem under IE8. For me, the error comes from: function entry0(jsFunction, thisObj, arguments_0){ var initialEntry; initialEntry =

Re: GWT Application does not work in IE8 at all?

2010-06-23 Thread Jyaif
I have exactly the same error, except that it happens in IE7. The application runs fine in IE8. The application is built with GWT 2.0.3. For the record, the faulty generated code is: function entry0(jsFunction, thisObj, arguments_0){ var initialEntry; initialEntry = entryDepth++ == 0; try