Re: IKImageBrowserCell

2014-06-11 Thread Daniel Luis dos Santos
I have been looking at NSCollectionView, and the ability to lazy load its elements. Some folks suggest using core data as the data source of an NSArrayController, that is connected to the NSCollectionView. But, does the collection view loads its items only when they become visible ? From what

Re: IKImageBrowserCell

2014-06-10 Thread SevenBits
On Tuesday, June 10, 2014, Daniel Santos daniel.d...@gmail.com wrote: Absolutely. What do you have in mind ? On Monday, June 9, 2014, SevenBits sevenbitst...@gmail.com javascript:_e(%7B%7D,'cvml','sevenbitst...@gmail.com'); wrote: On Monday, June 9, 2014, Daniel Luis dos Santos

Re: IKImageBrowserCell

2014-06-10 Thread SevenBits
From: *SevenBits* sevenbitst...@gmail.com Date: Tuesday, June 10, 2014 Subject: IKImageBrowserCell To: Daniel Santos daniel.d...@gmail.com On Tuesday, June 10, 2014, Daniel Santos daniel.d...@gmail.com javascript:_e(%7B%7D,'cvml','daniel.d...@gmail.com'); wrote: Absolutely. What do you have

IKImageBrowserCell

2014-06-09 Thread Daniel Luis dos Santos
Hello all, I have a IKImageBrowserView that I want to customise. I want to add a button to each IKImageBrowser|Cell that when pushed does some action. How can I do that ? Thanks ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not

Re: IKImageBrowserCell

2014-06-09 Thread SevenBits
On Monday, June 9, 2014, Daniel Luis dos Santos daniel.d...@gmail.com wrote: Hello all, I have a IKImageBrowserView that I want to customise. I want to add a button to each IKImageBrowser|Cell that when pushed does some action. How can I do that ? Is using NSCollectionView an option?

QTMovieLayer in IKImageBrowserCell

2014-02-17 Thread Dragan Milić
Is it possible to set a QTMovieLayer (yes, I know it's deprecated in 10.9) as the IKImageBrowserCellForegroundLayer of an IKImageBrowserCell? If I do so in cell's -layerForType: method and then play a movie associated with the layer, I can hear the audio track, but there's no movie rendering

Adding NSControl to IKImageBrowserCell

2012-01-12 Thread vinayak pai
Hi All, I've built a custom IKImageBrowserCell which is displaying my images in an IKImageBrowser without any issues. I'd like to add an NSButton to IKImageBrowserCell enable the delete functionality on each image. So that when I click the button, I can remove item at selected index and reload