[Mono-dev] [PATCH] For MouseClick Event in SWF and Masked text box standart context menu

2009-12-11 Thread Petit Eric
Hi From http://www.mono-project.com/SVN#Making_patches : Mouse Click Event was missing in SWF implementation, here it is a patch to fix that The second patch add the standar context menu to Masked text box, the same is also missing in combobox stuff(combo, toolstripcombo .). it is released

Re: [Mono-dev] Announcing the release of Mono 2.4.3

2009-12-11 Thread Leszek Ciesielski
I have a regression in 2.4.3: https://bugzilla.novell.com/show_bug.cgi?id=563909 On Thu, Dec 10, 2009 at 6:26 AM, Carlos Alberto Cortez calberto.cor...@gmail.com wrote: It was  indeed fixed. Sorry, I forgot to close that one. Carlos. 2009/12/9 Oskar Berggren oskar.bergg...@gmail.com The

Re: [Mono-dev] [PATCH] For MouseClick Event in SWF and Masked text box standart context menu

2009-12-11 Thread Petit Eric
Sorry, i didn't saw it before post (svn server was down and after i had some trouble to compil), but the OnMouseClick event was already fixed, only missing context menu still here . :-) 2009/12/11 Petit Eric surfz...@gmail.com: Hi From http://www.mono-project.com/SVN#Making_patches : Mouse

[Mono-dev] Request for a wiki page for mono

2009-12-11 Thread ptr
Hey all I have been trying real hard to build a parallel environment for mono. It seems like the information on compiling from svn and setting up a parallel mono is very out of date. Like http://www.mono-project.com/Parallel_Mono_Environments 1) gtk-sharp is not required 2) mono docs have

Re: [Mono-dev] Request for a wiki page for mono

2009-12-11 Thread Geoff Norton
On 2009-12-11, at 1:48 PM, ptr wrote: http://www.mono-project.com/Compiling_Mono_on_OSX 1) This information is not valid for 10.6 snow leopard, Certain CLFAGS need to be set to force a i386 build. No they dont on trunk or 2.6 -g ___

Re: [Mono-dev] Request for a wiki page for mono

2009-12-11 Thread ptr
On Fri, Dec 11, 2009 at 1:50 PM, Geoff Norton gnor...@novell.com wrote: On 2009-12-11, at 1:48 PM, ptr wrote: http://www.mono-project.com/Compiling_Mono_on_OSX 1) This information is not valid for 10.6 snow leopard, Certain CLFAGS need to be set to force a i386 build. No they dont on

Re: [Mono-dev] Request for a wiki page for mono

2009-12-11 Thread Geoff Norton
On 2009-12-11, at 2:02 PM, ptr wrote: Looking with otool on all the libraries installed under Mono.Framework in a 2.6 install , they seem to be all 32bit. Unless you force gcc to build 32bit a default compile/link under 10.6 builds 64bit binaries unlike OSX10.5 which produces 32bit