Printing

william humphrey shoreagent at gmail.com
Thu Oct 23 15:39:45 EDT 2008


I just discovered that Rev 3.0 running on Mac OS ignores the "cancel" button
in a print dialogue.
Can anyone please help me how to re-write the following so that I can have a
"cancel" back again?

*
*

**
*

on mouseup

    select empty

    set the printmargins to 0,0,0,0

   set the printPaperOrientation to "landscape"

    open printing with dialog

-- I ask for the dialog and get the dialog


-- all functions in dialog work except "cancel"

    print card from 0,0 to 790,580

    close printing


end mouseup
*



More information about the use-livecode mailing list