зеркало из https://github.com/mono/mail-archives.git
107 строки
3.8 KiB
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:
|
|
|
|
><i> Hi,
|
|
</I>><i>
|
|
</I>><i> I'm looking to understand where the problem come from ...
|
|
</I>><i>
|
|
</I>><i> I got two wiget : one Entry and on ComboBox .. I try to listen two
|
|
</I>><i> particular Event : the FocusIn and the FocusOut ...
|
|
</I>><i>
|
|
</I>><i> When I listen the Entry : no trouble ... but I can't do it with the
|
|
</I>><i> ComBoBox ...
|
|
</I>><i>
|
|
</I>><i> this.cbb_Combo.FocusInEvent += new
|
|
</I>><i> Gtk.FocusInEventHandler(this.gererFocusInEvent);
|
|
</I>><i> this.cbb_Combo.FocusOutEvent += new
|
|
</I>><i> Gtk.FocusOutEventHandler(this.gererFocusOutEvent);
|
|
</I>><i>
|
|
</I>><i> protected virtual void gererFocusInEvent(object o, FocusInEventArgs
|
|
</I>><i> args) {
|
|
</I>><i> Console.WriteLine("gererFocusInEvent ");
|
|
</I>><i> }
|
|
</I>><i>
|
|
</I>><i> protected virtual void gererFocusOutEvent(object o, FocusOutEventArgs
|
|
</I>><i> args) {
|
|
</I>><i> Console.WriteLine("gererFocusOutEvent ");
|
|
</I>><i> }
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i> Is there somethings wrong ?
|
|
</I>><i>
|
|
</I>><i> Thanks !
|
|
</I>><i> _______________________________________________
|
|
</I>><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>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">http://lists.ximian.com/mailman/listinfo/gtk-sharp-list</A>
|
|
</I>><i>
|
|
</I>><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>
|