• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
DragThing as AS launcher, oddity
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Re: itunes and duplicating track from library (From: Mr Tea <email@hidden>)

  • Prev by Date: Re: DoMenu (enter layout mode)- In FileMaker
  • Next by Date: Loader problem
  • Previous by thread: Re: itunes and duplicating track from library
  • Next by thread: Replace text on spesific page
  • Index(es):
    • Date
    • Thread