>Is there any way to make a specific cd of a stack visible without
>"go"-ing to that card?
>
>I'm trying to use the selection of text in one stack to cause a specified
>card of another stack to come forward.  If I use the "go" command, I lose
>the text selection in the first stack?
>
>Is there some other way to accomplish this?
>
>Thanks,
>
If you use a list field there is no problem.
Assuming you select a text and click a button to go to card "selectedText"
this might work:

on mouseUp
  put selectedText of fld x into temp
  go cd temp of stack "target"
  find  word temp in fld x of stack  "the_one_with_the_field"
  select the foundChunk
  topLevel "target"
end mouseUp


>
>
>__________________________________________________________________
>Scott Rossi                    Tactile Media - Multimedia & Design
>                               Email: [EMAIL PROTECTED]
>                               Web: www.tactilemedia.com


Regards, Andu

Reply via email to