vote up 4 vote down star

Hi,

I am trying to add a border att tha bottom of my textrured window with a sidebar. I would like to look exactly like in finder:

alt text

for now it looks like that:

alt text

And I can't find anything in Interface Builder how I can add this border.

flag

80% accept rate

1 Answer

vote up 8 vote down check

You add that with NSWindow's setContentBorderThickness:forEdge:, passing NSMinYEdge for the edge. Note that this will only work if the window is not textured.

link|flag
It doesn't help, I added it to the awakeFromNib method but I don't see any change. – Jeena May 3 at 18:36
Now I understand, the window should not be textured. Thanks! – Jeena May 3 at 18:39
Oops, I forgot about that; I ran into the same problem the first time I tried to use that method! I've added that to the answer, so hopefully others won't have to struggle with it. – smorgan May 3 at 19:06

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.