[Gtk-sharp-list] ComboBox trouble ...

xiii29 xiii29 at free.fr
Wed Jun 29 16:37:40 EDT 2005


Hi,

I've been looking for info on the net and in the code (after generation 
of 1.9.3) ...

And I don't see anything in the code of the ComboBox that will not let 
the FocusOutEvent raise ... so still looking for a reason and ... a 
solution :-)  !

Thanks


xiii29 wrote:

> Hi,
>
> I'm looking to understand where the problem come from ...
>
> I got two wiget : one Entry and on ComboBox .. I try to listen two 
> particular Event : the FocusIn and the FocusOut ...
>
> When I listen the Entry : no trouble ... but I can't do it with the 
> ComBoBox ...
>
> this.cbb_Combo.FocusInEvent += new 
> Gtk.FocusInEventHandler(this.gererFocusInEvent);
> this.cbb_Combo.FocusOutEvent += new 
> Gtk.FocusOutEventHandler(this.gererFocusOutEvent);
>
> protected virtual void gererFocusInEvent(object o, FocusInEventArgs 
> args) {
>            Console.WriteLine("gererFocusInEvent ");
> }
>
> protected virtual void gererFocusOutEvent(object o, FocusOutEventArgs 
> args) {
>            Console.WriteLine("gererFocusOutEvent ");
> }
>
>
>
> Is there somethings wrong ?
>
> Thanks !
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>
>



More information about the Gtk-sharp-list mailing list