update the contents of a Listbox in my View.
One thing I've noticed it that by setting a break point on the
initWidget within the view's constructor, the class seems to be
initialized twice, making me wonder if there is an unattached View
which I am updating rather than the View attached to the display.
The View which is being initialized twice is located at:
The failed attempt to update the Listbox is on line 66 of the
following file:
https://github.com/dartmanx/mapmaker2/blob/master/src/main/java/org/jason/mapmaker/client/presenter/MapmakerStackPanelPresenter2.java
Any help is appreciated.
Jason
--
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 unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment