Question about hyper linking from Text field
james lewes
jameslewes at comcast.net
Fri Sep 13 08:36:02 EDT 2002
Klaus
how do I do this?
Jamee
> From: Klaus Major <klaus.major at metascape.org>
> Reply-To: use-revolution at lists.runrev.com
> Date: Fri, 13 Sep 2002 11:46:11 +0200
> To: use-revolution at lists.runrev.com
> Subject: Re: Question about hyper linking from Text field
>
> Hi James,
>
>> GHow can I build a scrollable field that works like an html table with
>> 120
>> buttons in it. Each of the buttons needs to lonk to a specific card.
>> Can
>> this also be done with a text field.
>
> 1. You can create 120 buttons, arrange and group them
> and add a scrollbar to that group.
>
> 2. You can set up a field (with TABS etc...) with all the names
> of the card that are supposed to be navigated to.
> Then you could format these names in the text as "Linktext" and
> put this script into the field:
>
> on linclicked the_link
> if there is a cd the_link then
> go cd the_link
> end if
> end linkclicked
>
> Both solutions require a little work...
>
> Hope that helps.
>
> Have a nice weekend.
>
>
> Regards from germany
>
> Klaus Major
> klaus.major at metascape.org
>
> P.S.
> Wanny buy some used question marks ? ;-)
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list