Le Wed, 15 Nov 2006 17:29:28 +0100,
Gilles Fabio <[EMAIL PROTECTED]> a écrit :

> Hello there,
> 
> Yep, I also try and I think mlgs is right. So, specify the name as in
> your gui.glade file. Probably, it's not "mydialog".
> 
> public class MyDialog : Gtk.Dialog {
>  
>     public MyDialog() : base()
>     {
>         Glade.XML gxml = new Glade.XML(null, "gui.glade",
> "dialog_something", null); gxml.Autoconnect(this);
>     }
> }
> 
> dialog_something must be the name of the root widget.
> 
That's what I do! There is confusion because class name and widget name
are the same and I've forgotten quotes in my message (sorry for the
mistake). I've tried to change widget name and I've the same problem my
dialog box is always empty.

Any other Idea??

>  Nice to see french people on this mailing list :)
Nice to read you here Play. Internet is not so big in fact :)

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to