Re: GWT 2.0 uiBinder not completely working with DockPanelLayout (for me that is)

2010-01-26 Thread Djay
Hi, I had the same problem. Actually, I want to put on the right side of the screen a widget that can have different size. Is there a way to specify a dynamic size ? Thanks On 25 jan, 02:50, Phil mikan...@gmail.com wrote: Hi Joe, I tried the code you pasted. I think your problem is the size

Re: GWT 2.0 uiBinder not completely working with DockPanelLayout (for me that is)

2010-01-25 Thread Ewald Pankratz
The number is too high. !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:DockLayoutPanel unit='EM' g:north size='5'

GWT 2.0 uiBinder not completely working with DockPanelLayout (for me that is)

2010-01-24 Thread Joe Hudson
Hello, I am new to GWT 2.0 and was trying out the uiBinder. I have a simple test project to get my feet wet and it isn't working as expected. I am only seeing the north and west sections in FireFox (not the center and south sections) and in IE I see nothing at all. Could anyone please help me

Re: GWT 2.0 uiBinder not completely working with DockPanelLayout (for me that is)

2010-01-24 Thread Sebastian
I cannot describe the best way to do it. From my understanding the layout panel are mostly used to define a general layout and you need to push the areas using nested elements with defined sizes. If you have a look at the mail sample application, you can see that there make frequent use of