https://bugzilla.novell.com/show_bug.cgi?id=406595
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=406595#c2 --- Comment #2 from Eric Petit <[EMAIL PROTECTED]> 2008-07-05 14:55:27 MDT --- In fact it is a performance problem between background reportprogress and progressbar value. If value is buffered it is okay : int ProgressDllMem = 0; while (ProgressVal < int.MaxValue -10) { ProgressDllMem += 10000; if (ProgressDllMem >= 20480) { ProgressDllMem += ProgressDllMem; BckGrdDll.ReportProgress(ProgressVal); ProgressDllMem = 0; } //System.Threading.Thread.Sleep(100); } -- 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
