Standalone PDF printing fails on 4.5.0-dp-3
Posted: Mon Mar 22, 2010 5:43 pm
Dears,
I used the printing pdf libs to save pdf files, in the develop enviroment that lib worked fine, but not in the macosx standalone.
where myptions are
Into the standalone app generated the script stop emitting this (on debug)
Executing at 5:36:14 PM on Monday, March 22, 2010
Type: Function: error in function handler
Object: stack '/Users/pinolallo/Desktop/SeqLoader3/MacOSX/SeqLoader.app/Contents/MacOS/SeqLoader'
Line: answer 'warning: you haven't set a destination folder for the sample sheet files'
Line Num: 0
Hint: PrintPdf
I used the printing pdf libs to save pdf files, in the develop enviroment that lib worked fine, but not in the macosx standalone.
Code: Select all
function PrintPdf myfilename myoptions
open printing to PDF myfilename with options myoptions
print card "sheet" of stack "PrintSheet"
close printing
end PrintPdf
Code: Select all
put feedName into myoptions["Title"]
put theOperator into myoptions["Author"]
put "sample Sheet Sequencer report" into myoptions["Subject"]
put oligoInfo&&requestId&&patientId into myoptions["Keywords"]
put "SeqLoader v.1.0" into myoptions["Creator"]
Executing at 5:36:14 PM on Monday, March 22, 2010
Type: Function: error in function handler
Object: stack '/Users/pinolallo/Desktop/SeqLoader3/MacOSX/SeqLoader.app/Contents/MacOS/SeqLoader'
Line: answer 'warning: you haven't set a destination folder for the sample sheet files'
Line Num: 0
Hint: PrintPdf