Re: Bug in 10.1 IB / Linker with NSMovieView
Re: Bug in 10.1 IB / Linker with NSMovieView
- Subject: Re: Bug in 10.1 IB / Linker with NSMovieView
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 8 Oct 2001 13:54:49 +0200
On lundi, octobre 8, 2001, at 11:15 , Ken Tabb wrote:
Hi,
I was playing with the 10.1 devtools (on a 10.1 box of course), and
found
that, when setting the attributes of an NSMovieView in IB, the volume I
set (0.25, with 0 being silent and 1.0 being loud) made no difference at
all.
When, in my code I set [myMovieView setVolume:0.25] it worked a charm.
Is this a bug? Or am I being stupid? Setting the 'Looping' attribute in
IB did work though.
Just to confirm you.
You're not stupid: I filled 5 bug reports on NSMovieView yesterday. One
being that when you select mute in IB, the movie is played with normal
sound. When you select play every frame, the movie is played mute.
So with your report, we can state that the NSMovieView inspector is 60%
buggy.
I should add that the [myMovieView setVolume:0.25] may not work as you
expect it to since the setMute:YES method only works for the first movie
loaded in the NSMoviewView and not for the next ones. (Yes I fill this
one too).
--
Stephane
PITA for bug reporting.