It's been a while since I haven't had a chance to work on this but I've
finally got back onto it and I still haven't found a solution to get the
bezel border to be drawn properly. Subclassing any of the public methods
doesn't work as the closest I can get to the result I want is by overriding
draw
On Tue, Oct 21, 2008 at 9:55 AM, Dalzhim Dalzhim
<[EMAIL PROTECTED]> wrote:
> I have already tried the methods you mention and they draw the gray opaque
> background that I want to get rid of so that I can make the highlight a
> different color, as well as drawing the arrow images.
So subclass NSP
Hello Rob,
I have already tried the methods you mention and they draw the gray opaque
background that I want to get rid of so that I can make the highlight a
different color, as well as drawing the arrow images. Although the gray
opaque background is the same as when you put the mouse over the fi
On 21/10/2008, at 4:34 AM, Dalzhim Dalzhim wrote:
I am currently trying to subclass NSPopUpButton while keeping
compatibility
with Mac OS 10.4 in order to add the possibility of choosing the
color of
the highlight when the mouse is placed over the button, including
gradient
fills. The pro