[Mono-osx] Mono System.Windows.Form seem not work on MAC OS
Stifu
stifu at free.fr
Wed May 9 13:30:27 UTC 2012
Mono WinForms is quite buggy on Mac.
Possible solutions:
- Fix Mono WinForms for Mac (one can dream...)
- Use a different UI layer on Mac (using MonoMac or GTK#, for example)
- If you have an X11 server installed on your Mac, you can launch your
WinForms app this way, and it should work as well as on Linux:
MONO_MWF_MAC_FORCE_X11=1 mono yourapp.exe
marco wrote
>
> Hi ,
>
> I have developed an C# desktop application.
>
> The application is 100% full working on mono for windows.
>
> I have installed Mono developer on MAC OS leopard.
>
> After start my application on MAC OS all forms don't work good.
>
> Here the result:
>
> http://www.pro-software.it/Mono_Errors.zip
>
> Apart this there are random crash not present on Mono (windows version).
>
> Someone have experience about it ?
>
> Without forms I don't have chance .... I need to covert all to Java ...
>
--
View this message in context: http://mono.1490590.n4.nabble.com/Mono-System-Windows-Form-seem-not-work-on-MAC-OS-tp4619786p4620435.html
Sent from the Mono - OSX mailing list archive at Nabble.com.
More information about the Mono-osx
mailing list