On 2/25/11 8:41 AM, Rick Harrison wrote:
Hi there,

I want to print a card, file, image, or PDF without
bringing up the print dialog for the user.
(I want to be sure the number of copies is just 1
because I only want one ticket to print.)

What's the best way to accomplish this
cross platform task in Livecode?

Just don't include the "with dialog" parameter when you open printing. In fact, if you're happy with a generic printout, you don't even need to open printing at all. Just use "print this card" without any other print statements. That will print one copy of the current card.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
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