c# - Showdialog Make the Parent Form Flicker in MONO (2.10.9) -


i create winform application .net 2.0.
, use mono (version 2.10.9) none-dotnet system.

but in mono mode, when use "new form().showdialog()" or show message box "messagebox.show()", main form flickers.

i think when triggers showdialog method, main form runs "enable = false" through controls, costs time , flicker.

is there have idea solve that?

thanks.

btw, checking code in mono branch: https://github.com/mono/mono/blob/master/mcs/class/managed.windows.forms/system.windows.forms/form.cs

hope solve issue!!!!!


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -