Flickering in NSTableView with Core Animation

2008-03-30 Thread Dave Verwer
I am having a strange problem with a simple use of CA. I am basically using the same code as in this example (http://www.cimgf.com/2008/03/03/core-animation-tutorial-wizard-dialog-with-transitions/) so I have a window which I am using a CATransition to push in 3 views. As in the example, I have

Re: Setting iTunes album art with ScriptingBridge

2008-02-28 Thread Dave Verwer
Thanks for the reply, I eventually solved this by resorting back to AppleScript for the artwork stuff, ugly but it works... As for posting source to the list, thanks for the tip. Some lists frown upon it so I have been using Pastie but I will paste small code samples inline from now on. Cheers

Setting iTunes album art with ScriptingBridge

2008-02-27 Thread Dave Verwer
I am trying to set album art for an iTunesTrack obtained using ScriptingBridge and really getting nowhere with it. I have cobbled the following code together from various sources and code examples on the web: http://pastie.caboo.se/158088 Note that in the code sample, file is an NSString