2007/10/9, Søren Juul <<a href="mailto:zpon.dk@gmail.com">zpon.dk@gmail.com</a>>:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thats weird the code below doesn't work for me<br><br>hbox = new HBox();<br>hbox.HideAll();<br>testlabel = new Label("mm test");<br>hbox.PackStart(testlabel);<br>hbox.Visible = false;</blockquote><div><br>Are you sure you're not calling ShowAll() on one of the parent widgets? (Widgets are hidden until explicitly shown, so there's got to be a ShowAll() call somewhere...)
<br><br>Eskil<br></div></div>