https://bugzilla.novell.com/show_bug.cgi?id=417962

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=417962#c2


andrus moor <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|RESOLVED                                        |REOPENED
         Resolution|WONTFIX                                         |




--- Comment #2 from andrus moor <[EMAIL PROTECTED]>  2008-09-11 10:03:22 MDT ---
I changed Load method to 

void ReportDialogForm_Load(object sender, EventArgs e)
    {
        DoubleBuffered = true;
        this.SetStyle(ControlStyles.OptimizedDoubleBuffer |
ControlStyles.AllPaintingInWmPaint, true);
        StartPosition = FormStartPosition.Manual;
        Location = new Point(10, 10);
        ClientSize = new Size(400, 400);
    }

But flashing is NOT reduced using SVN code.

The problem is actually caused by the TabControl.
The form's DoubleBuffered won't help.
Actually, the form's DoubleBuffered would have only affected drawing on
the form directly, not child controls, in any case.

So there is no any other way to reduce flickering.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to