Full screen apps

I searched but all the results were too confusing. When I am playing games or have full screen apps. I want the launcher to completey hide itself and not show when I move my mouse to that part of the screen... is there an option to do that?

#376878

RK Launcher --> Settings --> Behavior --> Always on Top (UNCHECK)

#376902

Hmmmmmm... :) I am in disbelief

#376907

that works great, but now the launcher doesn't pop out on normal apps either. When I have a window on focus, I cna't get the launcher to come out unless I minimize the window. Also, when I minimize all windows (windows key +M or clicking the show desktop icon) the launcher minimizes too...

#377043

I took a screenshot of my rk settings..when I have firefox opened I can easily just move my mouse to the bottom and my rk will pop out

rksettings3za.th.jpg

#377630

When I am playing a game... and I move my mouse to the bottom, the launcher seems to interact with the game and when I click in the game at the general area of the launcher, the game minimizes.

#380960

No way to stop this from happening?

#383509

close the launcher.

#383523

lol... yeah, closing the launcher is what I am doing right now, but since I was trying to use it as a taskbar, I can't do that anymore (have to reopen it through start menu)

#384286

use a script that closes rk, starts the game ,waits until the game is over and starts rk again

edit: meanwhile I have written the script for you

its called game.bat

you can place it anywhere you want

before using it you MUST edit the path to your rklauncher.exe otherwise it wont start rk after playing the game (in the moment my path is insert-> default path by flyakite on german windows)

there are 3 ways to work with the script:

1) pull the exe or a shortcut of your game onto the bat or a shourtcut to the but

2) the comfort way: edit the shourtcut to your game

(from: c:ProgrammeNetGazetteNetGazette.exe

to: c:/game.bat "C:ProgrammeNetGazetteNetGazette.exe")

if you are using RK to start the game edit:

from:

link: C:ProgrammeNetGazetteNetGazette.exe

to:

link: c:/game.bat

arguments: C:ProgrammeNetGazetteNetGazette.exe and afterwords your old arguments (if there had been)

3) if you only play one game you could edit the script to start the game direktly (replace %1 with the path to the exe of your game) but opinion 1 and 2 wont be working!!!

send me an pm if you need help

game.zip

Attachment: game.zip

#384318

thx a lot, I'll try it right now and let you know how it works out

EDTI: works great! Thx a lot!

#385894

I made a newline per mistake in the scrip where no one should be

this is cousing the error you may be reseaving

echo

stop Rk Launcher

taskkill /im rklauncher.exe /f

should be

echo stop Rk Launcher

taskkill /im rklauncher.exe /f

#385967