nstableview
Showing a window at launch prevents access to main table view
I am developing a chat application for Mac. Once I log in into my application, I get a notifica开发者_运维知识库tion window showing the users who are online. I am controlling the fade in and fade out[详细]
2023-03-07 17:16 分类:问答Dynamically display data from (design-time unknown) SQLite db to a table view
I\'m trying to have a Table View displaying the content of a generic SQLite table. The user selects a SQLite file at runtime (I cannot know its structure at design-time). I am then able to extract a l[详细]
2023-03-05 23:57 分类:问答Reloading NSTableView on re-focus
In my application, I have a NSWindow that has a NSTableView object and a few buttons. When the user presses the \"new\" button, 开发者_如何学Goan \"ItemAdd\" NSWindowController is activated where the[详细]
2023-03-05 22:06 分类:问答Data is not displayed in the table
I have created a small application,in which i have draged and droped a N开发者_运维问答STableView onto the window and binded to an datasource, in the datasource i have created NSMutableArray and added[详细]
2023-03-05 14:29 分类:问答Implementing drag and drop in NSTableView
Can anyone help me to implement drag and drop in an NSTableView? I used this code below, but these methods are not getting called during execution.[详细]
2023-03-04 15:37 分类:问答Sorting in NSTableView
I am creating a NSTableView & using the delegate & datasource lin开发者_运维知识库k to the class I am flooding the table. In the class i am using the NSMutableArray to store the values for the[详细]
2023-03-04 11:20 分类:问答NSTableView with overlapping corner views has odd scrolling
I\'m trying to implement an NSTableView with rounded corners.The approach I took was to put a container on top of the table view that has images only on the corners to produce the rounded effect.The p[详细]
2023-03-03 22:52 分类:问答How to setup a NSTableView with a custom cell using a subview
I am trying to setup a NSTableView with a custom cell using an ArrayController and Bindings. To accomplish this I added a subview to the custom cell. The data connection seems to work somewhat. Though[详细]
2023-03-02 23:54 分类:问答NSTableView Drag & Drop not working inside of an NSCollectionViewItem
I have a NSCollectionView and inside of the NSCollectionViewItems there is a label and a NSTableView.The NSTableViews are working properly EXCEPT for the drag & drop methods (tableView:writeRowsWi[详细]
2023-03-02 15:01 分类:问答Getting data from TableView
I am learning how to program in Objective-C (I currently have some experience with C, and have worked with very basic Objective-C).[详细]
2023-02-28 18:37 分类:问答