changing [NSWindow isOpaque] in subclass
changing [NSWindow isOpaque] in subclass
- Subject: changing [NSWindow isOpaque] in subclass
- From: Jesse Grosjean <email@hidden>
- Date: Thu, 30 Nov 2006 10:11:31 -0500
I have an NSWindow subclass that has overridden isOpaque. Depending
on the users settings that method can return either YES or NO as the
application runs. The problem is that NSWindow only seems to
recognize the first value returned, and after that the window state
doesn't seem to change no matter what I'm returning from the isOpaque
method.
Does anyone know what needs to be done to an NSWindow to get it to
recalculate it's isOpaque status?
Thanks,
Jesse
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden