| What is RSS feed? | About Us |
Source: macs.about.com --- 31 days ago
Two security firms, SecureMac and Intego, have separately issued security warnings for OS X Tiger and OS X Leopard. Both operating systems can be affected by a Trojan AppleScript delivered... ... Source: www.pcworld.com --- 30 days ago
Recently I was fuming on Twitter about the inability to set "private times" in chat applications. I've spread my... ... Source: forums.macrumors.com --- 24 days ago
I am brand new to Macs and have run into a wall. You see, I am TRYING to send keystrokes to the active window. Under Windows XP, it was a VERY simple process using vbscript_: Code: --------- Dim oShell Set oShell = WScript.CreateObject("WScript.Shell") DooShell.SendKeys "Enter some text here" oShell.SendKeys "{ENTER}" WScript.Sleep 850000 Loop --------- This would, regardless of the application, send the keystrokes to the active window. I am having a hell of a time trying to duplicate this simple process with AppleScript. I have Googled until blue in the face, and have not found anything like what I was doing with VBScript. Can anyone point me in the right direction? ... Source: forums.macrumors.com --- 19 days ago
Forum: Mac Programming Posted By: michaelzz Post Time: Jul 4, 2008 at 10:48 PM ...
Source: www.macworld.com --- 31 days ago
Jason Snell battles a wonky Java applet to get a readable version of a court case. ...
Source: www.macnn.com --- 28 days ago
A MacNN forum poster reports on a serious flaw in Mac OS X's implementation of AppleScript. Essentially, applications that are running as root can accept AppleScript commands from applications that are not running as root -- and since every Cocoa application automatically gets some basic AppleScript support, this means that any time a Cocoa applica... ... Source: www.macosxhints.com --- 7 days ago
Often programs like PearLyrics or SingThatiTune just don't find the song I am looking for, and I have to find the lyrics manually. I found it tedious to find the lyrics in Safari, switch back to iTunes, highlight the song I want to add the lyrics to, open the song's info panel, paste in the lyrics, and finally, close the window. So I wrote this simple AppleScript instead: tell application "System Events" set sel to (the clipboard as text) end tell tell application "iTunes" set lyrics of current track to sel end tell I then bound this AppleScript to a keyboard shortcut using iKeys (any macro-capable program should work just as well). It will copy any text currently in the clipboard to the currently playing song's lyrics. ... Source: www.macupdate.com --- 20 days ago
Tierprogramm 0.8Tierprogramm is an AppleScript based freeware droplet User-Interface for Exiftool. It can be used to change Exif-informations inside jpg files. Tierprogramm is written by Florian Poeck and offered as it is. There is no warranty at all and usage it at your own risk.More information ...
Source: forums.macworld.com --- 15 days ago
Hello, Just about everyday I open the same 5 documents in textedit. Everyday (or after every reboot) I have to arrange the windows, which is exactly the same way each time, so they're all displayed a certain way. An AppleScript for this would prove invaluable. Anyone know a good way to create one that opens, arranges, and resizes 5 .rtf documents in Text Edit? The recording feature of script editor didn't register for Text Edit recordings. Thanks a ton. I sincerely appreciate your wisdom on this matter! Molto ringraziamento! Sincerely, John ... Source: blogmarks.net --- 15 days ago
AppleScript is now entirely Unicode-based. Comments and text constants in scripts may contain any Unicode characters, and all text processing is done in Unicode, so all characters are preserved correctly regardless of the user’s language preferences. ...
Source: www.macobserver.com --- 29 days ago
AppleScript has been around for a long time, but other more modern approaches always make developers look at where they are and where they want to go. Adobe is doing just that, according to Jason O'Grady and David Morgenstern at The Apple Core on Tuesday ... Source: www.tech-archive.net --- 23 days ago
Summary: We store a contacts folder in an Exchange 2003 Public Folder. ... In Entourage 2004, you could list subfolders in the Public Folder if you added the subfolder to Favorites. ... ... Source: www.tech-archive.net --- 11 days ago
Summary: I posted part 1 & 2 on Using AppleScripts with Entourage today. ... Part 1 discusses the basics of using AppleScripts. ... If you have a favorite script you would like to share, ... ... Source: blogs.macobserver.com --- 16 days ago
I still get an occasional AppleScript question from people who probably found my old column. A few weeks ago Paul had a question about copying files. He works for a TV station, and he is constantly capturing video using Final Cut Pro and dumping it into a scratch directory. When the transfer is complete, he [...] ... Find more results for AppleScript on RSSMicro.com |
Copyright © 2008 RSSMicro.com