[Mono-bugs] [Bug 597582] Cannot make form controls visible via invoke
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Aug 3 10:32:30 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=597582
https://bugzilla.novell.com/show_bug.cgi?id=597582#c7
expe bition <expebition at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |expebition at gmail.com
--- Comment #7 from expe bition <expebition at gmail.com> 2011-08-03 14:32:28 UTC ---
Steve, I know it has been over a year, but we're seeing something which MIGHT
be the same bug. The work-around was simple though. We changed:
vwTabGroup.Visible = true;
to:
this.Controls.Remove(vwTabGroup);
vwTabGroup.Visible = true;
this.Controls.Add(vwTabGroup);
Now the object is drawn correctly under both Mono for Windows and Linux. Can
you test an approach like this in your code?
I'm working on a simple test case but no success yet.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list