Tagged Questions

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

learn more… | top users | synonyms

3
votes
1answer
472 views

Animating CALayer in IKImageBrowserCell

I've got a custom image browser view with IKImageBrowserCell subclass where I've added a little sign graphic that I would like to animate on some occasions. It's kind of like the "i" sign on Panic's ...
2
votes
0answers
24 views

IKImageBrowserView lazy loading?

In order to work with the IKImageBrowserView, one must implement a datasource with the following methods – numberOfItemsInImageBrowser: – imageBrowser:itemAtIndex: This is not dissimilar to ...
2
votes
2answers
102 views

Datasource method for reordering in IKImageBrowserView, not being called

- (BOOL) imageBrowser:(IKImageBrowserView *) aBrowser moveItemsAtIndexes: (NSIndexSet *)indexes toIndex:(NSUInteger)destinationIndex; This datasource method for reordering in IKImageBrowserView is ...
2
votes
0answers
127 views

Issue with NSScrollView

I have a NSScrollView containng an iKImageBrowserView. If I do not call setWantsLayer:YES on the scrollview, the vertical scroller is never shown. Do you know what can be the issue and hos to fix it ...
2
votes
1answer
187 views

Setting IKImageBrowserView to one long row

I've got a IKImageBrowserView in an NSScrollView and I want to lay it out so it only scrolls from left to right. By default the IKImageBrowserView lays out the images in a grid and the width is being ...
2
votes
1answer
114 views

Sporadic crash on 10.5 when loading IKImageBrowserViews in nib

