Is it possible to create an AppBar in OS X like you can in Windows? As another possibility can you reserve desktop/screen space like the dock bar does? Eg. When you maximize a window it will not cover the dock bar.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create an “always-on-top” window by setting the window’s level to something high via
[NSWindow setLevel:]. (I think thatNSScreenSaverWindowLevelis currently the highest level.) This will keep it above other applications, if I recall correctly. However, I don’t know of a way to carve out a section of the screen that other apps will obey.