2007/10/9, Søren Juul &lt;<a href="mailto:zpon.dk@gmail.com">zpon.dk@gmail.com</a>&gt;:<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&#39;t work for me<br><br>hbox = new HBox();<br>hbox.HideAll();<br>testlabel = new Label(&quot;mm test&quot;);<br>hbox.PackStart(testlabel);<br>hbox.Visible = false;</blockquote><div><br>Are you sure you&#39;re not calling ShowAll() on one of the parent widgets? (Widgets are hidden until explicitly shown, so there&#39;s got to be a ShowAll() call somewhere...)
<br><br>Eskil<br></div></div>