[Gtk-sharp-list] Gtk# / Glade# Tutorials?

misleb@onshore.com misleb@onshore.com
Wed, 24 Mar 2004 18:48:17 -0600 (CST)


The glade-2 GUI assigns handlers for the menu options by default (most
 other wigdets don't have default handlers). If you don't implement all
of them in your C# code, your program will crash when you run it. If you
aren't going to implement all the menu functions right away, you should
go into the glade GUI and remove the default handler references until
you are ready to implement them. Or create stubs in your code that do
nothing. 

That's what I learned (the hard way), anyway.

On 24 Mar, Tsigo wrote:
> Are there any more advanced tutorials for using Glade interfaces in Mono with Gtk#? 
> I've tried the one at the Mono Handbook[1] and whenever I do something more advanced in
> Glade than a single control, like adding a default Menu, I get a ton of errors not at
> compile, but after running the exe.
> 
> I'm trying to convert one of my C# programs that uses System.Windows.Forms but I can't
> get past this beginning step.
> 
> [1] http://www.go-mono.com/tutorial/gnome/bindings/glade/glade.html
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
> 
> 
> !DSPAM:40622a2c223912065234056!
> 
>