nstableview
Simulate Tab and Shift-Tab with arrow keys in NSTableView
I want to simulate tab and shift-tab with right arrow and left arrow. I suppossed I have to subclass NSTableview and overide keydown code but I don\'t know how to tell the table view that has to edit[详细]
2023-03-15 09:12 分类:问答Dynamic population of a NSTableView with NSDictionaries with unknown keys
Is there no \"simple\" way to bind an NSArray that contains NSDictionaries with unknown keys to a NSTableView?[详细]
2023-03-14 01:10 分类:问答Cappuccino: NSTableView like component with collapsible rows?
I\'m looking to build an NSTableView like widget in Cappuccino, but I\'d like for each row to be able to expand, and almost have a subtree of child rows underneath it. In a sense, it\'s almost like a[详细]
2023-03-12 00:13 分类:问答NSTable loses focus after present:error
I have an NSTableView that lists tags that are stored using Core Data. The default value for a tag is \'untitled\' and I need each tag to beunique, so I have a validation routine that traps empty and[详细]
2023-03-11 06:08 分类:问答reloadData in NSTableView but keep current selection
I have anNSTableView showing the conte开发者_Go百科nts of a directory. I watch for FSEvents, and each time I get an event I reload my table view.[详细]
2023-03-10 20:50 分类:问答Animating a row in an NSTableView
How could I go about animating a row in a table view? I\'ve had a go at it but get stuck at the the first post which is getting the actual cell, here\'s what I do:[详细]
2023-03-09 21:58 分类:问答Custom NSScrollView doesn't scroll NSTableHeaderView
I have an NSTableView embedded within a custom NSScrollView subclass, wherein I sometimes do scrolling programmatically, like so:[详细]
2023-03-09 20:07 分类:问答Cocoa: How to have a context menu when you right-click on a cell of NSTableView
I have a TableView with custom cells. I want a contextual menu to appear when the user right clicks (or any other Apple variants of right-click) on one of the cells (and know which cell they clicked o[详细]
2023-03-09 05:15 分类:问答Populating Two NSTableViews From Two Different NSMutableArrays In Same Class
I am having difficulty populating two TableViews with data from two different MutableArrays in one Class. I am parsing an *.xml document and want to put the d开发者_JAVA技巧ata into to different table[详细]
2023-03-08 18:58 分类:问答Very odd behaviour by Core Data and NSArrayController
I\'ve a document-based application powered by Core Data with an in-memory store. I have a table backed by an NSArrayController that is suppose to list all model objects of type Buffer. My UI also incl[详细]
2023-03-07 20:40 分类:问答