Standalone PDF printing fails on 4.5.0-dp-3

Deploying to Mac OS? Ask Mac OS specific questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
PinoLallo
Posts: 1
Joined: Mon Mar 22, 2010 5:05 pm

Standalone PDF printing fails on 4.5.0-dp-3

Post by PinoLallo » 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.

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

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4174
Joined: Sun Jan 07, 2007 9:12 pm

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

Post by bn » Mon Mar 22, 2010 7:14 pm

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

Post Reply