Hello everybody.

I'm developing an application that needs to return Local Search
results in a small ScrollPane. I am choosing, however, to manually
parse the search results so that I can display some particular
information without the rest of it.

The way that I am accomplishing this is shown here:

DecoratorPanel
    -ScrollPanel
          -VerticalPanel
                 -VerticalPanel
                         -HTML
                         -HTML
                         -HTML
                 -VerticalPanel
                         -HTML
                         -HTML
                         -HTML
                 -VerticalPanel
                         -HTML
                         -HTML
                         -HTML

When I do this, however, I get one strange error. There are HUGE
spaces between the VerticalPanels which hold the HTMLs. I am hosting a
screenshot of the issue at students.cec.wustl.edu/~tbt1/screenshots/
weird.jpg .

I have used "panel.setSpacing(0);" but to no avail.

If anybody has a suggestion as to what may be causing this, I'd really
appreciate it.

--

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