Re: [Java-gnome-developer] Table doesn't expand when the parent is resized
Brought to you by:
afcowie
From: Thijs L. <xa...@gm...> - 2009-09-28 11:31:19
|
Heya, I think this is the correct behavior seeing tables is being added to the dialog without the ability to scale. I suggest using a VBox with nested HBox's to achieve that which you want. I never used table so I am not sure on its behavior in detail. Another reason why I suggest you to use VBox instead is that I see that when you scale the dialog the 'expander' gets to the middle of the open space. Which is another scaling issue that can be avoided with the use of a VBox. I hope this helps. Azania On Sat, Sep 26, 2009 at 11:12 AM, Thura <thu...@gm...> wrote: > I am writing a simple dialog. The code is here. > http://pastebin.com/m3fae0ed3 > The problem is when I resize the dialog, the table remain fixed, where it > is supposed to expand or fill. > Any clue ? > > Thura > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer > > |