GWT Designer version: 2.3.2r36
Google Plugin: 2.3.3r36
GWT version: 2.30r36
Eclipse version: Helios Service Release 1,  build 20100917-0705
JDK version: 1.6u26
OS version: Windows 7, 32-bit


When using CaptionPanel elements in GWT Designer, they tend to go
blank in Design View.
Sometimes on first creating them, their contents will show properly,
but then any change
to the template will cause everything to become invisible, forcing
designers here to work with
the XML.

I've tried switching templates to use VerticalPanel's instead of
CaptionPanel's, and
it is better, but if there are a lot of widgets in a VerticalPanel,
the last few widgets
still show up blank. I'm appending a sample template which has that
problem. The last ten
labels are invisible.

We depend a lot on GWT Designer here, so that is why I am posting. My
two colleagues are
having the same issues as me. I've been flipping between different
versions of GWT Designer,
and GWT, but can't shake the problem. I've also tried increasing the
memory available to Eclipse
and it makes no difference.

I hope Mr Clayberg will be able to look at this.

James



<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent";>
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
        xmlns:g="urn:import:com.google.gwt.user.client.ui">

        <g:VerticalPanel>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>
                <g:Label text="New Label"/>


        </g:VerticalPanel>
</ui:UiBinder>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to