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
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 li
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
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-