Re: strange new error
Re: strange new error
- Subject: Re: strange new error
- From: Craig Sutherland <email@hidden>
- Date: Tue, 6 Jan 2004 20:52:26 -0600
I have sent the enclosed message twice, with no response.
Since it is obvious that no one has an answer, could someone please
advise me on a method to troubleshoot this problem.
Could it be that more information is needed? What you have presented is
confusing.
**** Sample Scripts ****
-- test
display dialog "This is a test."
Compile and save this as an to your desktop as "test.scpt" :
on getMessage()
display dialog "Message received"
end getMessage
tell "app Finder"
tell application "Test" to activate
end tell
This is a separate script:
property parent : load script((path to desktop folder) as text) &
"test.scpt" as alias
my abc()
**** original message ****
If I call an application (script),
tell application "Test" to activate
Craig
_______________________________________________
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.