Re: Rounded ends for NSTextField
Re: Rounded ends for NSTextField
- Subject: Re: Rounded ends for NSTextField
- From: Andy <email@hidden>
- Date: Fri, 23 Aug 2002 19:31:11 -0400
Vince DeMarco wrote:
>
>
On Thursday, August 22, 2002, at 08:00 PM, Andy wrote:
>
>
> Has anyone found a way (jaguar or not) to get the rounded ends to show
>
> up on a text field?
>
> Like the new Finder search field... in Aqua not brushed metal.
>
>
>
> Or would one have to subclass?
>
>
>
>
Its in Jaguar. drag in a TextField in IB, then click the "Rounded"
>
option in the Info panel.
Thanks for all the replies. I have an "obvious" question though.
If I do this in IB and save it to a .nib, does my app now require 10.2
to work? Or will it fallback gracefully?
How does Cocoa handle new attributes like this (I assume its an instance variable).
I guess I always have the option of Gestalt()ing the OS version, or
getting the AppKit version and turning on rounded ends in code so its
compatible with 10.1?
--
AndyT (lordpixel - the cat who walks through walls)
A little bigger on the inside
(see you later space cowboy ...)
_______________________________________________
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.