2022-12-21, 04:52
As the title says, is there any way to detect when an item inside a fixedlist is changed focus? The <onfocus> tag for the fixed list only works when the whole fixedlist first takes focus.
My goal is to store things about the specific item into window properties so that I can recall that information when the fixedlist loses focus. I'm going for a sort of Netflix themed skin where after browsing through media posters, if I go back to the main menu, the last browsed item's information still remains in the background while my main menu is up.
I cant use Container({myFixedListID}).ListItem because I'm using skinshortcuts to generate dynamic fixedlists with unique IDs and it's just one of several lists that could have been last focused. Instead I figured a good approach would be to <onitemchange> set the respective window property with that ListItem's info but unfortunately there does not exist such a tag that I know of.
I'd appreciate any suggestions or ideas to go about accomplishing this.
My goal is to store things about the specific item into window properties so that I can recall that information when the fixedlist loses focus. I'm going for a sort of Netflix themed skin where after browsing through media posters, if I go back to the main menu, the last browsed item's information still remains in the background while my main menu is up.
I cant use Container({myFixedListID}).ListItem because I'm using skinshortcuts to generate dynamic fixedlists with unique IDs and it's just one of several lists that could have been last focused. Instead I figured a good approach would be to <onitemchange> set the respective window property with that ListItem's info but unfortunately there does not exist such a tag that I know of.
I'd appreciate any suggestions or ideas to go about accomplishing this.