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
*
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to