Re: Widget not displayed upon change of place

2011-06-22 Thread Harry
Juan Pablo Gardella gardellajuanpablo@... writes: Hi Harry Can you resolve the problem? If not, in onStop() or onCancel() you must unregistrer your handlers. Not about display regions. Try put your do the placeChangeEvent like this: Scheduler.get().scheduleDeferred(new

Re: Widget not displayed upon change of place

2011-06-22 Thread Harry
Harry qxie777@... writes: OK, I kind of understood deferred command now, but mine still not working. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To

Re: Widget not displayed upon change of place

2011-06-15 Thread Juan Pablo Gardella
Hi Harry Can you resolve the problem? If not, in onStop() or onCancel() you must unregistrer your handlers. Not about display regions. Try put your do the placeChangeEvent like this: Scheduler.get().scheduleDeferred(new ScheduledCommand() { @Override public void execute() {

Widget not displayed upon change of place

2011-06-14 Thread Harry X
I have a display region which will display diffrent widgets accpording place change event. The widgets are simple, haveing a couple of tables in a flowpanel and making a async call to get some data through RPC. When the place change events are fired by clicking on a navigation tree,