nstableview
Respond to mouse events in text field in view-based table view
I have text fields inside a custom view inside an NSOutlineView. Editing one of these cells requires a single click, a pause, and another single click. The first single click selects the table view ro[详细]
2023-03-29 09:36 分类:问答Binding view-based NSOutlineView to Core Data
I\'m trying to implement the new view-based OutlineView as a source list in my Mac app. I can\'t get values to display, though, so I made a small test app from the Core Data app template, and can\'t g[详细]
2023-03-28 14:17 分类:问答NSTableView guarantee data display
The main GUI of my ap开发者_JAVA百科p has a NSTableView, controlled by its own controller class. This class loads data into the table once by launching and parsing the output of a process. This is don[详细]
2023-03-28 09:20 分类:问答How to get NSTableView animation delegate events?
In the new 10.7 Lion NSTableView, you can animate insertion and removal of NSTableCellViews with sliding animations and the like. (I\'m using NSView-based, not cell-based.)[详细]
2023-03-27 20:17 分类:问答Drag rows out of iTunes into Cocoa App
How does one accept dr开发者_运维百科agged rows from iTunes in a Cocoa Application ? I have two objects in my application that accept Drag and Drop: an NSTableView and a custom view.Both recognize fi[详细]
2023-03-27 17:58 分类:问答Change highlighting color in NSTableView in Cocoa?
I am developing a Cocoa application and encountered a problem with highlighting. Standard highlighting color in MAC OS X applications is blue, but it doesn\'t sui开发者_如何学JAVAt my app, since becau[详细]
2023-03-27 09:46 分类:问答View based NSTableView EXC_BAD_ACCESS on Lion with ARC
This is weird. I\'ve got a super simple project to learn NSTableView, and it\'s set up in my nib, set as a View-based tableView. I\'ve also set the dataSource and delegate to my controller obejct.[详细]
2023-03-26 04:24 分类:问答Holding NSView instances in an array
Is it possible to store an NSView object in a mutable array? As I understand it, the view will be an object so the array should be able to hold it. Specifically, I want to hold severa开发者_高级运维l[详细]
2023-03-25 09:01 分类:问答Preventing updates to NSTableView while editing
I have an NSTableView that has one column of editable fields.Cell editing works fine, and my delegate 开发者_运维百科routines get the update and can act on them as needed.The problem is that there is[详细]
2023-03-24 18:57 分类:问答NSSegmentedCell in NSTableView in Interface Builder
I am trying to implement an NSSegmentedCell in an NSTableView (I\'m usin开发者_如何学编程g Ruby, though it\'s not relevant). I am confused as to how to wire the cell - if I add a table to my applicati[详细]
2023-03-21 14:40 分类:问答