Re: Flawed ?
Re: Flawed ?
- Subject: Re: Flawed ?
- From: Gnarlodious <email@hidden>
- Date: Tue, 03 Feb 2004 09:07:34 -0700
Just a tip, when your script refers to a specific application you should put
it in the subject line. I had simply sent the message to the trash because
it didn't catch my attention.
-- Gnarlie (Tex-Edit user)
Entity Bernard Azancot spoke thus:
>
This is a very basic question (apologies):
>
>
My script is very simple but I get the following error message every
>
time I launch it:
>
" The script is flawed or AS is installed improperly".
>
>
No problem with other scripts... So, it rather looks like a "flawed
>
script".
>
>
I have simplified the script to try to find out what the problem is,
>
but I always get the same boring message.
>
>
In case of bad install, how can I re-install AS ?
>
>
1st simplified script
>
-- --
>
tell application "Tex-Edit Plus"
>
tell window 1
>
set thePath to "IBM 01: Users:Parents:Documents:SD Downloads:"
>
save window 1 in thePath
>
>
end tell
>
end tell
>
-- --
>
>
2nd simplified script
>
--
>
tell application "Tex-Edit Plus"
>
set thePath to "IBM 01:Users:Parents:Documents:SD Downloads:"
>
save window 1 in thePath
>
end tell
>
-- --
>
>
Thanks foy your help.
>
BA
>
_______________________________________________
>
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.
_______________________________________________
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.
References: | |
| >Flawed ? (From: Bernard Azancot <email@hidden>) |