Re: end tell issue..
Re: end tell issue..
- Subject: Re: end tell issue..
- From: Ronald Hofmann <email@hidden>
- Date: Thu, 25 Sep 2008 09:28:17 +0200
No Ashwin, "tell application "RapidWeaver" to open theFolder" is
already a valid expression.
Try in the scripteditor this: tell application "finder" to beep
this already works.
End tell is necessary if you do the same thing like this:
tell application "finder"
beep
End tell
Greetings, Ronald
---
Am Do25.09.2008 · 39 um 09:16 schrieb Ashwin Row:
Hi Ronald,
Should I end the script with the customary end statement?
Ashwin Row
On 25-Sep-08, at 12:39 PM, Ronald Hofmann wrote:
this line
tell application "RapidWeaver" to open theFolder
is already finished after theFolder.
No need to put end tell on the next line.
Greetings, Ronald
---
Am Do25.09.2008 · 39 um 07:55 schrieb Ashwin Row:
Hi,
In the code below the error I get is expected end of line but
found end tell.
The code works with a simple end but when saved as a .app it
creates an issue.
tell application "FileMaker Pro Advanced"
activate
tell database "Automator"
tell record 1
cell "Page Name"
--set abc to "hi"
set abc to cell "Page Name"
display dialog abc
end tell
end tell
end tell
set theFolder to (POSIX path of ("/Applications/eShox/" & abc)) --
as alias
tell application "RapidWeaver" to open theFolder
end tell
end
Warm Regards,
Ashwin Row
------------------------------------------------------
Software Developer | Fortune Infocomm Pvt. Ltd., Mumbai, India.
Phone: +91 22 67997970 (Off) |
+91 9820566420 (Mobile)
Email: email@hidden
email@hidden
------------------------------------------------------
Your preferred Mac & Win development partner.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden
)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
Warm Regards,
Ashwin Row
------------------------------------------------------
Software Developer | Fortune Infocomm Pvt. Ltd., Mumbai, India.
Phone: +91 22 67997970 (Off) |
+91 9820566420 (Mobile)
Email: email@hidden
email@hidden
------------------------------------------------------
Your preferred Mac & Win development partner.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden