IKImageBrowserView is a Image Kit View for the Cocoa Framework on Mac OS X 10.5 and above.
Questions tagged [ikimagebrowserview]
95 questions
0
votes
2 answers
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

AGW
- 1
- 1
0
votes
4 answers
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.
Then I import other image (name as same as the deleted…

Sam
- 765
- 3
- 6
- 21
0
votes
1 answer
Control-click does not change selection in IKImageBrowserView, right-click or two-finger-click does
I added a context menu to an IKImageBrowserView.
When a user right-clicks (mouse) or two-finger-clicks (trackpad) an image in the IKImageBrowserView, the selection changes to this image, and the context menu appears.
When a user control-clicks…

MartinW
- 4,966
- 2
- 24
- 60
0
votes
1 answer
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 want to display in the IKImageBrowserView.
This is…

tobygriffin
- 5,339
- 4
- 36
- 61
0
votes
1 answer
Window becomes non-resizable after adding Autolayout constraints
I have an IKImageBrowserView inside a NSScrollView.
I added Autolayout constraints to fix the top of the scroll view to the textfield above it and the bottom of the scroll view to the bottom of the window.
The desired behaviour is, that the scroll…

MartinW
- 4,966
- 2
- 24
- 60
0
votes
1 answer
Error about use IKImageBrowserView
I use 4 IKImageBrowserView in my App. Every time I go to a view which contain a IKImageBrowserView, console will show these three line error:
invalid share context
invalid context
--ImageKit Error: IKVRamMAnager::unable to create a shared context
I…

Crazy Catcher
- 110
- 10
0
votes
0 answers
IKImageBrowserView, collapse group will lose selection
I asked a question before: How to use IKImagebrowserView's group dispaly?
And now I am got the group style view very well, like this
when I select some photos(not all of them) from group yazi,
and then click the small triangle to collapse it, and…

droughtrain
- 257
- 1
- 4
- 18
0
votes
1 answer
Drag and Drop not working in IKImageBrowserView
I Encrypted the images using AES algorithm. when I used this images in IKImageBrowserView it display images correctly but I can't able to drag and drop images to Pasteboard.
I had set image representation to IKImageBrowserView Image Object like…

NewStack
- 990
- 8
- 19
0
votes
1 answer
Change ImageBrowserCell highlight dimension
I want to resize the standard IKImageBrowserCell highlight dimension. I found a similar question on stackoverflow here (at the link you can see the standard IKImageBrowserCell selection highlight).
I' ve found some apple sample code that customize…

Luca
- 1,704
- 3
- 29
- 42
0
votes
1 answer
Objective C: IKImageBrowserView show "Pages" templates like photo thumbnails
I'm sort of new to cocoa.
I have managed to load images in IKImageBrowserView and everything is OK with images. What I don't understand is how to load for example "Pages" templates so they would appear the way photos does - with a thumbnail…

Rokas
- 57
- 1
- 5
0
votes
1 answer
What's the differences between IKImageBrowserView's delegate and _delegate?
As the picture says, there are delegate, _delegate, dataSource, _dataSource, what are the differences?
Basicly, I can use the functions I want with either delegate + dataSource or _delegate + _dataSource, but I don't know what the differences are?

droughtrain
- 257
- 1
- 4
- 18
0
votes
1 answer
Adding NSScrollView to IKImageBrowserView for scrolling
I am using Xcode 4.4 on MacOSX 10.8. I am trying to add a NSScrollView to IKImageBrowserView for vertical scrolling feature. I have added IKImageBrowserView on top of NSScrollView in IB and in the code:
[self.scroll_View…

Vacca
- 1,219
- 16
- 26
0
votes
1 answer
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 refer the attachment)...
my requirement…

mammaiap
- 11
- 2
0
votes
1 answer
how to set the IKImageBrowserView with variable cell sizes?
I am developing a tool which will allows the user to import the video clips and make the movie from those video clips.
To represent the imported video clips i have created the IKImageBrowserView and add the frameimage of the videoclip as a Thumbnail…

mammaiap
- 11
- 2
0
votes
1 answer
load images into ikimagebrowser from a folder?
I'm new to cocoa and I have an IKImageBrowserView and that's how I load images to it:
- (IBAction)loadImages:(id)sender
{
NSMutableArray *urls = [[NSMutableArray alloc]init];
int i = 1;
for (i=1; i<55; i++) {
NSString *photoNumber = [NSString…

Rokas
- 57
- 1
- 5