Hi, since you seem to have solved your problem, would you mind following up what exactly one has to do to get a working SplitLayoutPanel for the example code? I have the same problem you posted in your original message, read all of the followups but still have no clue if I need to create a css-File with a certain name and certain content, or if I need to learn UiBuilder and somehow build it in there or ...
Since I (as probably quite a few others lured to GWT by its implicit premise to build web apps without HTML/CSS knowledge) don't have much of a web development background, a foolproof step-by-step guide would be much appreciated. Marcus On Jan 12, 1:33 pm, Stine <[email protected]> wrote: > Hello :) > > I am having problems making my panels display the way they should - > they look almost empty!! :( > > For instance when I have this code... > > public final void onModuleLoad() { > SplitLayoutPanelp = newSplitLayoutPanel(); > p.addWest(new HTML("navigation"), 128); > p.addNorth(new HTML("list"), 384); > p.add(new HTML("details")); > RootLayoutPanel.get().add(p); > > } > > ... I see the following in my browser... > > navigation list > > details > > ... which is not very fancy! ;D > > What am I missing?! :/ > > Thanks a lot, > Stine :) -- 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.
