lenpartico wrote:
Thanks pawn,
I am in the process of converting all those BevelButtons to TextFields, (in the real project about 200 of them), for two reasons:
1) the flickering on mouse enter/exit (on PC) and
2) The triangle to indicate a menu would not be there in the TextField (I prefer that).
The other problem with the flickering on scrolling, I did not see any improvement on PC when I added the code you recommended,
for i as integer=0 to self.ControlCount-1
if self.control(i) isa BevelButton then
dim rcontrol as BevelButton = BevelButton(self.control(i))
rcontrol.DrawInto(g,rcontrol.Left-me.left,rcontrol.Top-me.top)
end if
next
is there something else that I am missing?
Thanks.
Lennox
It worked fine for me with RealStudio 2010r1.1 in Windows 7 with Aero on and also off..