GPGeorge
George Hepworth
- Local time
- Today, 14:35
- Joined
- Nov 25, 2004
- Messages
- 3,207
I’m modifying an existing Access database for deployment to a non-profit.
I decided to add control tip text to text boxes and combo boxes on one form since I don’t know what volunteers might end up using it. I figure it’ll help new volunteers add/update new books. This form displays as a subform if that’s relevant.
The control tip text flashes for less than a second. I know it is flashing because the outline around it briefly shows. It repeatedly flashes as long as the cursor is over a control and the control has focus.
There are no timer, mouse-move, or requery events running in any form in the database application. All I have to do is set focus to one of the text boxes and let the cursor hover over it.
I’m reluctant to put a lot of time in an alternative to built-in control tips because it is, after all, volunteer work for a non-profit and this feature is just a nice-to-have addition.
What should I be looking for that could cause this?
 I decided to add control tip text to text boxes and combo boxes on one form since I don’t know what volunteers might end up using it. I figure it’ll help new volunteers add/update new books. This form displays as a subform if that’s relevant.
The control tip text flashes for less than a second. I know it is flashing because the outline around it briefly shows. It repeatedly flashes as long as the cursor is over a control and the control has focus.
There are no timer, mouse-move, or requery events running in any form in the database application. All I have to do is set focus to one of the text boxes and let the cursor hover over it.
I’m reluctant to put a lot of time in an alternative to built-in control tips because it is, after all, volunteer work for a non-profit and this feature is just a nice-to-have addition.
What should I be looking for that could cause this?
 
	 
 
		 
 
		 — thanks for explaining the setup in detail.
 — thanks for explaining the setup in detail. Try setting the form’s PopUp = Yes or Modal = Yes temporarily, or removing the subform link, to see if the flickering stops.
 Try setting the form’s PopUp = Yes or Modal = Yes temporarily, or removing the subform link, to see if the flickering stops. My hunch, based on what you said, is that this is the “focused control hover bug” — in many Access builds, tooltips only behave normally when the control does not have the cursor. Once you click into the textbox, the tip flickers.
 My hunch, based on what you said, is that this is the “focused control hover bug” — in many Access builds, tooltips only behave normally when the control does not have the cursor. Once you click into the textbox, the tip flickers. 
 
		
 
 
		 
 
		 
 
		