Re: QTMovie brief pause
Re: QTMovie brief pause
- Subject: Re: QTMovie brief pause
- From: Kyle Sluder <email@hidden>
- Date: Mon, 16 Feb 2009 19:38:42 -0500
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