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 <albertmar...@mac.com> 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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to