[Mono-winforms-list] WinForms for OsX excessive delays in responding

Stifu stifu at free.fr
Wed Jul 14 18:20:01 EDT 2010


Honestly, at the moment, I don't think WinForms on Mac can be used
professionally... unless your project has hacks here and there to work
around issues. WinForms on Mac is just too buggy (my app won't run because
disabled controls still fire events...). But you could also use the X11
version [1], which should work better. Actually, you could try that to see
if that solves your problem.

[1] Forced through parameter, like: MONO_MWF_MAC_FORCE_X11=1 mono myapp.exe
But requires X11 server installed.


Scott Bolland wrote:
> 
> Hi guys, 
> 
> I am having a little problem with using WinForms in OsX. I am using a
> timer to call the "refresh" method for drawing an animation. However, when
> this drawing is time consuming (i.e. if you maximise the window), there is
> a prolonged delay in handing a "mousemove" event. That is, although the
> animation is still running smoothly, it seems that the "mousemove" event
> is being buffered and responded to some time later. I have attached the
> given project below. Any assistance would be greatly appreciated, as I
> would love to use mono for some professional projects I am working on, but
> can't seem to get around these "features" 
> 
> Cheers, 
> 
> Scott
> 
>  http://mono.1490590.n4.nabble.com/file/n2289437/winformsVBiKnow.zip
> winformsVBiKnow.zip 
> 
> 

-- 
View this message in context: http://mono.1490590.n4.nabble.com/WinForms-for-OsX-excessive-delays-in-responding-tp2289437p2289445.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.


More information about the Mono-winforms-list mailing list