0
votes
1answer
27 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 t …
0
votes
1answer
22 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 th …
0
votes
3answers
67 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:
http://developer.apple.com/Mac/library/documentation/GraphicsImaging/Reference/IKImagePicke …
0
votes
1answer
15 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 pictu …
0
votes
2answers
32 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 th …
0
votes
1answer
49 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 erro …
