Changing selection in RichView makes controls blink
Changing selection in RichView makes controls blink
We have some problems with controls added to TRichView (version 12.4.2, Delphi 6), namely with controls inherited from TGraphicControl (e.g., TSpeedButton). The added controls of this type are blinking while one is changing selection bounds in the RichView (even if the controls are not in the selected area). Is there any way to avoid this blinking?
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Transparent TGraphicControl blinks because it is drawn after a background below it is drawn.
Probably, a buffered output for graphic controls will be implemented in future, but not soon. And it will slow down redrawing of such controls.
Probably, a buffered output for graphic controls will be implemented in future, but not soon. And it will slow down redrawing of such controls.
Last edited by Sergey Tkachenko on Sun Feb 27, 2011 2:59 pm, edited 1 time in total.