Forum Navigation
You need to log in to create posts and topics.

Using the Content Border in an NSWindow

Posted by: fblistserve <fblistserve@...>

A window may have a "content border" on it ( specified in IB within Xcode 4 via the size inspector --see screen print):

I want to add a label to the content border to allow the code to set a string value there via something like:
[theOutletToTheLabelonTheContentBorder setStringValue: myString];
That approach doesn’t work here and the method call simply fails silently.
Do I need to add a custom view possibly because the content border isn’t in the standard content view? I suspect so. If anyone has worked with this before I’d appreciate a push in the right direction.
TIA....

Brian S.


To unsubscribe, e-mail: fbcocoa-unsubscribe@welovegod.org For additional commands, e-mail: fbcocoa-help@freegroups.net