Re: Hiding an NSTextField
Re: Hiding an NSTextField
- Subject: Re: Hiding an NSTextField
- From: Jeffrey Mattox <email@hidden>
- Date: Sun, 27 Apr 2003 16:45:37 -0500
Try this:
[ myTextField setStringValue:@"" ];
[ myTextField setBordered:NO ];
[ myTextField setDrawsBackground:NO ];
[ myTextField setBezeled:NO ];
I've not done that in Cocoa, but adjusting those same properties in
AppleScript Studio works fine.
Jeff
At 2:20 AM -0400 4/27/03, Eric Czarny wrote:
I am trying to cause an existing text field to hide in a certain
event and display the contents behind it, which method should I
invoke to go about hiding the text field?
Best Regards,
Eric Czarny
_______________________________________________
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.