9

Earlier i used Afloat for this but now it seems to be dead...

Is there any alive software or any simple "handy" way to force keeping app window on top over others (including fullscreen apps)

I can imagine this can be done with adding something to plist files inside .app like

<!-- Info.plist -->

<key>LSUIElement</key>
<true /> 

for showing app over any fullscreen app (with keystroke)

Google didn't help me much (

okliv
  • 3,909
  • 30
  • 47
  • The ability to set the window level remains. Show the code you use that previously worked and what behaviour/errors you now get. – CRD Oct 25 '13 at 00:04
  • 1
    @CRD i didn't use any code for this. just app named Afloat – okliv Oct 25 '13 at 11:08
  • Afloat still works for Mac OS X Mavericks 10.9.2: First download and install [SIMBL 0.9.9](http://www.culater.net/software/SIMBL/SIMBL.php), and then download and install [Afloat for Mac 2.4](https://www.macupdate.com/app/mac/22237/afloat). – spex Mar 11 '14 at 17:46

1 Answers1

2

Set the level of your mainWindow as

[_window setLevel:NSModalPanelWindowLevel];
Neha
  • 1,751
  • 14
  • 36