I'm having a weird crashing problem with my app that only happens on 10.5. It doesn't happen all the time, but it happens on startup, seemingly when the nib is loading. (BWTransparentScrollView ...
2
votes
2answers
1k views

How to interpret trackpad pinch gestures to zoom IKImageBrowserView

I have an IKImageBrowserView that I want to be able to pinch-zoom using a multi-touch trackpad on a recent Mac laptop. The Cocoa Event Handling Guide, in the section Handling Gesture Events says: ...
1
vote
1answer
65 views

High memory usage on iKImageBrowserView (or create memory quality thumbnail?) - SOLVED

In my mac application I'm currently developing, I have an iKImageBrowserView which displays something like 500/1000 Images. Turning off image display, memory consumption is very low around 50 MB. ...
1
vote
0answers
74 views

Adding a NSButton as a subview over IKImageFlowView

I am using IKImageFlowView in my application and need to add a nsbutton over it, I am using the code as given below, In my .h file IBOutlet id browserView; in nib added a custom view and changed ...
1
vote
1answer
130 views

Reduce size of images in cocoa application

I have some 1000 images in my project,total size of the images is around 400MB. I am using this images to display thumbnail representation on MAc. After building xcode,My Application build size is ...
1
vote
1answer
73 views

How can I avoid mirror effect of image in coverflow

I have downloaded a coverflow sample from the link http://www.macresearch.org/cocoa-tutorial-image-kit-cover-flow-and-quicklook-doing-things-we-shouldnt-are-too-fun-resist. I need open flow effect ...
1
vote
1answer
183 views

IKImageBrowserView inside padding

I'm customizing an IKImagebrowserView and I would like to change the space between cells. I'm using this methode [_imageBrowser setIntercellSpacing:NSMakeSize(0, 0)] to set the spacing between cells ...
1
vote
1answer
352 views

Can IKImageBrowserView display multi-line titles?

I'd like my IKImageBrowserView to display long titles by wrapping them and displaying them in multiple lines, but I've been unable to achieve this. I've tried changing the size of the titleFrame ...
1
vote
0answers
296 views

Adding an NSControl to IKImageBrowserCell

I've built a custom IKImageBrowserCell which is displaying my images in an IKImageBrowser without any issues. I'd like to try and override the built in IKImageBrowser delete image functionality. ...
1
vote
1answer
111 views

IKImageBrowserItem imageRepresentationType error

Just started leaning Cocoa and its dev env, libs, etc. The error I'm getting: "_IKImageBrowserNSImageRepresentationType", referenced from: -[ImageBrowserItem imageRepresentationType] in ...
1
vote
1answer
159 views

IKImageBrowserView Moving items doesn't animate

I have an IKImageBrowser setup which appears to be working well. I have set it up to allow reordering and also set animation to YES (in my awakeFromNib), however whenever I select and try and reorder ...
1
vote
2answers
385 views

CALayer flickering when adding a foreground layer to IKImageBrowserView items with garbage collection on

I'm trying to implement a technique similar to the one in the ImageBrowserViewAppearance sample code from Apple (located here: ...
1
vote
1answer
385 views

Cocoa: How do you make the background of an IKImageBrowserView transparent?

How do you make the background of an IKImageBrowserView transparent? There seems to be no background color option in interface builder. What I've tried: I've never used Core Animation, but I saw ...
1
vote
2answers
493 views

Delete Drag and Drop Behavior of IKImageBrowserView

By default (it seems), IKImageBrowserView enables drag and drop to locations in the Finder. I would like to turn off this behavior but am unsure of how to do so. I was thinking that perhaps ...
1
vote
3answers
606 views

Observing NSUserDefaultsController not working when bound properties are set

Here's the setup: I have a subclass of IKImageBrowserView whose zoomValue property is bound to a key VFBrowserZoomValue in the shared NSUserDefaultsController. I have an NSSlider whose value binding ...
1
vote
1answer
298 views

Telling IKImageBrowserView not to schedule preloading

For our rewrite of the open-source iMedia framework project (in use currently by dozens of developers), we are switching to IKImageBrowserView, and having a troubling time with caching. It appears ...
0
votes
1answer
32 views

IKImageBrowserView: how to display tooltip for every item?

I digged in documentation but didn't find how to do. How can I add tooltip for every item in IKImageBrowserView?
0
votes
1answer
53 views

customizing IKImageBrowserView group appearance

I am trying to change the appearance of the group header of an IKImageBrowserView. I've seen that we can provide an custom CALayer with IKImageBrowserGroupHeaderLayer but I do not know at all how to ...
0
votes
0answers
51 views

Can IKImageBrowserView title or subtitle be changed

List item I have a program that consists of two IKImageBrowserView panels which I populate with images from a scanned book. The left pages go in the left panel and the right pages go in the right ...
0
votes
1answer
61 views

How to enable dragging on specific items of an IKImageBrowserView?

I'm using an IKImageBrowserView for a mac application I'm currently developing and wants to enable dragging inside the IKImageBrowserView so I've used – setAllowsDroppingOnItems: but unfortunately ...
0
votes
0answers
91 views

Add files from folder to IKImageBrowserView

I'm trying to add images from a folder to a IKImageBrowserView. The files a found but the only thing added to the browserView is empty "placeholders" for the images. The NSDrag works in the same ...
0
votes
1answer
50 views

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 ...
0
votes
2answers
130 views

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 ...
0
votes
0answers
59 views

IKImageBrowserView doesn't remember expanded state of groups

This is perhaps a silly question... Should IKImageBrowserView remember the expanded state of my groups across calls to reloadData or is that something I should be keeping track of myself in my ...
0
votes
1answer
112 views

How To Add A Folder Of Images To IKImageBrowserView

How do I add a folder of images to be displayed in an IKImageBrowserView? Thanks
0
votes
0answers
70 views

in place title editing in IKImageBrowserView

I am trying to create an in place ttle editing in an IKImageBrowser like the one we have in the finder to rename a file or folder. Unfortunately I do not have any idea on how to start. If you have ...
0
votes
1answer
118 views

Finder like IKImageBrowserCell

I am trying to customize an IKImageBrowserCell to have something close to the Finder. For the moment my issue is to have a title in 2 lines. Do you have any experience of what need to be modified in ...
0
votes
1answer
82 views

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 ...
0
votes
1answer
439 views

Adding Vertical scrolling for IKImageBrowserView that is created programmatically

I would like to create a Cocoa library Test.dylib that provides Icon view using IKImageBrowserView. I cannot create IKImageBrowserView in nib since dylib does not support Resources. So, I am creating ...
0
votes
2answers
615 views

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 ...
0
votes
1answer
189 views

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 ...
0
votes
1answer
175 views

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 ...
0
votes
1answer
117 views

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 ...
0
votes
0answers
105 views

IKImageBrowserView responds to keyboard input by selecting based on text search: how do I stop that?

IKImageBrowserView seems to implement behavior that's similar to NSTableView's "Type Select", i.e., if the browser has focus and you type a character on the keyboard, the browser searches the text in ...
0
votes
3answers
537 views

How come IKImageBrowserView can resize images so much faster than I can?

This is my image resize code: CALayer *newCALayer = [[CALayer layer] retain]; NSImage* image = [[NSImage alloc] initWithData:[NSData dataWithContentsOfFile:path]]; CGImageRef ...
0
votes
1answer
242 views

IKImageBrowser Background Image Issue

I have a NSView hierarchy that is causing issues. I'd like to apply a static (fixed) patterned image in the background of an IKImageBrowser. My view hierarchy is like so: NSWindow -> Content View ...
0
votes
1answer
226 views

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 ...
0
votes
1answer
89 views

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 ...
0
votes
1answer
268 views

IKImageBrowserView and ImageTitle

I have a imagebrowserview displaying a folder full of photo correctly but its not showing the image title of each of the photo ... is there a tutorial to show me how this works? Regards AGW
0
votes
4answers
518 views

IKImageBrowserView Thumbnail Problem

I download IKImageBrowserView sample named "IKImageKit Demo" from Apple official website. But I find a problem. For example: When I import images from folder named "A", then I delete an image. ...
0
votes
1answer
250 views

IKImageBrowserView appears to not bind properly

my question relates to Interface Builder and an IKImageBrowserView not implementing bindings as I would expect. I have a fairly long key path to get to an NSArrayController, the contents of which I ...
0
votes
1answer
1k views

How can I implement a thumbnail-based view for user selection in Cocoa?

I have what I thought was a pretty simple need but I'm not sure how to go about implementing it. At various points in my interface, the user is asked to make a selection of something rather visual ...
-1
votes
0answers
50 views

Adding NSButton to IKImageBrowserCell

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 ...