How can I make a Mac application having an icon only in the menu bar? [closed] - objective-c

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm very new to developing for the Mac, and I'm trying to write a Cocoa application whose only presence is in the system menu bar, and does not appear in the Dock. Dropbox, Alfred, and Quicksilver do this (or can be configured to do this). Thank you.

Related

Can the affdex SDK be used for eye tracking? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want to track the positions of eye balls in every frame (eye tracking) using affdex. Is this possible?
Affdex SDK does not perform eye tracking.
here's a list of what it does track:
https://developer.affectiva.com/metrics/

How to detect Find My iPhone program xcode? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
How to use xcode 7.1 to make an app that will detect a status of the app "Find My iPhone" for iOS8 and iOS9. please help me
There is no (public) API to retrieve this information.

Overlay Window in Mac [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I found an overlay window example at developer.apple.com. It works perfectly but I also want to overlay my program's window on other full screen application's windows.
Is there any way to perform this function?
Check out window levels in the NSWindow documentation.
Using NSScreenSaverWindowLevel or NSStatusWindowLevel should be sufficient.
Also check out http://cocoadev.com/wiki/NSWindowLevel

Don't stop the iPod music [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
Is there a way to not stop the iPod music when I start my app in the iPhone?
Because when my app is launched, the music stops.
Thanks!
It depends what code and sound Library you are using in your application
adding MediaPlayer.framework will help you solve the issue quickly
Take a look at this post http://oleb.net/blog/2009/07/the-music-player-framework-in-the-iphone-sdk/

Automate the webcam to take a picture [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
What would a code snippet be for Visual Basic 2010 to automate the webcam to click a picture based on if any key is pressed on the keyboard?
There's an article on CodeProject that you might find useful.