On 29 Dec 2007, at 10:46 PM, Derick Fay wrote: > Hi > I'm working with the latest nightly to write an applescript to create > a new pub. and assign it a URL. But acc. to the AS dictionary for > BibDesk the URL property for a linked file object is read only. > > Is there/will there be any way to add a URL to a publication via > applescript? > thanks > Derick
You don't give it a URL, that's only a convenience accessor to get the URL as a string. A linked file is actually a 'file' object. Similarly, a linked URL is a string. Unfortunately the dictionary does not show this. There is an example of how to add linked files and linked URLs in the sample script (Option-click it in the Script menu). Christiaan ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bibdesk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bibdesk-users
