Re: Core Animation - Animation Sequence

2010-06-01 Thread Rodolfo Niborski
Le 1 juin 2010 à 21:02, Tino Rachui a écrit : > THANKS David! I understand and got the code to run smoothly. Again one step > towards understanding CA better, I'm happy. :) OK, the same happened to me! My animations now run exactly as intended. The EXC_BAD_ACCESS was due to the fact that I for

Re: Core Animation - Animation Sequence

2010-06-01 Thread Tino Rachui
THANKS David! I understand and got the code to run smoothly. Again one step towards understanding CA better, I'm happy. :) @Rodolfo: If you are interested I can send you my complete little sample project. Just let me know. Regards, Tino Am 01.06.2010 um 19:08 schrieb David Duncan: > On May 31

Re: Core Animation - Animation Sequence

2010-06-01 Thread David Duncan
On May 31, 2010, at 11:51 PM, Tino Rachui wrote: > I'm interested in this too so please excuse me for interfering. What is the > root cause for Rodolfo's problem? He doesn't seem to set > 'removedOnCompletion' to 'NO' (default is 'YES' according to docu) so I'm > wondering if this could cause t

Re: Core Animation - Animation Sequence

2010-06-01 Thread Tino Rachui
Hi Rodolfo, 2010/6/1 Rodolfo Niborski > > Neither I did figure out how to use David's code. I thought that overriding > the implicit animation implies the use of layer actions. I can't see how > > [layer addAnimation:rotation forKey:@"transform"]; > > can change the implicit animation. > Accordi

Re: Core Animation - Animation Sequence

2010-06-01 Thread Rodolfo Niborski
Hello, Neither I did figure out how to use David's code. I thought that overriding the implicit animation implies the use of layer actions. I can't see how > [layer addAnimation:rotation forKey:@"transform"]; can change the implicit animation. Besides, most of my attempts resulted in a EXC_BAD_A

Re: Core Animation - Animation Sequence

2010-05-31 Thread Tino Rachui
David, Rodolfo, I'm interested in this too so please excuse me for interfering. What is the root cause for Rodolfo's problem? He doesn't seem to set 'removedOnCompletion' to 'NO' (default is 'YES' according to docu) so I'm wondering if this could cause the unwanted effect (by the way I cannot see

Re: Core Animation - Animation Sequence

2010-05-31 Thread Rodolfo Niborski
David, Thank you for your quick answer, I'll try this and let you know what happened. By the way, I forgot to say that my question was on iPhone, but everything you mention seems to be available in iPhone OS 3.0. Rodolfo Niborski http://itunes.com/apps/yiddishforkids1-alefbeys Le 31 mai 2010 à

Re: Core Animation - Animation Sequence

2010-05-31 Thread David Duncan
On May 31, 2010, at 2:24 PM, Rodolfo Niborski wrote: > My problem is that at the end of the first animation, the "Hello" message > shows up in its initial position for a fraction of a second. > I've tried to set the fillMode of the first animation to kCAFillModeForwards > with no effect. What y

Core Animation - Animation Sequence

2010-05-31 Thread Rodolfo Niborski
Dear list, I have a CALayer called textLayer which displays some message, for example "Hello". I perform two consecutive animations on it. At the end of the first animation, the text is no more visible. The message then gets updated (to "Good bye", let's say) and the second animation brings the