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

If you need any help with XBMC4XBOX, such as installing or using the software, please post it in here.
Post Reply
kaos_engr
Posts: 27
Joined: Mon Jun 06, 2016 1:45 pm
Been thanked: 2 times

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

Post 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?
User avatar
Dan Dar3
Posts: 1176
Joined: Sun Jul 08, 2012 4:09 pm
Has thanked: 273 times
Been thanked: 257 times
Contact:

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

Post 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.
Post Reply