That was it, thanks for the quick help. Adding $entry() around my callbacks
fixed it.

 

  _____  

From: [email protected]
[mailto:[email protected]] On Behalf Of John Tamplin
Sent: Friday, November 05, 2010 15:17
To: Rajeev Dayal
Cc: [email protected]
Subject: Re: Exceptions not showing up in Dev Mode Panel

 

Are you using any JSNI that gets called directly from the browser?  Ie,
anything like obj.callback = function() {...};?  If so, you have to wrap any
entry points from the browser into GWT code with $entry, so that would look
like obj.callback = $entry(function() {...});

 

Note that it could be in library code you are using rather than something
you have written -- I don't have a good suggestion for tracking it down if
it isn't something you have written.

-- 
John A. Tamplin
Software Engineer (GWT), Google

-- 
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.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to