Search found 2 matches

by pewebsterGAf8fa
Mon Jul 23, 2012 3:45 am
Forum: Talking LiveCode
Topic: Hyperlinking and pop-ups
Replies: 2
Views: 2714

Re: Hyperlinking and pop-ups

Mark, thank you very much. Your suggestion worked a treat.

on linkClicked myLink
if myLink contains "laws 3" then
go card "Laws 3 & 4"
end if
end linkClicked

on mouseMove
if the mouseChunk is not empty and \
"bold" is among the items of the textStyle of the mouseChunk \
and "italic" is among ...
by pewebsterGAf8fa
Mon Jul 23, 2012 1:51 am
Forum: Talking LiveCode
Topic: Hyperlinking and pop-ups
Replies: 2
Views: 2714

Hyperlinking and pop-ups

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 ...