Posts: 5,466
Joined: Jul 2012
Reputation:
383
When the dialogs are open for the game video settings, the tag <selectedcolor> in my container 11 doesn't work. I'm guessing something in core needs to set that on the current in-use option? I think it would help users to know what the setting is.
scott s.
.
Posts: 3,010
Joined: Dec 2010
Reputation:
293
garbear
Team-Kodi Developer
Posts: 3,010
I can try to help fix this but I'm not sure what <selectedcolor> does. Can you explain more, maybe with some examples or screenies?
Posts: 18,149
Joined: Aug 2007
Reputation:
704
Hitcher
Team-Kodi Member
Posts: 18,149
It's to show (highlight) the item that is currently selected not focused. So if you were playing a song from an album that song would have the selected colour when you weren't focused on it.
Posts: 5,466
Joined: Jul 2012
Reputation:
383
I've tried digging into GUILib some to understand and it seems like maybe there is a SET_SELECTED method that can be used but I haven't had time to do some more research.
scott s.
.
Posts: 5,466
Joined: Jul 2012
Reputation:
383
When I was coding up my skin to support the game settings, I had some trouble displaying screens when certain options had been selected and were active. It was hard to remember what I had previously selected. My idea was when opening the select dialog, I could see by use of <selectedcolor> what option was currently in use (and in this case broken in the skin). Or for a user, if he/she doesn't like the current mode then when the select dialog gets opened (or user moves up/down in the list of options) it is clear what the current mode is. That's irrespective of where current focus is.
BTW thanks for the very good documentation. I'm more skinning and don't have any experience with console games (though I am a flight simmer so have numerous input devices) so understanding some of the details of how retroplayer is used by typical user hasn't been easy for me.
scott s.
.