Hershel Fisch wrote:

On mouseUp
  set the backgroundcolor of me to white
  set the printmargins to 72,72,72,72
  --answer printer
  print me from  topLeft to bottomRight
End mouseUp

There's the problem, in the last line. You need:

print this cd from (the topLeft of this cd) to (the bottomRight of this cd)

I don't think you want to use "me" here, if this is a button script. You probably want to print the card, so you have to refer to "this card" specifically.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to