nstableview
Cocoa: Stumped on interacting with UI objects using CoreData & Bindings
I\'m a LAMP developer but new to Cocoa and building desktop apps in general. Been playing around with XCode and IB all week making a simple Task Manager to learn the frameworks and get comfortable wit[详细]
2023-02-12 07:21 分类:问答Vertically center NSTextFieldCell?
I have an NSTableView where I am changing the height of the rows with the following code: - (CGFloat)tableView:(NSTableView *)tableView heightOfRow:(NSInteger)row[详细]
2023-02-12 06:08 分类:问答How can I determine if the mouse is over a specific view in NSTableView?
I have an NSTableView that is开发者_JAVA技巧 displaying different views for each cell. How can I determine that my mouse is over a specific view? I want to be able to hide/show certain UI pieces depen[详细]
2023-02-12 04:14 分类:问答NSArrayController remove: doesn't result in "selectionDidChange"
I have an array of objects, call them I1 objects.Each I1 object contains an array of I2 objects. ArrayController1 controls objects of type I1, displayed in TableView T1.[详细]
2023-02-11 11:11 分类:问答NSCell won't remove from NSTableView
I have an NSTableView filled with custom NSCells. Most include text, but one contains an NSButton. When I reduce the amount of objects in my data source,开发者_运维问答 call -noteNumberOfRowsChanged a[详细]
2023-02-11 07:42 分类:问答Objective-C Populating a table view with an instance of NSDictionary
i need some help i want to load an xml file into a table view this is what i have so far, could anyone explain to me how to do this. I think it would involve bindings too which i know a bit about.开发[详细]
2023-02-10 16:11 分类:问答How do I use NSTableCellPopup without showing a bezel?
In interface builder when i use开发者_JAVA百科 an NSTableCellPopup it has a simplified appearance (shown on the right), but when build and populated with data the popup bezel is shown, is there a way[详细]
2023-02-10 12:50 分类:问答cocoabinding a nstableview nested in nscollectionviewitem
I have a working Core Data app and I want to display a representation for some of the Entities. I have set up an NSCollectionView with the Interface Builder \"Core Data Entity Assistant\" to setup the[详细]
2023-02-10 01:25 分类:问答NSTableView and backspace event (delete row) - fieldeditor/firstresponder?
Is it possible to make my NSTableView accept a deleteevnt (backspace og even c开发者_Go百科md+backspace) ? I have an NSMenu where i have my delete-menu-item connected to my first responder object in t[详细]
2023-02-10 00:56 分类:问答Objective-C load iTunes Music Library.xml into NSTableView
I\'ve read many guides about XML parsing, but was wondering if anyone could explain the different types of XML parsing and which one is best for performance, as I want to load the iTunes Music Library[详细]
2023-02-09 23:12 分类:问答