Panther and AppleScript property not retained - why?
Panther and AppleScript property not retained - why?
- Subject: Panther and AppleScript property not retained - why?
- From: John Mitchell <email@hidden>
- Date: Wed, 10 Dec 2003 17:51:12 +0100
I have exactly the same response (10.3.1)!
Also in Stuffit Deluxe, instead of
tell application "StuffIt Deluxe"
set newArchive to (make new archive with properties
{location:file backupPath})
--but now i use this:
stuff {alias OdbDatabasesFolderPath} into archive ("Odb_" &
thisMoment & ".sitx") etc..)
-- instead of
stuff {alias OdbDatabasesFolderPath} into archive (alias backupPath )
end tell
At 8:14 -0800 10/12/03, email@hidden wrote:
>
Message: 11
>
Date: Wed, 10 Dec 2003 16:55:09 +0200
>
To: email@hidden
>
From: Tero Siili <email@hidden>
>
Subject: Panther and AppleScript property not retained - why?
>
>
Hi!
>
>
I have some pre-Panther scripts, which after upgrade to Panther seem
>
to have lost their ability to save/store/retain the property value
>
assigned during the first run after compilation; the scripts have a
>
branch checking whether a property is defined (at least that is the
>
intention) and ask for the user to define the property, if it is
>
initially undefined. The scripts, however, keep on asking for the
>
property each and every run, although the property has been defined
>
on previous run. An example snippet of such a script is below:
>
>
property SMSDatabaseFile : ""
>
etc
--
John Mitchell
Office: +36 (1) 437 3623
Mob: +36 20 978 6077
_______________________________________________
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.