Re: Confused newbie: some pieces not visible

2010-05-26 Thread Donald McLean
I had already put in "" - that seemed like the smart thing to do right off the bat. However, you were exactly correct - RootLayoutPanel instead of RootPanel. Thank you! Donald On Wed, May 26, 2010 at 5:17 AM, Jeff Chimene wrote: > Hi Donald: > > According to > http://google-web-toolkit.googlec

Re: Confused newbie: some pieces not visible

2010-05-26 Thread Jeff Chimene
Hi Donald: According to http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/ui/SplitLayoutPanel.html , you must attach a SplitLayoutPanel to the RootLayoutPanel, not the RootPanel. I'm guessing that you don't see the text due to the CSS positioning attributes. Also

Confused newbie: some pieces not visible

2010-05-25 Thread Donald McLean
We're doing a technology evaluation and one of the candidate technologies is GWT. I'm working on implementing some basic features of our new application and so far things mostly make sense but I'm seeing some behavior that I don't understand. Below I have included the relevant class file. I'm sure