I am doing things exactly the way QCTV does it. QCTV handles things
in a timer which makes the image run in real time. Since I have
videos that will go for 30 minutes possibly, I would like to take it
out of real time and just run it through a for loop.
Pretty much I take code out of a timer, put it in a for loop and
things die.
-Sam
On Jul 12, 2007, at 2:49 PM, Marc Epard wrote:
On Jul 12, 2007, at 12:24 PM, Sam McDonald wrote:
Nope, I have only known cocoa for 2 months. I am a little shaky
on when to release some things.
I will look into it, but I would like to know why it is different
when I put it in a for loop. Does a timer handle this for you? I
think understanding this would help me out.
A timer doesn't need anything explicit because because the runloop
handles it each time through.