nsbrowser

How do I deselect all cells in an NSBrowser

How do I deselect/unselect any selected cells in an NSBrowser? ...

How to click the segmentedControl object and use it to change view?

I want to implement just like interface builder segmented control, and click it to change views , I don't know under the segment if a NSBrowser or not. and how to change the view , can you give me some sample codes or a demo? Thank you very much! ...

Populating an NSBrowser (Cocoa OSX)

I want to make a widget that displays a column of selectable text data. It seems that the NSBrowser is the best cocoa object to do this but I cannot figure out how to populate the NSBrowser with any sort of data. I assume I can set the string value of an NsBrowserCell but no where in the documentation can I find where to add a new cell...

NSBrowser simple example

Hi, I need to display the file system in the NSBrowser. Please provide with some sample examples. OR is there any other way to take path as input from the users. URGENT plz. Thanx a lot ...