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)

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

Reply via email to