As a followup to my Getting Yosemite AppleScript Progress Information post I would like to offer this PSA.
4 CommentsCategory: Cocoa
Yosemite (Mac OS X 10.10) introduced 4 new properties scripts can set to report progress information: progress total steps (an integer) progress completed steps (an…
Comments closedNow that Script Debugger 5 has been released, and most of the fires have been put out, I am turning my attention to new projects.…
1 CommentThis project implements David Cristian‘s Hour Picker UI design (which I found via UI Parade) as a Cocoa View
Comments closedShane Stanley has just released version 2 of AppleScriptObjC Explored, his book documenting Apple’s AppleScriptObjC (the successor to AppleScript Studio).
Comments closedAfter much searching in Google, I found that there was no obvious solution to displaying images along with text in an NSBrowser when you are using NSTreeController and bindings to populate the browser. Here’s how you solve this problem.
1 CommentWith the release of Leopard, Apple has added the ability to build Source List displays directly into NSTableView/NSOutlineView. I have updated my sample code to take advantage of the changes Apple has made.
1 CommentiChat Theatre Demo (1MB) Leopard introduced something called iChat Theatre which allows applications to share content with other users via iChat. Apple’s Keynote is the…
8 CommentsIn my recent OmniInspector Sample Code blog entry I present a sample application illustrating how to use the OmniInspector framework. One limitation of the OmniInspector…
1 Comment