What the heck??!!!??
What the heck??!!!??
- Subject: What the heck??!!!??
- From: Gary Hobish <email@hidden>
- Date: Tue, 06 Feb 2001 01:57:24 -0800
Perhaps I haven't been paying attention- but has something VERY fundemental
changed in the Applescript installed with 9.1 on the new G4?? I'm working on
some scripts I haven't seen for awhile, they are all VERY broken. They all
look fine on my "old" 9600, also running 9.1!!!
Events that were formerly "Display Dialog" now read "+event sysodlog; ."
Script elements that were formerly:
set myFile to (choose file of type "TEXT" with prompt "Locate the file
'Image Rename Report.' ")
Now read:
set myFile to (+event sysostdf; given +class ftyp;:"TEXT", +class
prmp;:"Locate the file 'Image Rename Report.' ")
Similarly, a choose folder command that was:
set dupeFolder to (choose folder with prompt "Locate the Duplicated Items
folder.")
Is now:
set dupeFolder to (+event sysostfl; given +class prmp;:"Locate the
Duplicated Items folder.")
What was "set eof of myFile to 0"
Is now "+event rdwrseof; of myFile given +class set2;:0"
------------------------------
Both machines are running OS 9.1, Applescript v1.5.5. I have tried to make
sure that any script additions installed on the 9600 were migrated to the
G4. They look synchronized to me, anyway.
What the heck is going on here?????
Thanks as always for your help-
Gary Hobish
Armin Hammer Productions
San Francisco