Page 1 of 1

Standalone PDF printing fails on 4.5.0-dp-3

Posted: Mon Mar 22, 2010 5:43 pm
by PinoLallo
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.

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
where myptions are

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"]
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

Re: Standalone PDF printing fails on 4.5.0-dp-3

Posted: Mon Mar 22, 2010 7:14 pm
by bn
Pino,
4.5-dp-3 is prerelease beta software. It is not discussed in the forum. That is what the improve list is for. You should ask this over there. You have to register for it. You were invited when you bought your enterprise license. You also might ask support at runrev for the improve list access.
regards
Bernd