Scripting a capricious app (iView Mediapro)
Scripting a capricious app (iView Mediapro)
- Subject: Scripting a capricious app (iView Mediapro)
- From: Jay Louvion <email@hidden>
- Date: Tue, 30 Aug 2005 21:23:50 +0200
Title: Scripting a capricious app (iView Mediapro)
Has anybody tried scripting a rather brilliant (but capricious) media app called iView Mediapro ?
I have been playing around with the following script:
set thefolder to choose folder
tell application "Finder" to set itemName to (name of (info for thefolder))
tell application "iView MediaPro"
activate
tell window 1
open thefolder
rebuild thumbnail of (every media item of window itemName)
activate
end tell
end tell
And found out that the result are rather random. Sometimes (as expected) the window inherits the name of the folder that is “opened”. Sometimes all the images thumbnails (original files are jpgs) are rebuilt to the default size (288px); but sometimes you see the thumbnails briefly appearing bigger and then returning to the original size (the one included in the jpg).
Some ideas or experience would be greatly appreciated.
J.
Jay Louvion
Studio Casagrande
3, rue Müller-Brun
1208 Geneva
T+4122 840 3272
F+4122 840 3271
skypeme:
jaylouvion
www.studiocasagrande.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden