How to remove Space between disclosure panels

2010-12-21 Thread gandham satish
Hi All, I am trying to add 2 disclosure panels to main panel (vertical panel) but the promblem is that I am gettign a space in between disclosure panels even after I set the width properly. Here is the sample code SimplePanel simPanel = new SimplePanel();

Re: How to remove Space between disclosure panels

2010-12-21 Thread gandham satish
Hi zix, Thanks for your quick reply. As you mentioned I have added my 2 disclosure panels in a DockLayout panel.But still I am seeing the spacing problem between the panels.What I am expecting is that whenevr I close the first disclosure panel then the second panel should occupy the remaining

Re: couldn't add push button to the DOM

2010-12-17 Thread gandham satish
Thanks for your quick response Amir. Looks like it is working if I add it through UIBInder. satish On Dec 17, 6:11 am, Amir Kashani amirkash...@gmail.com wrote: There's a few subtle and important steps that GWT takes when attaching a widget to the DOM. Generally, you shouldn't try to do this

couldn't add push button to the DOM

2010-12-16 Thread gandham satish
Hi, I am trying to create a simple header with caption and close button at the right end. I have created simple table with single row having two columns. I have added label in the first column and close button image in the next column. It is working fine when I added the image but not working