Print to pdf

2020-05-13 Thread GEORGE WOOD via use-livecode
Found my errors and it is working fine now. Thanks
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Open printing to pdf

2020-05-12 Thread GEORGE WOOD via use-livecode
Here is on example of what I tried:

on mouseup

put “⁩/Desktop⁩/test files/Test.pdf” into temp

open printing to pdf temp

print cd 1 from (topleft of cd 1) to (bottomright of cd 1)

close printing

put the result

end mouseup
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Print to pdf

2020-05-12 Thread GEORGE WOOD via use-livecode
Is the "open printing to pdf filename" not working any longer? I have tried 
everything according to the dictionary, but it always fails with the result 
being "printing failed." Any usable workarounds? Thanks for any suggestions.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Enabling "About MyApp"

2020-05-11 Thread GEORGE WOOD via use-livecode
How can I activate the "About MyApp" under the Apple menu?
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode