Is there a simple way that I can make my application’s floating tool palettes permanently active? They are all relevant to the open document, so there is no reason for them to be inactive at any point in time.
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.
Use
NSPanelfor the utility window.That way the panel can also properly hide when the app is not active (it’s a flag, though).
Consider making it ‘Non-Activating’: