RE: <<data>> instead of useful info
RE: <<data>> instead of useful info
- Subject: RE: <<data>> instead of useful info
- From: Joe Kelly <email@hidden>
- Date: Fri, 21 Dec 2001 12:07:47 -0800
I haven't a clue, really, but have you tried coercion?
set ssq to (scene static quality of movie of window 1) as string
set pan to (pan of movie of window 1) as number
joe
>
-----Original Message-----
>
From: Landis [mailto:email@hidden]
>
Sent: Friday, December 21, 2001 8:28 AM
>
To: email@hidden
>
Subject: <<data>> instead of useful info
>
>
>
I've got a program that doesn't quite give me what I ask for in a
>
usable form. I'm trying to get the pan and scene motion quality of a
>
Quicktime VR panorama with ConVRter. The dictionary entries are
>
below:
>
>
Class: movie
>
>
scene motion quality: scene quality default/scene quality low/scene
>
quality normal/scene quality medium/scene quality high -- the scene
>
motion quality
>
>
pan: fixed -- the horizontal pan - range 0.0 to 360.00
>
>
my script reads:
>
>
tell application "conVRter AE"
>
activate
>
get (scene static quality of movie of window 1) --+data
>
Pssq6573716D;
>
get (pan of movie of window 1) --+data Ppan438803AD;
>
end tell
>
>
should end up with "medium" and "272.0".
>
>
Is there a way I can translate the two "data" responses to the
>
responses I'm looking for?
>
>
Thanks,
>
Landis
>
_______________________________________________
>
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.