Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'An AppleScript to export iPhoto into SimpleViewer' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
An AppleScript to export iPhoto into SimpleViewer
Authored by: giulio on Oct 27, '05 09:42:04AM

The problem is that the script is not placing imageData.xml into the correct directoty. Just make sure these two lines of code look like:

---------------------------------
set output_filename to main_output_folder as text
set output_filename to output_filename & "imageData.xml"
---------------------------------

---
Headrest Embroidery: http://www.headrestembroidery.com



[ Reply to This | # ]