Skip navigation.
 
mlRe: Help with this code
FROM : Jens Alfke
DATE : Sat Mar 22 21:29:11 2008

On 22 Mar '08, at 12:19 PM, Guillem Palou wrote:

> It crashes when I call the setMovie method of the QTMovieView 
> Object. The
> code seems to work with movieWithFile instead of 
> movieWithQuicktimeMovie.



Use the debugger, then.

How does it crash?
In the debugger, what's the backtrace?
What's the value of 'movie' at the time of the call? Does it look valid?
What's the value of 'clipMovieView' at the time of the call? Does it 
look valid?
Does "po clipMovieView" print the description of the view, or does it 
fail?

Answering those questions should give you a better idea about what's 
going on.

—Jens

Related mailsAuthorDate
mlHelp with this code Guillem Palou Mar 22, 20:19
mlRe: Help with this code Jens Alfke Mar 22, 21:29
mlRe: Help with this code Guillem Palou Mar 22, 23:23
mlRe: Help with this code Bill Monk Mar 23, 04:32
mlRe: Help with this code Jens Alfke Mar 23, 06:38