R
RealJC
Hi all,
I am using Access 2003 and have a form which does some enabling/disabling of
controls as the user keys data. To avoid screen flicker I set the form's
Painting property to False in the function that handles the enable/disable
process. I then set Painting back to True before exiting the function.
My problem is this: when Painting is set back to True all the label fonts
are repainted slightly darker than when the form is first painted. This
might not be too bad if not for the fact that I have a lot of controls on the
form and the effect is noticable.
I have also tested this on a fresh database with a new form with just a
couple of option buttons, and the behaviour is the same.
Has anybody else noticed this odd behaviour? Incidentally this also happens
if I use the Application.Echo method to control repainting.
Many thanks,
RealJC
I am using Access 2003 and have a form which does some enabling/disabling of
controls as the user keys data. To avoid screen flicker I set the form's
Painting property to False in the function that handles the enable/disable
process. I then set Painting back to True before exiting the function.
My problem is this: when Painting is set back to True all the label fonts
are repainted slightly darker than when the form is first painted. This
might not be too bad if not for the fact that I have a lot of controls on the
form and the effect is noticable.
I have also tested this on a fresh database with a new form with just a
couple of option buttons, and the behaviour is the same.
Has anybody else noticed this odd behaviour? Incidentally this also happens
if I use the Application.Echo method to control repainting.
Many thanks,
RealJC