nstableview
NSTableView visual issue
Can someone tell me what might cause this white rectangle in the column to appear? T开发者_如何学Pythonhanks.[详细]
2023-02-22 06:03 分类:问答Modeling user-orderable lists with Core Data / Bindings
I\'m working through a learning project around Core Data on OS X. I have an entity (Foo) in the data store, and in the UI, I use an NSArrayController with bindings to put some (name) field of the Foo[详细]
2023-02-22 05:33 分类:问答cocoa: drag files from my app (file paths contained in NSTableView) to other app (finder, mail, etc)
My app has an array of file paths contained in a subclass of NSTableView, I would like to be able to drag those files (and folders) from my app to other applications.[详细]
2023-02-21 12:02 分类:问答How to create a iTunes style source list that filters a main table view?
I have read some threads about how to imitate the iTunes source list style. But I cannot seem to figure out what needs to be done to let them actually show other things in the main table view.[详细]
2023-02-21 06:43 分类:问答How do I bind an NSMenuItem to an NSArrayController
How do I bind the enabled state of an NSMenuItem to an NSArrayController\'s selection? I\'ve tried binding the item\'s enabled state to the controller\'s selectedObjects or selectedIndexes and in neit[详细]
2023-02-20 12:27 分类:问答Sorting a NSArrayController backed NSTableView
I have a NSArray开发者_如何学编程Controller and a NSTableView. They show tracks from iTunes. I can sort the list by clicking in the header.[详细]
2023-02-20 10:21 分类:问答UITableView-like NSTableView
I wondered how I can make a NSTableView to behave like a UITableView on iOS. For example, splitting the content into sections as well as the typical behaviour开发者_如何学JAVA of the section headers.[详细]
2023-02-19 00:55 分类:问答NSTableView doesn't update after sorting via column header
I have an NSTableView bound to a core-data-backed NSArrayController by binding individual columns to arraycontroller.arrangedObjects.[详细]
2023-02-18 23:36 分类:问答Cocoa/Objective-C messaging between views, table and array controllers
I\'ve been a .NET developer for many years but just getting started in Objective-C/Cocoa. I\'ve worked through the Hillegass book along with Scott Stevens Up and Running. Learned a lot over the past f[详细]
2023-02-18 19:24 分类:问答NSTableView not displaying items
I\'m having a problem getting my table views to display the data from the datasource. Hope someone can point me in the right direction here.[详细]
2023-02-18 06:09 分类:问答