[Mono-list] Glade & Mono.. newbie question...

Joerg Bornschein joerg@zilium.de
Wed, 20 Oct 2004 09:20:48 +0200


Mahomedalid Ivan <<Crow>> wrote:

Hi Mahomedalid,

>I need show 2 windows created in glade. Glade.XML conects fine to the
>twos windows, but, show the both at the same time...
>
>How i can show the second window, in any moment in the program???
>  
>
In glade, using the "Common" tab on your window, you will find
an attribute named "visible". Turn it off and your window will not appear on
startup.

You may later turn it on programatically using  "yourWindow.show()".

  j.