>At 1:38 AM -0700 8/25/2001, Michael J. Lew wrote:
>>when I use this exact example of "request" from the
>>Transcript dictionary
>>
>>request the hilite of button 3 from application "HyperCard"
>>
>>the return in "it" is the hilite of button 3 of my Revolution stack,
>>not the (running) HyperCard Home stack!
>
>Hmmm. I frankly have no idea why you're getting this result. You're just
>using the two lines
>   request the hilite of button 3 from application "HyperCard"
>   put it
>or similar?

You're missing the quotes around "the hilite of button 3". What 
happens with your code is that revolution evaluates the line before 
actually handling it:

  request TRUE from application HyperCard

Put it in quotes, as in:

  request "the hilite of button 3" from application "HyperCard"

to tell it you want HyperCard to evaluate the string by making it 
look like any ordinary string to Revolution.
-- 
Cheers,
M. Uli Kusterer
------------------------------------------------------------
        "The Witnesses of TeachText are everywhere..."
               http://www.weblayout.com/witness

Reply via email to