[Gtk-sharp-list] Gtk.Combo Entry.Activated pb

underdog10 at netcourrier.com underdog10 at netcourrier.com
Sun Jul 17 10:30:05 EDT 2005


Hello,

I try to use a combox, and i a System.NullReferenceException when try to set a event on the Combo.Entry.Activated.

Does anyone got an idea?


ConnectionCombo = new Combo ();
		
string[] pop = {"Foo", "Bar"};
ConnectionCombo.PopdownStrings = pop;

 //  ConnectionCombo.DisableActivate ();
 //  This Crash 
ConnectionCombo.Entry.Activated += new EventHandler (OnConnectionComboActivated);
			
hbox.PackStart (XboxsConnectionCombo, false, false, 10);


Thanks,

/Francois

-------------------------------------------------------------
NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar...
Web/Wap : www.netcourrier.com
Téléphone/Fax : 08 92 69 00 21 (0,34 € TTC/min)
Minitel: 3615 NETCOURRIER (0,16 € TTC/min)



More information about the Gtk-sharp-list mailing list