Re: lingo-l on hyperlinkClicked

2003-03-19 Thread Howdy-Tzi
On Wednesday, Mar 19, 2003, at 11:22 America/Chicago, Irv Kalb wrote: I put a breakpoint in the hyperLinkClicked routine above and run. The text shows up, the links are blue and underlined. But the on hyperlinkClicked never gets called. What's up with that?? IIRC to make dynamically loaded

Re: lingo-l on hyperlinkClicked

2003-03-19 Thread Bertil Flink
Have you tried : member(source).media = member(source).media to wake up the member? Worked for me when I created hyperlinks on the fly. Bertil Flink Creative Media - Original Message - From: Irv Kalb [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 6:22 PM

RE: lingo-l on hyperlinkClicked

2003-03-19 Thread Jeremy
The only way I've dynamically created hyperlinks is: sprite(4).member.word[1].hyperlink = http://whatever; Have you tried putting the hyperlink of your text member in the message window to see if it actually has a hyperlink assigned to it? -Original Message- From: [EMAIL PROTECTED]

Re: lingo-l on hyperlinkClicked

2003-03-19 Thread Irv Kalb
Thanks very much Howdy - that did it! (Of course, no mention of this in the docs) Irv At 12:01 PM -0600 3/19/03, Howdy-Tzi wrote: On Wednesday, Mar 19, 2003, at 11:22 America/Chicago, Irv Kalb wrote: I put a breakpoint in the hyperLinkClicked routine above and run. The text shows up, the

Re: lingo-l on hyperlinkClicked

2003-03-19 Thread Howdy-Tzi
On Wednesday, Mar 19, 2003, at 12:34 America/Chicago, Irv Kalb wrote: Thanks very much Howdy - that did it! :D (Of course, no mention of this in the docs) Actually it's a quirk, so no, it's won't be documented. It's not intended behavior. :\ What I seem to recall is that this manifested from

Re: lingo-l on hyperlinkClicked

2003-03-19 Thread Robert Tweed
- Original Message - From: Howdy-Tzi [EMAIL PROTECTED] Actually it's a quirk, so no, it's won't be documented. That's because Director would cost at least twice as much, and there would be far less trees left in the rainforests if they had to use enough paper to document all the quirks

Re: lingo-l on hyperlinkClicked

2003-03-19 Thread Howdy-Tzi
On Wednesday, Mar 19, 2003, at 13:35 America/Chicago, Robert Tweed wrote: Actually it's a quirk, so no, it's won't be documented. That's because Director would cost at least twice as much, and there would be far less trees left in the rainforests if they had to use enough paper to document all