Re: Refreshing GridBagSizer

2007-11-24 Thread kyosohma
On Nov 23, 12:48 pm, Steve S <[EMAIL PROTECTED]> wrote: > Hey guys, > > I'm stuck with using a GridBagSizer (wxPython) in a GUI Dialog and am having > a frustrating time with refreshing it properly. > > Essentially, I've got to refresh the contents of the GridBagS

Refreshing GridBagSizer

2007-11-23 Thread Steve S
Hey guys, I'm stuck with using a GridBagSizer (wxPython) in a GUI Dialog and am having a frustrating time with refreshing it properly. Essentially, I've got to refresh the contents of the GridBagSizer on occasion with new values. The way I'm doing it works 4 times out of 5 but o

Re: GridBagSizer

2006-04-10 Thread Dave Mandelin
Probably just that GridBagSizer is complicated and confusing, and you can usually get what you want more easily and maintainably by nesting simpler sizers like Box and FlexGrid. -- Want to play tabletop RPGs with your friends online? Try RPZen: http://koboldsoft.com

GridBagSizer

2006-04-10 Thread ncf
Recently, I came across a presentation about wx.GridBagSizer while trying to look up more info to use it in an application, however, the presentation noted "Don't use GridBagSizer. Ever." Can anyone please explain to me why using GridBagSizer would be such a bad idea? Or is this

Re: wxPython: GridBagSizer, EXPAND, and HtmlListBox

2005-06-07 Thread Adam Endicott
Just an update if anyone runs across this through google. It appears this was an issue fixed in 2.6.0.1 (or 2.6.1.0, I forget which exactly). I was using 2.6.0.0. -- http://mail.python.org/mailman/listinfo/python-list

wxPython: GridBagSizer, EXPAND, and HtmlListBox

2005-06-06 Thread Adam Endicott
I'm having some trouble using an HtmlListBox with a GridBagSizer. I'm not sure how best to explain what's happening, but it seems that every time my frame gets resized, the HtmlListBox grows taller, even when the resize is only horizontal, or makes the frame smaller. I'm pret