Re: QTMovie not playing in new window

2011-07-06 Thread Michael Babin
On Jul 4, 2011, at 4:21 AM, Paolo Franzetti wrote: - (IBAction) playButtonClicked: (id) sender { MoviePlayerController *moviePlayerWindow = [[MoviePlayerController alloc] initWithWindowNibName:@MoviePlayer]; [moviePlayerWindow showWindow:self]; NSError *error; NSString *moviePath =

QTMovie not playing in new window

2011-07-05 Thread Paolo Franzetti
I have a MAC OSX application in which I would like to press a button in the main window and open a new window in which a movie is played. This is my IBAction code; Code: - (IBAction) playButtonClicked: (id) sender { MoviePlayerController *moviePlayerWindow = [[MoviePlayerController alloc]

Re: QTMovie not playing in new window

2011-07-05 Thread Kyle Sluder
On Mon, Jul 4, 2011 at 2:21 AM, Paolo Franzetti pa...@lambrate.inaf.it wrote: - (IBAction) playButtonClicked: (id) sender {  MoviePlayerController *moviePlayerWindow = [[MoviePlayerController alloc] initWithWindowNibName:@MoviePlayer];  [moviePlayerWindow showWindow:self];  NSError *error;