Re: Help! Slow Script!
Re: Help! Slow Script!
- Subject: Re: Help! Slow Script!
- From: Shane Stanley <email@hidden>
- Date: Wed, 10 Jul 2002 09:25:59 +1000
On 9/7/02 11:53 PM +1000, Sprague, Graham, email@hidden,
wrote:
>
set imageHeight to height of curDoc
>
set imagewidth to width of curDoc
I don't know the cause of your slowdown, but you can throw out a heap of
your code if you change these lines to:
set imageHeight to height of curDoc as pixels
set imagewidth to width of curDoc as pixels
--
Shane Stanley, email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.