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
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
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
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
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
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