revPrintField ???? PDF
Richmond Mathewson
richmondmathewson at gmail.com
Sun Mar 21 07:30:20 EDT 2010
On 21/03/2010 13:18, Sarah Reichelt wrote:
> On Sun, Mar 21, 2010 at 8:19 PM, Richmond Mathewson
> <richmondmathewson at gmail.com> wrote:
>> on mouseUp
>> revPrintField the name of fld "TTEXT"
>> end mouseUp
>>
>> gives me (on Mac OS X) a standard print dialog (without the print to PDF
>> option)
> If you do:
>
> on mouseUp
> showPrintDialog false, true
> revPrintField the name of fld "TTEXT"
> end mouseUp
>
> Then you will get the print dialog and be able to use OS X's standard
> print to pdf.
>
Lovely! Thank you so much.
More information about the use-livecode
mailing list