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()
[email protected]
::fireDateChangedEventFromJS()
});
2011/10/14 Dennis Haupt <[email protected]>
> that was it. makes sense.
>
>
> 2011/10/13 Tomasz Gawel <[email protected]>
>
>> 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 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.
>>
>>
> --
> 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.
>
--
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.