Ask a Question related to Macromedia Director Basics, Design and Development.
-
LadyKeys #1
Help with Hyperlink Text
Have received great help here and hopefully someone can provide it again
Have made a text box with 7 sub-categories. In each of the categories I want
one word "hot" and to jump to a Marker. Laid it all out and all 7 "links" are
jumping to the same Marker........not the one that I am picking in the
drop-down list
I am thinking I need to break up this paragraph so each of the sub-categories
is on its' own channel in the score so that the "hot" word will point to the
right Marker. Am I correct with this??
Before I do a lot of unnecessary work I would like to know if this is possible
as I think it can be done, and if not, how can I get 7 different words to jump
to 7 different markers? Am coming very close to making them either .gifs or
..jpgs and just putting them in the list
Thank you in advance for your help. Great info here
LadyKeys Guest
-
hyperlink text in a datagrid?
I'm going through a DataGridItem looking to find the text in a hyperlink column. It's not in mydataGridItem.cells(3).text. Where is it? thanks, T -
Set text hyperlink in a datagrid
Hi I have a datagrid that one of it's columns is a hyperlink which his URL is taken from the dataset I want to display text that will be the... -
Q: Get Text from Hyperlink Column
Hi, I have a column in my DataGrid which is a Hyperlink Column. Everything work find except when I try to get the text of the column using... -
rollover on hyperlink in text field makes text shift
I've put a hyperlink in a text field with an attached stylesheet, and when roll the mouse over it, it makes the other text shift slightly. The... -
Hyperlink text issue, two text boxes, one disfuntional
Hi, I have created a frame in director with two buttons and two text documents. When you click one button, you see a text document, when you click... -
JB #2
Re: Help with Hyperlink Text
If you are using the built in text member hyperlink setup, you just have
to preset a unique tagString for each link when setting them up using
the text inspector.
Then in your handler
on hyperlinkClicked me, data, range
put "linked "& data -- out to message window
end hyperlinkClicked
the data returned will be the unique tagString
JB Guest



Reply With Quote

