Re: best way to add transitions

2008-12-02 Thread M Pulis
Matt, Tried the IB trick, not sure what else to do to start it as now my images do not show up at all. My attract mode timer is still firing, calling setImageWithURL to change the picture every couple seconds, just nothing visual happens. Turn off IB fade, pictures show and change fine.

Re: best way to add transitions

2008-12-02 Thread Matt Long
Gary, I have to apologize here as the IB interface to transitions seemed like a sure thing to me so I just replied without testing--something I try to avoid. Anyhow, I've also tried to implement it in IB as well as in code, but you're right, no dice. Can't make it work on my end either.

Re: best way to add transitions

2008-12-02 Thread M Pulis
Thanks, Matt, Your second effort is much appreciated. At least I can put this problem away for the moment I'll take a look at the swapping deal, but, it does seem a bit out of the way when IB implies functionality and the API's look the way they do. I'd hate to implement it just to have

best way to add transitions

2008-12-01 Thread M Pulis
Hello Cocoa folk, My app uses an IKImageView in its main window. Until the user engages some function, the IK view sequentially displays slides prompting the user to become involved, a typical attract mode. What is now requested is a transition such as fade (or any of the variety of

Re: best way to add transitions

2008-12-01 Thread Matt Long
Gary, I haven't used IKImageView, however, it does implement the NSAnimatablePropertyContainer protocol: http://developer.apple.com/documentation/Cocoa/Reference/NSAnimatablePropertyContainer_protocol/Introduction/Introduction.html#/ /apple_ref/occ/intf/NSAnimatablePropertyContainer This

Re: best way to add transitions

2008-12-01 Thread M Pulis
Thanks, Matt, The pointers are appreciated. Gary On Dec 1, 2008, at 7:57 PM, Matt Long wrote: Gary, I haven't used IKImageView, however, it does implement the NSAnimatablePropertyContainer protocol: http://developer.apple.com/documentation/Cocoa/Reference/