Printing

william humphrey shoreagent at gmail.com
Thu Oct 23 15:55:02 EDT 2008


Thanks. I tried "it" but should have realized that the mac os dialog wasn't
going to put anything into "it".
I'm still surprised that somehow the "cancel" button on the dialog gets
deactivated but I guess the RunRev PrintCard command over-rides it.

Thanks again.

On Thu, Oct 23, 2008 at 3:45 PM, Mark Schonewille <
m.schonewille at economy-x-talk.com> wrote:

> William,
>
> on mouseup
>   select empty
>   set the printmargins to 0,0,0,0
>   set the printPaperOrientation to "landscape"
>   open printing with dialog
>   if the result is not "Cancel" then
>     print card from 0,0 to 790,580
>   end if
>   close printing
> end mouseup
>
> --
> Best regards,
>
> Mark Schonewille
>
> Economy-x-Talk Consulting and Software Engineering
> http://economy-x-talk.com
> http://www.salery.biz
> Dutch forum: http://runrev.info/rrforum/
>
> Benefit from our inexpensive hosting services. See
> http://economy-x-talk.com/server.html for more info.
>
>
> On 23 okt 2008, at 21:39, william humphrey wrote:
>
>  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 at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



-- 
http://www.bluewatermaritime.com



More information about the use-livecode mailing list