Re: native callback going into the eternal void

2011-10-14 Thread Daniel Kurka
to make UncaughtExceptionHandler working you should also wrap the call in $entry() function: var func = entry(function delegate() { @com.webfair.gwt.components.client.CalendarBox::test() se...@com.webfair.gwt.components.client.CalendarBox ::fireDateChangedEventFromJS()

Re: native callback going into the eternal void

2011-10-14 Thread Dennis Haupt
that was it. makes sense. 2011/10/13 Tomasz Gawel > use double ()() > > @com.webfair.gwt.components.client.CalendarBox::test() is only the > signature of method > to call it use @com.webfair.gwt.components.client.CalendarBox::test() > (); > > -- > You received this message because you are subscr

Re: native callback going into the eternal void

2011-10-13 Thread Tomasz Gawel
use double ()() @com.webfair.gwt.components.client.CalendarBox::test() is only the signature of method to call it use @com.webfair.gwt.components.client.CalendarBox::test() (); -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to th

native callback going into the eternal void

2011-10-13 Thread Dennis Haupt
hi, i am using a javascript calendar component. to be notified on changes, i want to pass a callback function to it: private native void setup(CalendarBox self, String displayAreaId, String inputFieldId, String buttonId, String dateString, String format) /*-{ function de