nscollectionviewitem
Custom outlets in NSCollectionViewItem subclass
I feel this being a simple task, but I don\'t seem to be able to make it work. I\'m trying to have a NSCollectionView with custom items. I added another NSImageView to the custom view of the item, and[详细]
2023-03-24 04:50 分类:问答Binding to NSCollectionViewItem crashes Xcode
Using XCode 4.1 I\'ve come across a crash whenever I try to use a CollectionView. These are the steps I\'m doing:[详细]
2023-03-23 12:29 分类:问答How do you initialize a NSCollectionViewItem?
I am trying to setup an NSCollectionView that has custom drawing in the individual NSCollectionViewItem views.I have an image that I need to draw in each view, but I cannot link the view back to the N[详细]
2023-03-09 08:58 分类:问答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 分类:问答How do you access an outlet in a collectionitem?
I have an NSCollectionView which is populated by coll开发者_运维百科ection items. An array controller is used to add the items to the view. Each item has two outlets, an imageview and textview (not fi[详细]
2023-02-20 16:09 分类:问答Passing values from custom NSView to NSCollectionViewItem
I have an NSTabView inside my custom NSView that is used as the prototype for the NSCollectionView. In the second tab I have NSButton button and NSImageView objects.[详细]
2023-02-08 03:39 分类:问答Custom control in NSCollectionViewItem
I want to put a custom control inside the view for my NSCollectionViewItem. Lets say I have a custom NSView called BoxesView.BoxesView is just a view that draws a predetermined number of boxes in its[详细]
2023-01-12 20:55 分类:问答Selection Highlight in NSCollectionView
I have a working NSCollectionView with one minor, but critical, exception. Getting and highlighting the selected item within the collection.[详细]
2022-12-24 08:26 分类:问答Redrawing NSCollectionView on Scroll Causes Breakup of Graphics
I have a minor irritant in an NSCollectionView in which the NSCollectionViewItem\'s break up visually when I scroll the window.[详细]
2022-12-12 01:07 分类:问答NSCollectionViewItem double-click action?
How do I set an action for when a user do开发者_Go百科uble clicks an NSCollectionViewItem. NSTableView, for example, has the setDoubleAction method. Is there something similar for NSCollectionView?[详细]
2022-12-08 11:17 分类:问答