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
Post a Comment