Re: QTMovieView binding
Re: QTMovieView binding
- Subject: Re: QTMovieView binding
- From: Kyle Sluder <email@hidden>
- Date: Thu, 6 May 2010 20:10:43 -0700
On Thu, May 6, 2010 at 5:43 PM, Rainer Standke <email@hidden> wrote:
> I am trying to bind a QTMovieView's movie. Ideally I'd like to bind it to a URL I can supply from a managed object. There is a document that seems to indicate that this should be possible here:
That document talks about NSMovieView, not QTMovieView.
> However, IB doesn't show me the option valueURL. Instead it looks like the one found here, roughly half way down the page:
>
> http://developer.apple.com/quicktime/qtkit.html
>
> How come, I wonder?
Because it's a QTMovieView, not an NSMovieView.
> So, in the absence of a valueURL binding, I am trying to bind the movie view's Movie binding an instance variable in my managed object that holds a QTMovie. I am confident that the movie gets instantiated OK, based on logging it in the console. However, I can't get it to show up in the movie view.
>
> What can I do to trouble-shoot?
Post your code and quadruple-check your bindings.
--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