Re: CATransactions not working

2008-05-19 Thread Adam Radestock
On Mon, May 19, 2008 at 7:03 PM, Adam Radestock <[EMAIL PROTECTED] > wrote: 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:(

Re: CATransactions not working

2008-05-19 Thread Adam Radestock
ation]; self.layer.position = CGPointMake(self.layer.position.x - self.layer.bounds.size.width, self.layer.position.y); [CATransaction commit]; } [CATransaction commit]; } On 19 May 2008, at 18:23, Brian Christensen wrote: On May 19, 2008, at 1:06 ,

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 strugglin

CATransactions not working

2008-05-18 Thread Adam Radestock
elf.layer.position.y); [CATransaction commit]; } [CATransaction commit]; Can anyone see any problems with this? Why aren't there any animations when this code executes? Any help greatly appreciated. Adam Radest

WebView does not expose bindings in IB 3

2008-05-06 Thread Adam Radestock
nterface Builder, but now the WebView doesn't show up as a valid binding target... If I open an old version of my NIB in IB 3, and inspect this setting, IB reports the binding target as: "". Is this a bug in IB, or am I missing something? Adam Radestock Gla