• 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
Getting the Value of an NSSecureTextField
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Getting the Value of an NSSecureTextField


  • Subject: Getting the Value of an NSSecureTextField
  • From: Andrew <email@hidden>
  • Date: Wed, 31 Mar 2004 11:34:43 -0800

Hi,

I have an NSTableView that has a column of NSSecureTextFields. In my -(void)tableView:setObjectValue:forTableColumn:row: method I need to find what string has been entered into this field. If I look at the string passed via setObjectValue: it is an NSString of bullets (the length is correct though). According to the documentation I need to use stringValue so I tried:

[[aTableColumn dataCellForRow: rowIndex] stringValue]

but that just gives me the last thing placed in a cell by -(id)tableView:objectValueForTableColumn:row: and not the users entry.

I'm guessing I'm misunderstanding something...

Thanks,

Andrew
_______________________________________________
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: Getting the Value of an NSSecureTextField
      • From: Clark Cox <email@hidden>
  • Prev by Date: Re: Generating accessor methods (was Re: [OT] Retain count riddle)
  • Next by Date: Clicking through a transparent window?
  • Previous by thread: keyDown: missing events
  • Next by thread: Re: Getting the Value of an NSSecureTextField
  • Index(es):
    • Date
    • Thread