NSMovieView in NSTextAttachment
NSMovieView in NSTextAttachment
- Subject: NSMovieView in NSTextAttachment
- From: Robert Miller <email@hidden>
- Date: Mon, 17 Dec 2001 17:57:41 -0500
- Organization: RFM & Associates
Hello,
Here's a simple question, (I hope) I'm able to embed a movie file
into an NSTextView using an attributed string and an NSTextAttachment.
When doing so it appears that an NSMovieView is created with a movie
controller, etc. The question is how do I obtain an object reference to
this movie view so that I can control some aspects of its UI namely
hiding the controller, etc. Is this possible ? I tried the NSCell
representedObject and obectValue methods and they return NULL. Is it
possible to get at the object reference contained in an NSCell. ?
Thanks in advance for any help,
Regards,
Bob M.