Printing

Mark Schonewille m.schonewille at economy-x-talk.com
Tue Oct 8 09:54:25 EDT 2013


Hi Terry,

Which part is slow? The opening of the dialog, preparation of the print 
job, sending the data to the printer, printing itself, or your walk down 
the hall to pick up the paper?

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other 
colour spaces. http://www.color-converter.com

Buy my new book "Programming LiveCode for the Real Beginner" 
http://qery.us/3fi

Fill out this survey please
http://livecodebeginner.economy-x-talk.com/survey/

On 10/8/2013 15:50, Terence Heaford wrote:
> Hi,
>
> Can someone advise why
>
>     answer page setup as sheet
>     open printing with dialog as sheet
>     if the result is "Cancel" then exit mouseUp
>     print cd "barChart" from 0,0 to tRight,tBottom + 150
>     close printing
>
>
> is slow when compared to
>
>     answer page setup
>     open printing with dialog
>     if the result is "Cancel" then exit mouseUp
>     print cd "barChart" from 0,0 to tRight,tBottom + 150
>     close printing
>
> Thanks
>
> Terry
>




More information about the use-livecode mailing list