Kodi Community Forum

Full Version: Python code to maximize / keep XBMC on top?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a python code in xbmc or xbmcgui that will maximize it or keep it on top?
Eventghost does this no problem, but I don't want to rely on that.

Edit: I'm on Windows, so if there's a standard system command that will do it, that'd work too.
Not a standard command or anything, but maybe you could use this:
Launch On Top
I figured it out easily enough by using the pywin32 extensions. Thanks for the response, though.