Dropping a Clipping into Tex-Edit
Dropping a Clipping into Tex-Edit
- Subject: Dropping a Clipping into Tex-Edit
- From: Gnarlodious <email@hidden>
- Date: Wed, 05 Dec 2001 08:06:48 -0700
This Droplet adds the item to the end of the open window:
tell application "Tex-Edit Plus"
tell front document
make new paragraph at end with data dropped
end tell
end tell
Unless it is a clipping in which case I get an "End of File" error.
I notice the clipping has no data, only resource. Is this a factor?
Could I add the clipping easier to a Finder file?