Re: Interface builder
Re: Interface builder
- Subject: Re: Interface builder
- From: Bruce Truax <email@hidden>
- Date: Fri, 14 May 2004 09:05:31 -0400
On 5/14/04 8:32 AM, "Michael Curtis" <email@hidden>
eloquently wrote:
>
Hi,
>
>
I am about to write a gui for my program which is a scoreboard.
>
>
All the examples I have seen have had variables returned to
>
an NSTextField with a white box. As this value is not editable and is
>
a score I think the gui will look ugly with white boxes all over it,
>
can I remove the box part and make it look like normal text or is
>
their another way?
>
>
I tried to double click it, but it doesn't seem to have an
>
properties. Do these come later when I link it? I know I can make the
>
box non-editable.
This can be done in IB quite easily. Select the NSTextField and press the
command-1 or select Tools->Show Info. Make sure that "Attributes" is
selected in the popup at the top of the window. Select the dotted Text
Boarder and then de-select the draw checkbox under Background Color.
A simpler way is to drag in one of the labels from the lower right of the
Cocoa-Text palette. These are also NSTextField's already configured the way
you want.
Bruce
_______________________________________________
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.