HyperCard: Problem with Readymade Buttons Stack (7/92)

In the Readymade Buttons stack is a card called "Create Card Pictures". A
field on the button explains that the buttons will disappear momentarily
while the card is being copied. However, if you are at userlevel 1 or 2 and
click the button, an error message says that it doesn't recognize Copy
Card. After clicking "OK" the buttons are gone.

As an immediate fix, type in show card button 1 or 2 (depending which one
disappeared). As a permanent fix, the script needs to be changed. The
following is a proposal.

on mouseUp
if the userlevel >= 3 then
hide me
doMenu "Copy Card"
show me
else
exit mouseup
end if
answer "Go to the card where you wish to paste the miniature card"┬
&& "image and press Command-Shift-V." with "OK"
end mouseUp

This article is adapted from the Claris Tech Info database.

Support Information Services
Published Date: Feb 19, 2012