mail-archives/gtk-sharp-list/2005-June/006085.html

107 строки
3.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Gtk-sharp-list] ComboBox trouble ...
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:gtk-sharp-list%40lists.ximian.com?Subject=%5BGtk-sharp-list%5D%20ComboBox%20trouble%20...&In-Reply-To=42C0243E.6020307%40free.fr">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="006059.html">
<LINK REL="Next" HREF="006061.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Gtk-sharp-list] ComboBox trouble ...</H1>
<B>xiii29</B>
<A HREF="mailto:gtk-sharp-list%40lists.ximian.com?Subject=%5BGtk-sharp-list%5D%20ComboBox%20trouble%20...&In-Reply-To=42C0243E.6020307%40free.fr"
TITLE="[Gtk-sharp-list] ComboBox trouble ...">xiii29 at free.fr
</A><BR>
<I>Wed Jun 29 16:37:40 EDT 2005</I>
<P><UL>
<LI>Previous message: <A HREF="006059.html">[Gtk-sharp-list] ComboBox trouble ...
</A></li>
<LI>Next message: <A HREF="006061.html">[Gtk-sharp-list] GTK# unstable API docs
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#6085">[ date ]</a>
<a href="thread.html#6085">[ thread ]</a>
<a href="subject.html#6085">[ subject ]</a>
<a href="author.html#6085">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>
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:
&gt;<i> Hi,
</I>&gt;<i>
</I>&gt;<i> I'm looking to understand where the problem come from ...
</I>&gt;<i>
</I>&gt;<i> I got two wiget : one Entry and on ComboBox .. I try to listen two
</I>&gt;<i> particular Event : the FocusIn and the FocusOut ...
</I>&gt;<i>
</I>&gt;<i> When I listen the Entry : no trouble ... but I can't do it with the
</I>&gt;<i> ComBoBox ...
</I>&gt;<i>
</I>&gt;<i> this.cbb_Combo.FocusInEvent += new
</I>&gt;<i> Gtk.FocusInEventHandler(this.gererFocusInEvent);
</I>&gt;<i> this.cbb_Combo.FocusOutEvent += new
</I>&gt;<i> Gtk.FocusOutEventHandler(this.gererFocusOutEvent);
</I>&gt;<i>
</I>&gt;<i> protected virtual void gererFocusInEvent(object o, FocusInEventArgs
</I>&gt;<i> args) {
</I>&gt;<i> Console.WriteLine(&quot;gererFocusInEvent &quot;);
</I>&gt;<i> }
</I>&gt;<i>
</I>&gt;<i> protected virtual void gererFocusOutEvent(object o, FocusOutEventArgs
</I>&gt;<i> args) {
</I>&gt;<i> Console.WriteLine(&quot;gererFocusOutEvent &quot;);
</I>&gt;<i> }
</I>&gt;<i>
</I>&gt;<i>
</I>&gt;<i>
</I>&gt;<i> Is there somethings wrong ?
</I>&gt;<i>
</I>&gt;<i> Thanks !
</I>&gt;<i> _______________________________________________
</I>&gt;<i> Gtk-sharp-list maillist - <A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">Gtk-sharp-list at lists.ximian.com</A>
</I>&gt;<i> <A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">http://lists.ximian.com/mailman/listinfo/gtk-sharp-list</A>
</I>&gt;<i>
</I>&gt;<i>
</I>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="006059.html">[Gtk-sharp-list] ComboBox trouble ...
</A></li>
<LI>Next message: <A HREF="006061.html">[Gtk-sharp-list] GTK# unstable API docs
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#6085">[ date ]</a>
<a href="thread.html#6085">[ thread ]</a>
<a href="subject.html#6085">[ subject ]</a>
<a href="author.html#6085">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">More information about the Gtk-sharp-list
mailing list</a><br>
</body></html>