Hi,

I'm trying to give the impression of navigating through a site by
updating a component contained in a FlowPanel.

Each time I call myPanel.insert(myComponent, index), the contents of
myComponent are repeated.  I have some screenshots from running the
debugger in Eclipse if anyone thinks they can help.

In this case, myComponent wraps another FlowPanel.  After inserting
into myPanel, the id of myComponent, the FlowPanel it wraps, and the
WidgetCollection inside the FlowPanel are the same.  But the id of the
Widget array inside the WidgetCollection changes, and now contains the
duplicated contents.

I don't understand how the object being passed to insert() could be
modified like this.

Thanks
Giles

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

Reply via email to