Tooltip issues

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
dbaron
Advanced
Advanced
Posts: 13
Joined: Fri Dec 19, 2003 9:16 pm

Tooltip issues

Post by dbaron »

Hi There - I have a couple of issues with tooltips that I'm hoping you all can help with. First off, what do I do when I need apostrophes in the tip, for instance, showtip('This is Andy's menu') I have tried the basic \' , but that still gets caught in the BuildTips() function inside the tooltip file.

Assuming that can be fixed, there is another issue of 'placement' on the screen. If the link or menu item is too low, or too far to the right, then the tooltip window (region) displays 'below' or 'offscreen to the right' of the main window. Does anyone know if this can be dealt with.

Prior to using Milonic, we used the OverLib tooltip object. It was great. As others on this board have brough up, there seems to be some kind of conflict between their object and Milonic. It seems that Milonic loses the MouseY and MouseX values (those objects become 'undefined' when the OverLib library is loaded). Others have suggested renaming certain functions and/or variables, but either they were not specific, or it did not work. We would prefer to use the Overlib library, as it is very full featured. Does anyone currently have both objects working well together?

Thanks,

-David Baron
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

I used the code for the apostrophe and that worked for me. ´ = '

Ruth
dbaron
Advanced
Advanced
Posts: 13
Joined: Fri Dec 19, 2003 9:16 pm

Tooltip issues

Post by dbaron »

Thanks Ruth. That somewhat solved one issue, although the acute symbol is not really a single quote mark. I guess the real issue is the inclusion of real quote marks, legally escaped that is.

Then there is still the issue of 'screen placement', and overall compatibility with OverLib.

Thanks again.
Post Reply