objective c - How to make an NSWindow appear in front of other apps? -


sorry if obvious question, i'm new objective-c.

i'm making menu bar app (doesn't show in dock, in menu bar), , reason when open window, appears @ back, behind other apps. thought makekeyandorderfront: enough, doesn't seem trick.

so how make window appear in front of other apps?

you need activate well.

[nsapp activateignoringotherapps:yes]; [window makekeyandorderfront:nil]; 

if doesn't work, window title-less or that? if so, need follow cocoa/osx - nstextfield not responding click text editing begin when titlebar hidden


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -