Code: Select all
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
Am I doing something wrong or is LiveCode inefficient when calling the "as sheet" routines which are probably Cocoa based rather than the without "as sheet" which are probably Carbon based?
All the best