I'm a bit concerned about blinking effects. For example, with a check box when 
I catch the control event it has already redrawn it, so then I would have to 
change color and redraw again, which could cause a blinking effect.

I can see this now already in one case. I have a check box that can not be 
unchecked if a certain other option is set. But the only way I could figure to 
do this was was catch it at the control event, check the condition, then reset 
it, which causes a slight blink.

With pop ups, I handle the selection, then don't set handled to true, which 
allows the system to update the trigger label with the new selection 
automatically. I suppose I could update the label myself and set handled to 
true, giving me control of the color.

That still leaves an issue with check boxes though ... is there a way to catch 
it earlier ... before it redraws the new state?
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to