[Gtk-sharp-list] show gnome window in glade
Rob Brown-Bayliss
rbb@orcon.net.nz
Sun, 16 May 2004 09:10:36 +1200
Hi. I am just playing about with monodevelop and have created a basic
project with a glade gui.
I am having a basic problem I guess, if the glade gui uses a standard
window, when running the .exe the window will show, but if I try to use
a gnome window the window will not show.
in this code:
Glade.XML gxml = new Glade.XML (null, "gui.glade", "window1", null);
I replace the window1 with app1 as this is what glade calls the first
gnome window, and the window is set to show.
But nothing happens, unless I am trying to show a basic window. Is
there some other step that must be taken to show a gnomeapp window?
--
Rob Brown-Bayliss
=================