Shoemaker, Ronnie A. wrote:
That was the first thing I tried. Still get those messages saying it is expecting a widget.
When I try to create a wxStaticBox without a label I get the message at the bottom. It works, but writes the message to stdout 3 or four times. If I use label = " ", I don't get the message, but of course the placement has to allow room for the invisible label.
label = ""
loggerBox = wxStaticBox(self,ID_loggerBox ,
label = nlabel,
pos = wxPoint(316,16),
size = wxSize(208,310))-----Message-----------------------
(:13359): Gtk-CRITICAL **: file gtkwidget.c: line 4135 (gtk_widget_modify_style): assertion `GTK_IS_WIDGET (widget)' failed
What version are you using? And is is a GTK1 or a GTK2 build?
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!