Print All Cards

Jim Carwardine jim at oyfconsulting.com
Wed Sep 19 14:59:14 EDT 2007


Thanks, Devin... Jim


on 9/19/07 2:27 PM, Devin Asay wrote:

> 
> On Sep 19, 2007, at 10:15 AM, Jim Carwardine wrote:
> 
>> Hi Folks... Anybody have a code snippet that will print multiple
>> cards on a
>> page?  Jim
> 
> Jim,
> 
> This handler will print all the cards in the stack, four to a page:
> 
>   on mouseUp
> set the printRotated to true
> open printing with dialog
> if the result is "Cancel" then exit mouseUp
> set the printScale to .4
> set the printMargins to 36,36,36,36 --1/2 inch margins
> set the printGutters to 18,18 --1/4 inch gutters
> repeat with i = 1 to number of cards
>   print card i
> end repeat
> close printing -- sends job to printer
>    end mouseUp
> 
> You can play with the property settings to get just the look you want.
> 
> HTH
> Devin
> 
> Devin Asay
> Humanities Technology and Research Support Center
> Brigham Young University
> 
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution


Jim Carwardine,
President & CEO
OYF Consulting
Ph. 902.823.2339 / 866.601.2339
Fx. 902.823-2139
<http://www.OYFConsulting.com>

StrategicDoing: Execution depends on employees.
-- 






More information about the use-livecode mailing list