AD
Administrator
Syncfusion Team
February 4, 2005 06:07 PM UTC
Hi Justin,
The problem appears to be that the ProgressBarAdv hasn''t finished loading yet when the Form tries to render. I managed to minimize the flicker by setting a Timer to wait 0.1 seconds before making the ProgressBarAdv visible. There might still be a problem on slower machines, but you could always increase the wait time to help with that.
Regards,
Gregory Austin
Syncfusion, Inc.
JK
Justin Koh
February 4, 2005 07:29 PM UTC
Thanks! That seems to work a bit. Instead of using a timer, I just handle the ValueChanged event of the progress bar and set the bar visible there. There''s still a little flash, but it''s much less noticeable.