Tagged Questions
The ikimageview tag has no wiki summary.
3
votes
1answer
309 views
IKImageView choppy?
I have an IKImageView, and I'm putting CGImages (That I make out of NSImages) onto it. However, a normal 200DPI 8.5/11 page takes like 3 seconds to come up, appearing in rectangles about 2inches ...
2
votes
1answer
815 views
IKImageView and scroll bars
I'm trying to use the IKImageViewDemo provided by apple (http://developer.apple.com/mac/library/samplecode/IKImageViewDemo/index.html) and I'm trying to add scrollbars to it. I've tried two things:
...
1
vote
1answer
314 views
IKImageView resize is blocky
I am putting an image into an IKImageView, and immediately sizing it to fit. Whenever I do this, the image originally appears at 1-1 size (huge) and then resizes down, which would be fine if the ...
1
vote
1answer
136 views
IKImageView and scroll bars
I have an NSScrollView with an IKImageView inside to display images. This seems to work.
However, if I make the window smaller than the image, the scrollbars appear as they should, but the BOTTOM of ...
1
vote
2answers
485 views
Image from WebView dragged onto IKImageView
I have WebView where I load content of webarchive. In the same view I have IKImageView outlet. Image drag n drop from web view onto image view doesn't work for me.
What is weird, it works when I drag ...
0
votes
0answers
5 views
View a PDF in IKImageView
I was trying to view a PDF in an IKImageView. It took a lot of pulling of hair and internet searching for me to figure this out, so I am putting it here for others. If someone has found a better ...
0
votes
0answers
18 views
Can I add a CATextLayer to a IKImageView
I'm pretty much a newbie with OS X programming.
I wanted to add a text overlay to an IKImageView, but my text isn't showing up.
In IB, I started with a Custom NSView that I will later embed in a ...
0
votes
0answers
55 views
IKImageView and Vector Overlays
I am at a loss on how to draw some vector graphics on top of a bitmap image in IKImageView. I tried following two methods but it is obviously not working since nothing get drawn.. Appreciate any help ...
0
votes
0answers
35 views
IKImageView draw problem on 10.5 only?
Why do IKImageView's draw with a colored background in all my windows on 10.5 but on 10.6 they all draw just fine - with transparent backgrounds around the image.
0
votes
2answers
128 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
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
68 views
How to get user's changes using IKImageEditPanel?
I need to track the user's changes to an image being edited in an IKImageView, in order to dirty its window with NSWindow setDocumentEdited:YES. The array in the NSLog in the following snippet remains ...
0
votes
1answer
94 views
Resize an IKImageView?
How can I resize an IKImageView programatically?
Not crop or anything, but just half its size in pixels?
Thanks.
0
votes
1answer
77 views
Clear an IKImageView?
I have an IKImageView set up to display in my mac application but when you don't give it an image, its starts with like a noisy broken screenshot of my own desktop rather than being empty. How can I ...
0
votes
1answer
475 views
How do I initialize IKImageView?
I am completely stumped with this one: I'm new to Xcode, coming from Windows. I create a brand new Cocoa app, place an IKImageView in Interface Builder, save and launch the app. Xcode shows the app ...
0
votes
1answer
159 views
IKImageView resize problem
I have an IKImageView that fills the entirety of a window. When the window is resized, the image does not resize with it. So I naturally think, well I'll change the zoom factor in the windowDidResize. ...
0
votes
1answer
246 views
IKImageView redraw problem on image change
I have one large IKImageView in my window. The image changes when the user clicks something. When the change happens, the IKImageView first draws the background colour, then draws the image over the ...
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
1answer
105 views
Removing the image from an IKImageView
I have an IKImageView that is coming up effectively un-initialized. This is happening effectively in an error-state (The user is unregistered) so I haven't had a chance to put an image in it yet.
In ...
0
votes
2answers
640 views
Another IKImageView Question: copying a region
I'm trying to use the select and copy feature of the IKImageView. If all you want to do is have an app with an image, select a portion and copy it to the clipboard, it's easy. You set the copy menu ...
0
votes
2answers
689 views
IKImageView zooming controlled by an NSSlider
What's the best practice for setting zoom factor of an image within IKImageView via NSSlider?
I was able to bind a slider either to zoom in OR zoom out action of an IKImageView.
Obviously, what I'd ...