DragThing as AS launcher, oddity
DragThing as AS launcher, oddity
- Subject: DragThing as AS launcher, oddity
- From: Erik Ness <email@hidden>
- Date: Tue, 16 Nov 2004 00:00:37 -0600
Greetings,
I have a short script, below, that runs fine when run from the script
editor, but returns an error (Object not found) when run via
DragThing. Furthermore, previous DgTg problems have highlighted the
problem area of the script, but not this one. I'm stumped. Any ideas?
Regards,
Erik Ness
tell application "Safari"
activate
set t to name of window 1
set s to URL of document 1
end tell
tell application "FileMaker Pro"
activate
tell database "SomeDB.fp7"
go to layout "Bookmarks"
create new record in table "Bookmarks"
set cell "URLtoVisit" of last record in table "Bookmarks" to s
set cell "PageTitle" of last record in table "Bookmarks" to t
do script "Show last record"
end tell
end tell
--
###########################
Erik Ness <email@hidden> 608-242-7604
Urban Outfitters: http://nrdc.org/onearth/04win/reviews.asp
Dirty Minds: http://www.gristmagazine.com/books/books121503.asp
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden