Re: Simultaneous CoreAnimations

2008-11-02 Thread Jeshua Lacock
On Nov 2, 2008, at 1:57 PM, Patrick Mau wrote: On 02.11.2008, at 20:10, Jeshua Lacock wrote: Hello again, Hi Jeshua Hi Patrick, Thanks for your help - that looks perfect! I have one question - hopefully not for myself this time. :) Is there a callback or some way to determine when a

Re: Simultaneous CoreAnimations

2008-11-02 Thread Jeshua Lacock
On Nov 2, 2008, at 11:53 AM, Jeshua Lacock wrote: On Nov 2, 2008, at 11:38 AM, Jeshua Lacock wrote: It just occurred to me that I probably need my CAKeyframeAnimation declaration to be an array with a capacity to support the maximum number of animations I might have, and then use an

Re: Simultaneous CoreAnimations

2008-11-02 Thread Jeshua Lacock
On Nov 2, 2008, at 11:38 AM, Jeshua Lacock wrote: It just occurred to me that I probably need my CAKeyframeAnimation declaration to be an array with a capacity to support the maximum number of animations I might have, and then use an available CAKeyframeAnimation to use for each

Re: Simultaneous CoreAnimations

2008-11-02 Thread Jeshua Lacock
theory out now... On Nov 2, 2008, at 11:20 AM, Jeshua Lacock wrote: Greetings, My flipbook animation is now working - thanks everyone! I was under the impression that each CoreAnimation operated as an independent thread. However, I created a function that sets the "forKey" pro

Simultaneous CoreAnimations

2008-11-02 Thread Jeshua Lacock
CATransaction begin/commit with this type of animation, but it was just something I thought could do the trick. Thank you, Jeshua Lacock Founder/Programmer 3DTOPO Incorporated <http://3DTOPO.com> Phone: 877.240.1364 ___ Cocoa-dev mailing

Re: Simple Flipbook Animation?

2008-11-01 Thread Jeshua Lacock
e working but couldn't see the CALayer. When I took a quick look at your sample I noticed that it had to be added as a subView. Thanks again, Jeshua Lacock Founder/Programmer 3DTOPO Incorporated <http://3DTOPO.com> Phone: 877.240.1364 _

Re: Simple Flipbook Animation?

2008-11-01 Thread Jeshua Lacock
t. It is crashing with or without adding the animation, so it seems like CAKeyframeAnimation is not liking my images NSArray. They have valid memory addresses, and I am using the same array of UIImages somewhere else, so not sure what the issue might be. I'm stumped! Thanks,

Re: Simple Flipbook Animation?

2008-11-01 Thread Jeshua Lacock
On Nov 1, 2008, at 1:51 PM, Ashley Clark wrote: On Nov 1, 2008, at 1:02 PM, Jeshua Lacock wrote: On Nov 1, 2008, at 11:44 AM, Ashley Clark wrote: Your crash is happening because you're releasing something you shouldn't be. The CGImage you're getting from the UIImage was

Re: Simple Flipbook Animation?

2008-11-01 Thread Jeshua Lacock
have no need to call the CGImageRelease function. Hmm, thanks for the tip. That is how the example I was following was written. But I removed the line and it is still crashing on the same line of assembly code. Do you think I need to use Create or Copy, alloc or something? Thanks again,

Re: Simple Flipbook Animation?

2008-11-01 Thread Jeshua Lacock
ain () #9 0x2d3c in main (argc=1, argv=0xbfffef68) at /Developer-3.1.0/ Examples/iPhone/MoveMe/main.m:53 The assembly that is crashing is: 0x950886ec <+0028> mov0x0(%edi),%esi If I comment out the line "[anim setValues:images];", the program does not crash. Any id

Re: Simple Flipbook Animation?

2008-10-31 Thread Jeshua Lacock
now... Thanks again, Jeshua Lacock Founder/Programmer 3DTOPO Incorporated <http://3DTOPO.com> Phone: 877.240.1364 ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Conta

Re: Simple Flipbook Animation?

2008-10-31 Thread Jeshua Lacock
ess that is part of my confusion. I don't want any effects or transitions. I just want to play back my frames (like at 30 frames per second) Thanks, Jeshua Lacock Founder/Programmer 3DTOPO Incorporated <http://3DTOPO.com> Phone: 877.240.1364

Re: Simple Flipbook Animation?

2008-10-31 Thread Jeshua Lacock
clear to me how to swap images with it. Most of the sample code I have seen shows a start frame and end frame with a start value and end value, then creates the frames in between. Do you know where there is any sample code? Thanks, Jeshua Lacock Founder/Programmer 3DTOPO Incorporated <h

Simple Flipbook Animation?

2008-10-31 Thread Jeshua Lacock
fer a recommendation? Thank you, Jeshua Lacock Founder/Programmer 3DTOPO Incorporated <http://3DTOPO.com> Phone: 877.240.1364 ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list.

Re: Outlet from Different Implementation?

2008-09-16 Thread Jeshua Lacock
ts the ticket - I defined the other class as an outlet, connected it in IB, and it now works! Thanks so much for your patience and help!!! Best, Jeshua Lacock Founder/Programmer 3DTOPO Incorporated <http://3DTOPO.com> Phone: 877.240.1364 __

Re: Outlet from Different Implementation?

2008-09-16 Thread Jeshua Lacock
the "right" way. note: by naming things as to their function you'd probably end up with a much more self-descriptive method. Indeed, they are, just named them that for clarity here. Cheers, Jeshua Lacock Founder/Programmer 3DTOPO Incorporated <http://3DTOPO.com> Pho

Re: Outlet from Different Implementation?

2008-09-16 Thread Jeshua Lacock
The "MyOutlet" outlet works as expected in the "MyContent" implementation. Any suggestions would be appreciated, or if someone could someone point me to a good "accessor method" example or documentation, I would be grateful. Thank you, Je

Outlet from Different Implementation?

2008-09-15 Thread Jeshua Lacock
Any information would be greatly appreciated. Thanks, Jeshua Lacock Founder/Programmer 3DTOPO Incorporated <http://3DTOPO.com> Phone: 877.240.1364 ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator