[MODERATOR] Re: CATransactions not working

2008-05-20 Thread Scott Anguish
Once again. Discussion of the iPhone SDK is NOT allowed here. It is under NDA. Thanks Scott moderator On May 19, 2008, at 2:03 PM, Adam Radestock wrote: This is actually on iPhone... Core Animation is always active on iPhone, there's no wantsLayer function...

Re: CATransactions not working

2008-05-19 Thread Adam Radestock
Exactly why I didn't say in the first place... :-) On 19 May 2008, at 19:09, Paul Bailey wrote: Unfortunately, by mentioning the magic word ("iPhone"), you won't be getting any answers on this mailing list, since the iPhone SDK is still under an NDA... Cheers, Paul On Mon, May 19, 2008 a

Re: CATransactions not working

2008-05-19 Thread Paul Bailey
Unfortunately, by mentioning the magic word ("iPhone"), you won't be getting any answers on this mailing list, since the iPhone SDK is still under an NDA... Cheers, Paul On Mon, May 19, 2008 at 7:03 PM, Adam Radestock <[EMAIL PROTECTED]> wrote: > This is actually on iPhone... Core Animation is

Re: CATransactions not working

2008-05-19 Thread Adam Radestock
This is actually on iPhone... Core Animation is always active on iPhone, there's no wantsLayer function... Here is all the relevent code: - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event; { [self doHighlightEffect:SGUIButtonOpaqueEffect]; [super touchesBegan:tou

Re: CATransactions not working

2008-05-19 Thread Brian Christensen
On May 19, 2008, at 1:06 , Adam Radestock wrote: It's in a function called from within the mouseDown: handler in my subclass. I just don't get why the implicit animation isn't working? A couple of things: 1) Make sure that somewhere up the hierarchy of your button's superviews one of them

Re: CATransactions not working

2008-05-19 Thread Adam Radestock
It's in a function called from within the mouseDown: handler in my subclass. I just don't get why the implicit animation isn't working? On 18 May 2008, at 20:22, Brian Christensen wrote: On May 18, 2008, at 12:00 , Adam Radestock wrote: Hi everyone, I've been struggling to work out how to

Re: CATransactions not working

2008-05-18 Thread Brian Christensen
On May 18, 2008, at 12:00 , Adam Radestock wrote: Hi everyone, I've been struggling to work out how to animate some properties on my NSButton subclass. I have looked through all the examples given in Apple's docs, but can't work out why my code doesn't animate. Where exactly are you invok

CATransactions not working

2008-05-18 Thread Adam Radestock
Hi everyone, I've been struggling to work out how to animate some properties on my NSButton subclass. I have looked through all the examples given in Apple's docs, but can't work out why my code doesn't animate. My code is: [CATransaction begin]; // Begin grouping animated property