Questions tagged [ikpicturetaker]
9 questions
3
votes
0 answers
IKPictureTaker - Set Opening Tab
I'm using an IKPictureTaker in one of my apps, and when it opens it has four selectable tabs (Defaults, Recents, Camera, Other). I'd like it to be set to the Defaults tab when it opens up, but from the class reference it seems as though you can only…

Matt Cooper
- 2,042
- 27
- 43
1
vote
0 answers
Application hangs on clicking "Choose" button in IKPictureTaker view
I am facing a strange hang issue with IKPictureTaker and on clicking a "Choose" button. I am doing below operation using IKPictureTaker.
When a user wants to change a profile picture, upon clicking "Change Image" button, I display a IKPictureTaker…

Subhash
- 544
- 1
- 5
- 13
1
vote
0 answers
How to get IKpictureTaker panel, select the file event
I use IKPictureTaker when it encounters a doubt, I hope in
[pictureTaker beginPictureTakerSheetForWindow: app.window withDelegate: self didEndSelector: @ selector (pictureTakerValidated: code: contextInfo :) contextInfo: nil];
appear after…

zeenbiny
- 11
- 3
1
vote
1 answer
applicationShouldTerminateAfterLastWindowClosed: does not seem to work when the red x is used to close my Cocoa app
I have a small OSX Cocoa app that just bring up an IKPicutreTaker and saves the picture to a file if one is set. I use applicationShouldTerminateAfterLastWindowClosed: to close the application when the pictureTaker is closed. This all works fine…

Mike2012
- 7,629
- 15
- 84
- 135
1
vote
2 answers
Qutting a cocoa app after closing a window
I have a small osx cocoa app that brings up an IKPictureTaker at start up, I would like for my application to quit after this picture taker is closed. I read that I need to add this code to my NSWindowController class but I have no idea how to…

Mike2012
- 7,629
- 15
- 84
- 135
0
votes
3 answers
Disabling ESC and Command . in an OSX Cocoa app
I made a little cocoa app that brings up an IKPictureTaker and saves a picture to a file if you press the set button. Currently, if you press esc or Command . the window picture taker will close. Is there a way to disable this behavior?

Mike2012
- 7,629
- 15
- 84
- 135
0
votes
1 answer
Getting Strange video warning from my IKPictureTaker App
I have a simple little osx app that just starts up an IKPictureTaker and then saves the resulting picture as a .tiff file. It all seems to work fine but everytime I take the picture I get this error repeatedly:
2009-11-10 12:25:38.890 Take A…

Mike2012
- 7,629
- 15
- 84
- 135
0
votes
3 answers
Making a Cocoa App Pop Up a Widget instead of a Window
I have never made an app using XCode and Cocoa but I think following these instruction:
http://developer.apple.com/Mac/library/documentation/GraphicsImaging/Reference/IKImagePicker_Class/IKImagePicker_Reference.html
I could easily make an app that…

Mike2012
- 7,629
- 15
- 84
- 135
0
votes
1 answer
Trouble deciphering java class not visible from class loader error
I am trying to write some java code that will code the will get the Cocoa IKPictureTaker widget to load using Rococoa. I feel like I am getting closer now but I am getting an error and I am not quite sure why it is occurring. The error that I am…

Mike2012
- 7,629
- 15
- 84
- 135