G
google-post
I am trying to implement the fancy tooltips from Stephen Leban's site,
and am having a small problem with controls that are not always
visible.
Initially I simply set the tooltip to an empty string, but that means I
need to reset the tooltip every time the visible status of a control is
changed in code.
Is it possible to "catch" the tooltip before it is displayed so that I
could handle this in one location (instead of having to change all
instance of ctl.visible=TRUE or ctl.visible=FALSE to a function that
would also set/reset the tooltip)?
The only other problem I am having with the tooltips is that sometimes
I will get multiple tooltips on-screen if I move the mouse slowly
between controls that don't have an intervening control with
onmousemove 'hidetooltips'. Any easy solution to that problem?
Thanks,
John
http://www.mp3-boss.com
and am having a small problem with controls that are not always
visible.
Initially I simply set the tooltip to an empty string, but that means I
need to reset the tooltip every time the visible status of a control is
changed in code.
Is it possible to "catch" the tooltip before it is displayed so that I
could handle this in one location (instead of having to change all
instance of ctl.visible=TRUE or ctl.visible=FALSE to a function that
would also set/reset the tooltip)?
The only other problem I am having with the tooltips is that sometimes
I will get multiple tooltips on-screen if I move the mouse slowly
between controls that don't have an intervening control with
onmousemove 'hidetooltips'. Any easy solution to that problem?
Thanks,
John
http://www.mp3-boss.com