Hi, I have added home made composite widgets into a VerticalPanel that is itself added to the east of a DockLayouPanel. I cannot space the widgets (2 at the moment) at my convenience. I tried myVerticalPanel.setSpacing(int) or margin: value; in the css for the inner widgets with no success.
I don't understand why it works fine into other VerticalPanels in the center area and not in the east area. My widgets extend composite and include an initWidget(aPanel) statement where aPanel is a FlowPanel for one widget and a VerticalPanel for the second. I need help. Thank you. -- 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.
