Akua Sweets "store image" error in a folder action
Akua Sweets "store image" error in a folder action
- Subject: Akua Sweets "store image" error in a folder action
- From: David Blache <email@hidden>
- Date: Thu, 16 Nov 2000 15:06:55 -0600
When I try to use the following Akua Sweets commands in a folder action
script, I get the following error on the "store image" line:
Application is background-only.
-- start script
set theImage to the image from the imageFile
store image theImage in file newImageFile as "JPEG" with overwriting
-- end script
But if I use this same script code in an applet, it works without errors.
Can someone tell me why Akua Sweets "store image" command causes this error
in folder actions, but works fine in stand-alone applets?