You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
DeferredCommand is deprecated,than what is the DeferredCommand?
Jens
unread,
Sep 19, 2011, 6:27:30 AM9/19/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Scheduler.get().scheduleDeferred(...) is the replacement.
-- J.
wahaha
unread,
Sep 19, 2011, 8:39:17 AM9/19/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit, Jens
thanks ,but how to use ?
Sudhakar Abraham
unread,
Sep 19, 2011, 8:58:30 AM9/19/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
The response for rpc, httprequest etc is asynchrnous. You can put the
handleResponse() code inside Scheduler.get().scheduleDeferred(...).
This will protect the current event loop.