`NSCollectionView` is a `NSView` subclass which provides basic functionality for displaying, arranging, grouping and manipulating graphical representations of collections of objects.
0
votes
0answers
18 views
How to insert Horizontal bar in NSCollectionView?
How to insert Horizontal bar in NScollectionview like as below
1
vote
0answers
23 views
How to get the drag destination url when I drag item form NSCollectionView to Finder
I am developing a function that copy the file to Finder when I drag a NSCollectionViewItem to Finder,so I implement the following delegate:
- (BOOL)collectionView:(NSCollectionView *)cv ...
0
votes
1answer
30 views
Collection View not displaying properly
i'm having a collection view , segment control and a arraycontroller. i used setFilterPredicate: method to filter the data based on the segment pressed and displayed in collectionView. what my ...
0
votes
1answer
46 views
[_NSViewDrawOperation release]: message sent to deallocated?
I have a NSCollectionView which consist of some images.when mouse scroll over the NSCollectionView,in some case the app crash.So I enable Zombie Object and Malloc Stack.When app ...
0
votes
1answer
56 views
NSCollectionView: Go to the next view on selection with Selected Item
I am new to OS X and have started dealing with NSCollectionView. What I am trying to do is to take show NSCollectionView with array of imageView an labels. And on the selection of the image I want to ...
0
votes
1answer
44 views
why my NSImageView in NSCollectionViewItem'view is nil?
In IB I create a NSCollectionView and its NSCollectionViewItem and a NSView which belongs to NSCollectionViewItem.My NSCollectionItem consist of a NSImageView and a NSTextField.I set them values using ...
0
votes
0answers
39 views
How to get the imageView of NSCollectionViewItem?
I can use the function [NSCollectionView itemAtInde:] get the CollectionViewItem. Each CollectionViewItem represents a NSView which is created by myself. There are two properties imageView and ...
1
vote
1answer
74 views
Get the representedObject values of NSCollectionViewItem NSButton click
I have read some questions and I find some very confusing and I don't really know if they answer my question.
I have an NSCollectionView implemented and connected to a Core Data context, everything ...
0
votes
1answer
53 views
Text Editing with NSCollectionView
I've been banging my head against the wall (Cocoa) for about a week with this problem and wanted to get some advice if possible.
I'm trying to provide a list of NSTextFields to the user representing ...
1
vote
1answer
83 views
Bindings for custom views for NSCollectionViewItem
I've got a NSCollectionView bound to my array of model objects, the NSView prototype to render items of the collection view is set up to use my custom NSView subclass.
At runtime a (generic) view is ...
0
votes
0answers
29 views
NSCollectionView Delegate Null Parameter
This is really weird.
See This. Delegate is Called. That delegation is connected by XIB.
But Event, Indexes, collection view is null.
Why This Happens?
1
vote
0answers
85 views
Hover Over effect in NSCollectionView
I have an NSCollectionView with a few NSViews in it. The NSView has an NSBox in it that changes color when it is selected. I want to also make the NSBox change color when hovered over.
I subclassed ...
0
votes
1answer
95 views
Double Click in NSCollectionView
I'm trying to get my program to recognize a double click with an NSCollectionView. I've tried following this guide: http://www.springenwerk.com/2009/12/double-click-and-nscollectionview.html but when ...
0
votes
0answers
66 views
Disable horizontal scrolling of NSCollectionView
I'm using a NSCollectionView in my OS X app. When I resize the window, the collection view is resized too. And the collection view items are automatically repositioned.
Ok, that's fine but the items ...
0
votes
2answers
63 views
Selected Menu Item Color not aligned?
I thinks a image is better than a thousand words.
What you see in this picture are NSBox Subclass in a NSViewCollection. I set the fill color to "Selected Menu Item Color" is Interface builder.
...
-1
votes
2answers
119 views
NSCollectionView implementation
I have looked at the documentation yet I still haven't successfully implemented a CollectionView. Here is what I have.
My KVO/KVC compliant NSMutableArray.
#import <Foundation/Foundation.h>
...
0
votes
1answer
41 views
drag and drop in PXListView is not working in the Demo App. how to fix it?
i am working with PXListView and i am testing with Demo App which came inside the PXListView...while doing the drag and drop it is not working properly... the drop is not working...
i have added the ...
0
votes
0answers
21 views
How to add the cells(views) in a columnwise instead of Rowwise in PXListView?
i am modifying the "PXListView" as per my requirement...(please refer the "ThumbnailListView.png")
the main problem is PXListView having one column and cells are added in a new row.
but what i needed ...
0
votes
2answers
142 views
Resizing NSCollectionView to fit inner items?
How can I resize my NSCollectionView to fit the size of all my items ?
I tried something like that :
float height=0;
for(int i=0;i<[drives count]; i++) {
height += [[[collectionView ...
0
votes
1answer
81 views
How do I implement the container view which represent the thumbnail of video having variable cell sizes?
i am developing cocoa application on mac os x, which will allows the user to import the video clips and make the movie from those video clips.here i need to deal with highly customized view....(please ...
0
votes
1answer
118 views
Understanding NSWindow,NSView,NSBox,NSCollection: compare features for a group of controls
I've been trying to understand the docs for NSWindow,NSView,NSBox,NSCollection in order to make the best choice for my project, but I think I'm missing some things.
I need to display 6 items, in a ...
3
votes
1answer
98 views
How to add subview in ListView?
I am developing my first MAC application, i downloaded one Example of PxListView
and i have to added one button and background image on cell xib and bind them with controller
and, when on button ...
0
votes
0answers
72 views
Loading wrong xib file
Maybe I'm stupid but I spent the whole afternoon trying to figure out this one. I'm an Objective C novice, but have plenty experience in other languages.
I have two NSCollectionView - *eventsView and ...
0
votes
2answers
140 views
Centered items in NSCollectionView
I'm developing a simple gallery for an application for OS X, by default, the items of a NSCollectionView are in left, How I get its items centered in its width? like this image:
3
votes
1answer
99 views
Make NSCollectionView render items vertically
Is it possible to make the items in an NSCollectionView render top-down and then left-right instead of left-right and then top-down? To depict it visually, items are currently rendered in the ...
0
votes
1answer
95 views
NSCollectionViewItem, size to content
I have an NSCollectionView, which I'm binding to a collection of strings.
The view that I'm using for my NSCollectionViewItem is very simple, it simply contains an NSTextField.
NSView
- NSTextField
...
1
vote
0answers
61 views
How to stop NSCollectioView's selectionIndexes from notifying on both mouseDown and mouseUp
I'm observing the 'selectionIndexes' of an NSCollectionView instance like so:
[self.collectionView addObserver:self forKeyPath:@"selectionIndexes" options:0 context:nil];
Then I'm responding to the ...
1
vote
1answer
114 views
How to set the action of a NSButton in a binding scenario?
I have a button that is inside a view repeated inside a NSCollectionView. I can bind the title of the button to one of the properties in my model class but I want to wire the selector of the button to ...
0
votes
0answers
69 views
Multiple entities in in NSCollectionView
In the past I have used an NSCollectionView in the UI to allow the user to add and remove text fields that represent the values of a to-many relationship. i.e.:
For product 'A', multiple 'Key ...
0
votes
0answers
110 views
A few issues with NSCollectionView
OK, I'm nowhere near a guru with NSCollectionViews, but - after a lot of struggling - I've managed to get it working. However, I still can't get a few things :
I'm setting 1 row + 10 columns for the ...
0
votes
1answer
119 views
Get the index of view from which a button was clicked in a NSCollectionView
I have a NSCollectionView and I am adding my custom view which acts as NSCollectionViewItem for that collection view. In my collectionViewItem, I have a NSButton along with various other elements. I ...
0
votes
0answers
122 views
Treating NSCollectionView as an absolute grid
My question is very simple: is NSCollectionView set up suitably for use as an absolute grid? Can I keep specific items in specific columns and rows, preventing item rearrangement on view resize and ...
1
vote
0answers
94 views
Remove border from NSScrollView/NSCollectionView
As you can see in the screenshot below, the NSCollectionView I used has some kind of border (the thin gray lines) I want to get rid of. Can somebody tell me how to achieve this? I already tried ...
1
vote
0answers
137 views
Calling keyDown: for items in an NSCollectionView
I have a problem to make the keyDown: method run for each item in an NSCollectionView when I press a key from the keyboard.
Edit: I have the next code in my NSCollectionViewItem but does't work, how ...
0
votes
0answers
121 views
How to create a header view for NSCollectionView
I need to set a header view for my NSCollection view. When I researched I found that NSCollection view don't support a default header view like NSTableView. I need a header almost like the one used in ...
0
votes
1answer
154 views
how to set action for a button inside the NSCollectionViewItem
I was using an NSCollectionView to show a list of pictures in the binded array controller, also, I want to add a delete button on the left-top corner of each picture so that when someone press the ...
0
votes
0answers
93 views
NIL reference when using nscollectionview
I"m fairly new to objective c and cocoa and I'm having a problem when using the NSCollectionView in a cocoa app where the properties are being set to nil.
I'm using the nscollection view without ...
0
votes
0answers
154 views
NSCollectionView Drag and Drop
I have a NSCollectionView which is populated by a NSArrayController containing a bunch of custom objects. I want to implement functionality where NSArraycontroller to get rearranged When I drag an ...
0
votes
1answer
225 views
Display NSPopover in NSCollectionView?
(Note: question has been asked before, with less-than-conclusive results over a year ago. Hopefully we know a bit more now and can solve it?)
I'm trying to make an NSPopover display over an ...
0
votes
1answer
345 views
Accessing controls of views of NSCollectionView
I'm using an NSCollectionView to display various objects. The whole things works rather well, except for one annoying thing. I cannot figure out how to access the various controls on the view used to ...
1
vote
1answer
176 views
NSCollectionView annoying delay before dragging when multiple selection enabled
I have a basic Cocoa app with an NSCollectionView showing a number of files. The collection view allows selecting multiple items at once.
The problem is that in order to select two or more items to ...
0
votes
0answers
158 views
nsprogressindicator within nscollectionview
I have a nscollectionview, and in it's nscollectionviewitem I have a text label and nsprogressindicator. All this is bound to nsarraycontroller which mode is set to Class. And the text label and ...
0
votes
1answer
132 views
How I add a mouse right-down menu to the NSCollectionViewItem
I have a question.How I add a mouse right-down menu to the NSCollectionViewItem.
As an attempt I alse use the Apple's demo app IconCollection.I tryed drag a NSMenu to the IconViewPrototype.xib and ...
1
vote
0answers
104 views
CALayer in NSCollectionViewItem flashes (and disappears) whenever a new item is added in the collection
My NSCollectionViewItem is in a separate xib file. It has an image view. Previously I was setting image directly on the NSImageView. The UI worked fine.
Now, I have added a CALayer to NSImageView. I ...
4
votes
1answer
402 views
View-based NSTableView vs NSCollectionView?
I've understood the fly-weight approach of cell-based NSTableView and I think I understand the differences with NSCollectionView.Differences between (cell-based) NSTableView and NSCollectionView
...
0
votes
1answer
468 views
Drag and drop from Cocoa App to Finder
I have a NSCollectionView, that displays some files:
What I want is...
being able to select one file.
being able to drag this file and drop it on the desktop or another Finder window.
The file ...
0
votes
1answer
154 views
Core Data bound NSCollectionView or NSTableView with one item static?
Is it possible to have a NSCollectionView bound to a core data model (by NSArrayController) and having the first item not to show the first item of NSArrayContoller but a custom view (NSButton)?
...
1
vote
0answers
199 views
NSCollectionView - Core Data Binding - Does not display unless I resize the window
While I have made great strides in customizing an NSCollectionView, thanks to hints I've gleamed here and across the web, I am having a bit of difficulty I'm hoping someone can help with. I have a ...
2
votes
0answers
138 views
Conditionally set NSCollectionViewItem's view
I have a NSCollectionView that binds to a array controller. This array controller contains a list of NSDictionary.
The items are of two types - defined in the dictionary - called header and item. If ...
0
votes
2answers
148 views
NSCollectionViewItem behind a NSTextField
I have a NSTextField on the view of an NSCollectionViewItem.
When you click an NSCollectionViewItem the item is selected.
When you click the NSTextField it gains focus, but the NSCollectionViewItem ...


