I love the comfort of MacOsLibs supported NSSearchfield, but there are two drawbacks I couldnt find any solution for yet:
Although I have Acceptfocus and UseFocusRing set to false in Inspector (and repeat that in the open event because I thought they could somehow get overridden), the search field still displays a blue border once the cursor is inside it. Is there a way to really switch the focus ring off?
And Id like to have a different background color for the search field. According to the docs, it is based on an NSCell, which according to Apples docs has a setbackgroundcolor method. But I cannot find any handle to it; trying to override the paint event with a filled rect did only appear in the transparent round corners sections. Do you have any clue how to paint the inside differently?
And, btw: Is there a method to automatically place the cursor inside the Searchfield when there is no content in it yet?