Questions tagged [ikimagebrowserview]

IKImageBrowserView is a Image Kit View for the Cocoa Framework on Mac OS X 10.5 and above.

95 questions
1
vote
2 answers

Is this a IKImageBrowserView?

I want to know is this a IKImageBrowserView object? And How can I add an NSProgressIndicator when loading the image?
Nathan Bao
  • 51
  • 1
  • 7
1
vote
1 answer

NSEventPhaseEnded not called on NSScrollView with IKImageBrowserView

I have an IKImageBrowserView embedded within an NSScrollView, to help test this problem the IKImageBrowserView only fills half the of width of the NSScrollView. My NSScrollView subclass implements the following method and logs when a scroll began…
James Beith
  • 5,751
  • 3
  • 27
  • 21
1
vote
1 answer

How to solve --ImageKit Error: error reading pixels: 506?

My Cocoa (OS X) application is displaying Images in IKImageBrowserView on (Snow Leopard)10.6 but not displaying any Images (IKImageBrowserView) on (Lion)10.7.4 and throwing error on console --ImageKit Error: error before reading pixels: 506 and…
Lion
  • 872
  • 1
  • 17
  • 43
1
vote
0 answers

IkImageBrowserView Error

I have an IkImageBrowserView instance which used to show picture in file,in my app. Everything ok but replace it with another view. 2012-05-23 12:37:29.690 test[3595:903] --ImageKit Error: IKCacheDatabase::entryAtIndex - bad index 2012-05-23…
illusion
  • 11
  • 4
0
votes
1 answer

How to make IKImageBrowserView Quick Look icons look like Finder icons?

IKImageBrowserView provides a multi-image view much like Finder (in fact, a class-dump shows that Finder uses it internally). And there's a constant IKImageBrowserQuickLookPathRepresentationType which allows you to provide paths or URLs to the…
jtbandes
  • 115,675
  • 35
  • 233
  • 266
0
votes
1 answer

IKImageBrowserView binding duplicates

I binded the content of an IKImageBrowserView to an array controller of objects Person implementing the IKImageBrowserItem protocol: – imageUID – imageRepresentationType – imageRepresentation In the class Person, I want the attribute "photo" to be…
dewphy
  • 21
  • 3
0
votes
1 answer

IKImageBrowserView not loading images

I'm using an IKImageKitBrowserView and can't get it to display anything. My NSScrollView is also not showing scroll bars in the nib or when running the app. I did the connection binding properly for IKImageBrowserView and IKImageView, and I have…
Sadanand
  • 1,080
  • 3
  • 13
  • 30
0
votes
1 answer

How To Add A Folder Of Images To IKImageBrowserView

How do I add a folder of images to be displayed in an IKImageBrowserView? Thanks
foobar5512
  • 2,470
  • 5
  • 36
  • 52
0
votes
1 answer

EXC_BAD_ACCESS with IKImageBrowserView

I am developping an application using an IKImageBrowserView. Randomly it crashed and the issue is in the IKImageBrowserView: Here is the stack trace where it fails: I've seen n the web that this issue is known and fixable, but never seen the…
AP.
  • 5,205
  • 7
  • 50
  • 94
0
votes
2 answers

Custom NSSroller inside NSScrollView

I have a IKImageBrowserView embedded inside an NSScrollView. I'm trying achieve scroll bars like those we can see in Lion or other apps like Sparrow and Reeder. I would like my scroll bars to go over the content. So fare the only problem I have is…
kaal101
  • 654
  • 7
  • 14
0
votes
1 answer

Changing selection state of IKImageBrowserView

Hey guys, I've just migrated my image selector from NSCollectionView to IKImageBrowserView. I've got almost everything set up the way I want it, except for the selection ring. I don't like the greyed out background that IKImageBrowserView defaults…
Morgan
  • 1,765
  • 2
  • 19
  • 26
0
votes
1 answer

IKImageBrowserView images won't show in OS X 10.5

The Apple Demo IKImageViewDemo does not seem to work correctly in 10.5. The control is there, but there are no visible images. The images are there because when you click and drag where an image is supposed to be, the ghost of the image appears and…
WrightsCS
  • 50,551
  • 22
  • 134
  • 186
0
votes
1 answer

IKImageBrowser loads files in reverse order?

I have an IKImageBrowser that loads images from the resources directory located inside the app. For some reason, the order it loads the file is in reverse, for example I have images 1-74, but they get loaded 74-1, any ideas? Project is based off of…
WrightsCS
  • 50,551
  • 22
  • 134
  • 186
0
votes
1 answer

IKImageBrowserView "--ImageKit Error: reloadData called in non main thread"

I am writing a Cocoa Mac app which uses an IKImageBrowserView. When I call the following: [imageBrowserView reloadData]; The Debugger Console prints this: --ImageKit Error: reloadData called in non main thread I have tried placing the reloadData…
James Beith
  • 5,751
  • 3
  • 27
  • 21
0
votes
1 answer

Can't disable Empty Selection in an IKImageBrowserView

I have a browser view full of images - works great. However, I've unchecked 'allows empty selection' in IB, yet still when I click in a region not occupied by a thumbnail, the selection becomes nil. I would expect clicks outside a region not…
Nick Locking
  • 2,147
  • 2
  • 26
  • 42