Skip navigation.
 
mlRe: Using outlets from NSView subclass
FROM : Peter Browne
DATE : Thu Oct 07 22:45:53 2004

On Oct 6, 2004, at 12:22 PM, Dennis Falling wrote:

> I have a subclass of NSView that has a progress indicator as an
> outlet.  I've tried to access this progress indicator from the
> subclass's code, but nothing happens.  What is it that I don't know
> about subviews that's causing this problem?



I may have had a similar problem. I found that what i was doing wrong
was that I had clicked 'instantiate' for the NSView subview, and was
connecting the outlets to the instantiated view in the instances panel,
rather that the instance in the actual IB window. If you're doing that,
then thats the problem, otherwise im stumped.

Pete

Related mailsAuthorDate
mlUsing outlets from NSView subclass Dennis Falling Oct 6, 20:22
mlRe: Using outlets from NSView subclass Nick Zitzmann Oct 6, 21:00
mlRe: Using outlets from NSView subclass Dennis Falling Oct 6, 21:06
mlRe: Using outlets from NSView subclass j o a r Oct 6, 21:30
mlRe: Using outlets from NSView subclass Dennis Falling Oct 7, 00:12
mlRe: Using outlets from NSView subclass James Spencer Oct 7, 01:00
mlRe: Using outlets from NSView subclass Dennis Falling Oct 7, 01:13
mlRe: Using outlets from NSView subclass Glenn Andreas Oct 7, 01:43
mlRe: Using outlets from NSView subclass Peter Browne Oct 7, 22:45
mlRe: Using outlets from NSView subclass Dennis Falling Oct 8, 00:49