Re: NSSearchField small size
Re: NSSearchField small size
- Subject: Re: NSSearchField small size
- From: Andrew Merenbach <email@hidden>
- Date: Mon, 6 Aug 2007 10:02:13 -0700
Hi,
Is it just a typo that there's an underscore prefixing the second
reference to the "searchField" variable?
Cheers,
Andrew
On Aug 6, 2007, at 9:43 AM, Alexander Cohen wrote:
I'm trying to make a small sized NSSearchField and it does not seem
to be working. heres my code:
searchField = [[NSSearchField alloc] initWithFrame:frame];
[[_searchField cell] setControlSize:NSSmallControlSize];
this always gives me a normal sized control. ANy ideas what im
doing wrong?
thanks
AC
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden