Comment #4 on issue 330 by zun...@google.com: Exception Thrown Placing
AnnotatedTimeLine in TabPanel.
http://code.google.com/p/gwt-google-apis/issues/detail?id=330
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
I have just encountered this problem.
Try this work around:
DeferredCommand.addCommand(new Command(){
@Override
public void execute() {
myPanel.setWidget(theChart);
}
});