Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
124 views

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

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

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

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

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

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

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