Hyperlinking and pop-ups
Posted: Mon Jul 23, 2012 1:51 am
I am attempting to create a manual.
The user clicks an index item and is sent to the related card (eg Card A).
On Card A I use a scrolling field to display the related information. Sometimes the information on a card needs qualification with information on another card. I link to the other card using "on linkClick" to simulate a hyperlink.
Sometimes the qualified information is quite small and I have been using a button on Card A to display the information in a pop-up field using mouseDown - to show the field and mouseUp to hide the field.
A card could have both a hypertext link to another card and a button to pop-up of information. The problem is I have 2 navigation "styles" blue text for the hyperlink which is intuitive for most users experienced with the internet and bold black text where the user has to do a mental jump to "Oh there must be a button somewhere for a pop-up". If I wasn't using a scrolling field I would place a transparent button under the pop-up text and I would have the best of both worlds.
Is there any way to get the "on linkClick" to display the pop-up whilst the mouse is down and hide it when the mouse is up? If not, is there some other technique I could employ?
Thanks in anticipation
The user clicks an index item and is sent to the related card (eg Card A).
On Card A I use a scrolling field to display the related information. Sometimes the information on a card needs qualification with information on another card. I link to the other card using "on linkClick" to simulate a hyperlink.
Sometimes the qualified information is quite small and I have been using a button on Card A to display the information in a pop-up field using mouseDown - to show the field and mouseUp to hide the field.
A card could have both a hypertext link to another card and a button to pop-up of information. The problem is I have 2 navigation "styles" blue text for the hyperlink which is intuitive for most users experienced with the internet and bold black text where the user has to do a mental jump to "Oh there must be a button somewhere for a pop-up". If I wasn't using a scrolling field I would place a transparent button under the pop-up text and I would have the best of both worlds.
Is there any way to get the "on linkClick" to display the pop-up whilst the mouse is down and hide it when the mouse is up? If not, is there some other technique I could employ?
Thanks in anticipation