Do I understand how the 'info' button works? (1 Viewer)

CodeMonkey

Portal Pro
December 8, 2004
360
30
North America
Home Country
United States of America United States of America
I was asked by a friend about why when the info button is displayed while watching live TV, and you try to navigate the controls, nothing happens. I looked at my system running RC3 and the blue two and projectx skins, and she is right. I cannot get any of the controls to work either. When the overlay appears (TVOSD.xml I believe) the play button is highlighted. But pressing arrow keys on the remote, or any key other than the info button, does not cause anything to happen. In the code I see that it is hardcoded to select the play control by default when TVOSD.xml is displayed rather than what is specified as the default in the xml file:

Code:
FocusControl(GetID, (int)Controls.OSD_PLAY, 0);	// set focus to play button by default when window is shown

I assume you are supposed to be able to scroll through the channel list among other things while this overlay is active. But at least on my machine all the controls and navigation between controls seems dead. I am, however, able to change the TV channel.

Does this work for anyone and if so what skin? Is my understanding of what TVOSD should be doing correct?

Thanks.
 

Users who are viewing this thread

Top Bottom