Prevent listcontrol in mymusicplayingnow from getting focus (1 Viewer)

nanogod

Portal Pro
March 22, 2007
92
38
Bamberg
Home Country
Germany Germany
Hi there!

I have a question about the musicplayingnow screen.
There are two listcontrols that contain the "related tracks" and "best album tracks" list.
Since i want my screen very clean and simple, i moved this two list in an actionmenu.
So far, so good. This works excellent - except on thing:
Everytime the song changes or i call up the screen, the list gets automatically focus and fades in.
How can i prevent this? I want this information only, well, when i want it, only when i press "left" on my remote the actionmenu with these two lists should appear.

Any idea??? I´m totally stuck with this...
 

marvenius

Portal Pro
September 3, 2008
523
47
Belgium
Home Country
Netherlands Netherlands
Did you check the default control in the "MyMusicPlayingNow.xml" file.
Code:
  <defaultcontrol>33</defaultcontrol>
perhaps this is a control you moved to the menu.
 

nanogod

Portal Pro
March 22, 2007
92
38
Bamberg
Home Country
Germany Germany
Hi marvenius,

thanks for your reply. No the defaultcontrol is in the window tag.
That was my first idea too. Then I set the defaultcontrol to something else. No luck.
Even when i create an empty button with the id 123456 or what ever and set the dafaultcontrol to this id, the listcontrol always gets focus on windowopen and on songchange. :-(

- anoying -:mad:

any other idea??? :confused:
 

nanogod

Portal Pro
March 22, 2007
92
38
Bamberg
Home Country
Germany Germany
Sorry, that i didnt left a reply on your nice answers. :sorry:

catavolt: i dont want to disable the controls. i only want them to show when move the focus on them. Maybe i was not clear...

marvenius: i attached my xml. Maybe someone can find a sollution?

:D
 

Attachments

  • MyMusicPlayingNow.xml
    30.6 KB

nanogod

Portal Pro
March 22, 2007
92
38
Bamberg
Home Country
Germany Germany
OOOOOOOK.

catavolt: i never thought, that it would work, but i tried your tip, setting the visibility tag to "no" and
IT WORKS! I have my actionmenu visible, only the listcontrols are not visible.
Now the actionmenu does not pop up every time the song changes, but i can stil navigate to.

THANKS!!!:D:D:D
 

Users who are viewing this thread

Top Bottom