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 set
I have been using this callback extensively recently in the way you
describe and have not seen this issue either.
On 3/13/08, Paul Bruneau <[EMAIL PROTECTED]> wrote:
> On Mar 13, 2008, at 5:27 AM, Ben Lachman wrote:
>
> > According to the NSSpeechSynthesizer docs:
> >
> > speechSynthesizer:didF
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
Da
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 conta
Just a note on this, remember to untick the main app target in Xcode
when adding other foundations tools like this or they will
automatically be added into the resources folder when your package is
built.
Untick the target when adding the file and then create a copy files
build phase to the "Execu