I have a script that is working fine when I add a file to the folder using: on adding folder items to this_f开发者_如何转开发older after receiving added_items
I want to run a jar file that has a filename as argument. This filename should be the one of a file that is dropped onto the .app (the AppleScript)
I\'ve got a working AppleScript which has a repeat looking like this: repeat with i from 1 to count windows of proc
My app has some rudimentary applescriptability.There is one method (receivedInstantMessage) that takes a single parameter (message) and passes it to my app which then processes it.
I code in REALbasic. Whenever I receive an IM via iChat, iChat runs an applescript and sends to it the last message received.I need to somehow forward this mes开发者_C百科sage as a string to the app
I have folders containing large numbers of files (e.g. 1000+) of various sizes which I want to move in to smaller groups of, say, 100 files per folder.
I have the following applescript that is acting strangely. If the file sharing checkbox is unchecked it will check it everytime. If the file sharing checkbox is already checked it will sometimes unche
What I mean, is if I have this in my clipboard for instance: \"http://farm6.static.flickr.com/5290/5377008438_8e3658d75f_m.jpg\"
I\'m calling an AppleScript from inside my application. The relevant snippet of my code looks like so:
I\'m writing an app that talks to Mail using Objective-C-appscript (objc-appscript). I want to make a copy of the currently selected mail messages and perform some processing o开发者_运维问答n it at a