Re: QTMovie brief pause
Re: QTMovie brief pause
- Subject: Re: QTMovie brief pause
- From: Albert Martin <email@hidden>
- Date: Tue, 17 Feb 2009 08:49:23 -0500
You are correct, and thanks for pointing that out. I just got a
little carried away with using the dot syntax and just hadn't noticed
it since the compiler didn't give me any warnings.
Unfortunately, as you said, this doesn't really solve the main problem
here. Anybody have any ideas?
Albert
On Feb 16, 2009, at 7:38 PM, Kyle Sluder wrote:
On Mon, Feb 16, 2009 at 6:22 PM, Albert Martin
<email@hidden> wrote:
newPresentationMovieLayer.movie.autoplay; // THIS LINE IS THE
PROBLEM
Unfortunately I haven't responded to address your question, but rather
to call out your misuse of the dot syntax. The dot syntax is
explicitly designed only for the use of getters and setters. Do not
use it to call parameterless methods like -autoplay.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden