Re: Default NSButton over NSImageView shows ugly "halo"
Re: Default NSButton over NSImageView shows ugly "halo"
- Subject: Re: Default NSButton over NSImageView shows ugly "halo"
- From: Stéphane Sudre <email@hidden>
- Date: Tue, 3 Jun 2003 17:54:32 +0200
On mardi, juin 3, 2003, at 17:31 Europe/Paris, Clark S. Cox III wrote:
On Tuesday, Jun 3, 2003, at 10:59 US/Eastern, Rolf wrote:
Hi,
Does anyone know how to get rid of the (ugly) "halo" around a default
NSButton that is placed over a background image (NSImageView). The
halo only appears when the button is marked as default button. I have
searched around, and tried all sorts of experiments, but the halo
just doesn't
go away. I'm beginning to think that this is a bug ?
Have you tried making the button a subview of the NSImageView?
(Remember that overlapping views are not supported by Cocoa)
Is this "no overlapping support" real?
I mean I've read the documentation and overlapping is not said to be
unsupported if you don't enable the fast NSWindows drawing method. And
I haven't seen a case where in this condition, the drawing differs. Yet
I have seen cases, where Send to Back and Bring to Front commands in IB
are not leading to the expected drawing in the final product with some
views overlapping others.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.