foot-in-mouth..

it works just fine.

I had an "ask file" command in there I should have commented out.

This works perfectly:

on mouseup
  put "/Users/sivakatirswami/Desktop/test4.pdf" into tOutPutFile
   set the printMargins to 0,0,0,0
   open printing to pdf tOutPutFile
   if it is "cancel" then exit to top
   print card 1
   close printing
   answer "done"
end mouseup

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to