Page 1 of 1

XBMC4Xbox System >> System Info >> sub-page display bug

Posted: Fri Nov 17, 2017 3:22 pm
by kaos_engr
Software installed: XBMC4Xbox v3.5.3 / Skin: Confluence Lite

When viewing System > System Info page the first time, the Summary page is shown. If a different subpage is selected (e.g., Hardware) and one presses (B) to back out but later returns to again display the System Info page, the left-hand highlighted tab is that of "Summary"; however, the content displayed is again "Hardware information" (or whatever subpage was last viewed) not the "Summary" page.

Is there a way to keep track of the last page viewed to highlight the correct left-hand sub-page name or force the Summary page to be displayed upon subsequent System Info page selection so the two items are in sync?

Re: XBMC4Xbox System >> System Info >> sub-page display bug

Posted: Mon Dec 04, 2017 10:22 pm
by Dan Dar3
@kaos_engr
Edit your Q:/skin/Confluence Lite/720p/SettingsSystemInfo.xml and change from (remove always="true" attribute):

Code: Select all

<window id="7">
	<defaultcontrol always="true">95</defaultcontrol>
to

Code: Select all

<window id="7">
	<defaultcontrol>95</defaultcontrol>
Try it in a few combinations, going back and forth and come back if anything odd. Once confirmed there are no side effects we will create a ticket and propose the fix.

No idea whether the feature was meant to always select 'Summary' (and obviously display its information on the right) but it was never fully implemented, so it ended up in just the visual selection without the actual click.