[Mono-winforms-list] Compiling SWF && a little Bug in TextBoxBase
Peter Dennis Bartok
peter at novonyx.com
Sun Jul 9 02:43:34 EDT 2006
Valentin,
The Click event has redeclared in TextBoxBase by Microsoft and we need to
keep it that way to stay compatible. If we're not firing it in Mono when you
click the textbox than that's a bug. Would you mind filing it at
bugzilla.ximian.com (and attach your little sample app which very nicely
shows the bug). This should be quick to fix.
As for building mcs, to build properly you need both mcs and mono checked
out and built from svn; after that you can simply "make && make install"
inside the Managed.Windows.Forms directory if you want to test patches. I've
never tried using MonoDevelop to build, so I can't be much help there.
Cheers,
Peter
-----Original Message-----
From: "latency" <latency at gmx.de>
To: <mono-winforms-list at lists.ximian.com>
Date: Sunday, 09 July, 2006 00:34
Subject: [Mono-winforms-list] Compiling SWF && a little Bug in TextBoxBase
>Hi there,
>
>first of all, I'm new to Mono. So far the only thing I've done by using
>Mono
>was a little FooTesting SWF Application (attached to this email) ,
>containing
>only a Label and a Textbox.
>
>However, something odd happend in that App. I tried to show a MessageBox
>once
>my TextBox has been clicked. But the MessageBox did not appear.
>
>I dug in little deeper and found out, that the Click Event has been
>redeclared
>in TextBoxBase, but is never fired.
>
>Just out of curiosity I tried to fix the bug myself by commenting out the
>Click Event declaration in TextBoxBase.
>
>But now I can't test my changes because MonoDevelop can't build SWF. (I got
>the whole mcs trunk from SVN and imported the VS2005 Project Files to
>MonoDevelop.) Is there something I'm missing?
>
>Kind Regards,
>Valentin S.
>
More information about the Mono-winforms-list
mailing list