• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Hiding an NSTextField
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Hiding an NSTextField
      • From: Andreas Schempp <email@hidden>
References: 
 >Hiding an NSTextField (From: Eric Czarny <email@hidden>)

  • Prev by Date: setFrame:display:animate bottom up instead of top down?
  • Next by Date: Re: Big grinding memory leak?
  • Previous by thread: Re: OT: Re: Hiding an NSTextField
  • Next by thread: Re: Hiding an NSTextField
  • Index(es):
    • Date
    • Thread