Many thanks to Sean! That was it, and the following trick revives the
stillborn hyperlink:
OrigMember = sprite(me.spriteNum).member
DummyMember = duplicate(OrigMember)
sprite(me.spriteNum).member = DummyMember
sprite(me.spriteNum).member = OrigMember
The nature of the bug is that when a new hyperlink is created in a text
member that previously had no hyperlinks, the newly created hyperlink has
the hyperlink styles, but does not function as one. The situation is
resolved by switching the member back and forth, above.
Phew! And I thought I'll have to run away and join the circus.
Slava
At 11:47 AM 4/9/2001 +1200, you wrote:
>A 'quirk' similar to what you describe is listed at:
>http://www.updatestage.com/buglist.html
>with a suggested workaround.
>
>HTH,
>-Sean.
>
> > on beginSprite me
> > sprite(me.spriteNum).member.html = "<html><a href='x'>Link</a></html>"
> > end
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]