XBMC minimizes to task bar

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
tytherman Offline
Senior Member
Posts: 145
Joined: Feb 2007
Reputation: 0
Post: #1
I upgraded to Beta 2 this week and have it running on my HTPC in the playroom. This m/c is on 24 hrs a day as it also runs several other apps. If I run XBMC and leave it running, sometime during the night it minimizes itself to the task bar, requiring you to maximize it using the keyboard.

I have tried different skins but both AEON and PMĀ£ HD do this. I have downloaded TWEAKUI and told it not to allow focus to be taken but still it minimizes.

Anyone else have this problem, and more importantly fixed it?
find quote
dhrandy Offline
Senior Member
Posts: 101
Joined: Jul 2006
Reputation: 1
Location: Concord, NC
Post: #2
Do you have any other programs that run during the night. The only time mine minimizes is when I launch a program.
find quote
mst3kroqs Offline
Junior Member
Posts: 37
Joined: Aug 2004
Reputation: 0
Post: #3
... I've requested an 'Always On Top' feature for the Windows port.

http://trac.xbmc.org/ticket/5009

I had hoped that it would be in Beta2, but alas - not to be. Back to using MP (for the time being) on my two PC-based HTPC's, but enjoying XBMC on my AppleTV!

FYI - on my system I know which app is stealing focus (it's the IR/LCD driver/helper), but there's nothing I can do about it. I also noticed that anything that generates a popup-bubble in the system tray area creates the same effect.

-m
find quote
rwparris2 Offline
Team-XBMC Python Developer
Posts: 1,341
Joined: Jan 2008
Reputation: 2
Location: US
Post: #4
Haven't tested this, but there is a program called power menu that you may be able to use until XBMC solves the problem. It can give any app "always on top."

http://www.abstractpath.com/powermenu/

Always read the XBMC online-manual, FAQ and search and search the forum before posting.
For troubleshooting and bug reporting please read how to submit a proper bug report.

If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/
find quote
skriefal Offline
Junior Member
Posts: 15
Joined: Aug 2008
Reputation: 0
Location: SLC, Utah
Post: #5
I actually encountered this last night while watching a video. About 10 minutes into the video, XBMC minimized itself to the task bar. The audio track was still playing through my speakers, so XBMC was obviously still playing the video file while minimized. I manually maximized the application. The file played through to completion (approx. 35 minutes later) with no further issues.

This was a self-compiled build of SVN changeset 15839 (post-beta 2).
find quote
tytherman Offline
Senior Member
Posts: 145
Joined: Feb 2007
Reputation: 0
Post: #6
I "think" I have narrowed it down to VUZE P2P, when it completes downloading a torrent it pops a message on the task bar and although I have not seen it I am beginning to assume it must steal focus! I say have not seen as I am not aware when they finish, as I am most likely asleep (BT reduces my bandwidth in prime time so must downloads occur during early hours.
find quote
Myxin Offline
Junior Member
Posts: 12
Joined: Sep 2008
Reputation: 0
Location: Germany
Post: #7
I have configured EventGhost as a workaround. In my case the minimization to task bar only happens after booting.
This example alway brings XBMC to front if the focus is lost except if I try to enter the taskmanager.
You can simple edit the example to give the XBMC-Window the attribute "always on top"


Example:

<Macro Name="XBMC Focus Lost" id="174" Expanded="False">
<Event Name="Task.Deactivated.XBMC" />
<Action>[INDENT]Window.FindWindow(u'XBMC.exe', u'XBMC Media Center', None, None, None, None, False, 0.0, 2)
[/INDENT]</Action>
<Action>[INDENT] Window.BringToFront()
[/INDENT]</Action>
</Macro>
<Macro Name="Activate: XBMC Focus Lost" Expanded="False">
<Event Name="Task.Destroyed.taskmgr" />
<Action>[INDENT] EventGhost.EnableItem(XmlIdLink(174))
[/INDENT]</Action>
<Action>[INDENT] EventGhost.NewJumpIf(XmlIdLink(174), 0, False)
[/INDENT]</Action>
</Macro>[INDENT]<Macro Name="Deactivate: XBMC Focus Lost" Expanded="True">
<Event Name="Task.Activated.taskmgr" />
<Action>[INDENT] EventGhost.DisableItem(XmlIdLink(174))
[/INDENT]</Action>[/INDENT]</Macro>
find quote
tytherman Offline
Senior Member
Posts: 145
Joined: Feb 2007
Reputation: 0
Post: #8
which xml do you put this in?
find quote
WiSo Offline
Team-XBMC Developer
Posts: 2,508
Joined: Oct 2003
Reputation: 0
Location: Germany
Post: #9
Next XBMC release will contain a fix to keep focus. Can't tell if this will help in all occasions ...

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
dhrandy Offline
Senior Member
Posts: 101
Joined: Jul 2006
Reputation: 1
Location: Concord, NC
Post: #10
WiSo Wrote:Next XBMC release will contain a fix to keep focus. Can't tell if this will help in all occasions ...
I hope it still minimizes when I launch a program. Right now it works perfect, I launch Beyond TV and XBMC minimizes. Sometimes when I exit Beyond TV, it doesn't maximize. But I have an alt-tab button setup on my remote that brings focus back to XBMC.
find quote
Post Reply