Continuing problem with Satimage OSAX
Continuing problem with Satimage OSAX
- Subject: Continuing problem with Satimage OSAX
- From: Steve Thompson <email@hidden>
- Date: Mon, 6 Jan 2003 10:38:52 +0000
After a number of postings I have received some helpful and concise
replies from Philippe Gruchet amongst others. However, I still cannot
fix my problem and this is getting desperate!
I have a script that reads
repeat with i in theList
set slocount to slocount + 1
if i is not in templist then
-- This preference has been added
set temp to (item slocount of theSettingsList) as text
display dialog "value: " & temp8 & return & "name: " & i & return &
"Item: " & (item slocount of theSettingsList) & return & "String: " &
(i as string)
set j to ((last item of m) + slocount)
set {a, b, c} to {temp, j, i}
put resource a to tpath type "TEXT" index b with name c
end if
end repeat
The Display Dialog is part of my debugging and it displays a dialog
with the correct values every time. However, when I open the
preferences file after this script has run, each resource that was
created by this script has the right resource type, right resource
number and right contents but every one is called "flat".
Unfortunately, the name of the resource is important.
I'm running 10.2.3, Dec 2002 Developer CD and Project Builder 2.1 (This
is in the main script of an AppleScript Studio script)
Can anyone tell me how to stop the "flat" bit from appearing?
Thanks,
Steve
_______________________________________________
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.