Win How to prevent minimize when using Advanced Launcher?
#1
Hello,

I have an issue with Advanced Launcher where it will minimize XBMC upon opening a program. I believe this is a Windows fuction (program stealing focus away from XBMC), but is there any way around it? Possibly a script to tell XBMC to maximize upon closing the program? Thanks!
Reply
#2
You could try to run it in a fullsized window instead of true full screen. This causes HD-videos to stutter a bit for, probably because of frame rate-issues, but it's the simplest sollution I can think of.
Reply
#3
@ultradodger-

You can try- right click on XBMC and then properties/shortcut Run: Maximized......it'll always open XBMC in maximized window.....
>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
Reply
#4
By default the Windows version of XBMC uses a DirectX mode that is fast, but which won't share the display with any other app. When another app starts it forces XBMC to minimise. This is why you're seeing XBMC minimise when you use Advanced Launcher.

niltron's suggestion is to configure XBMC to use a slower DirectX mode that doesn't suffer from this problem. To do this go to System settings, System, Video and enable "Use a fullscreen window rather than true fullscreen". However, as nilstron notes, you may find this slows video playback.

I thought Advanced launcher had an option to deal with this problem, though I've just had a look at it and I don't see any such option. A workaround would be to write a short batch file to run your app, e.g. to run Handbrake your batch file would contain:

Code:
start /wait "C:\Program Files\Handbrake\Handbrake.exe"
"C:\Program Files\XBMC\XBMC.exe"

The first line runs the app, Handbrake in this case, and waits for the app to exit. The second line runs XBMC again. When you run a second copy of XBMC it just sets the focus back to the first copy, so the end result is to maximise XBMC again. Now configure Launcher to run your batch file.
Reply
#5
does not work. i tried it to open internet explorer and it opened a command line
Reply

Logout Mark Read Team Forum Stats Members Help
How to prevent minimize when using Advanced Launcher?0