Solved grouplist
#1
So I am trying to make a grouplist that is filled by a hidden list... The problem I have is as click through listitem(0) content changes based on the current item. To solve this I have two controls image controls based on the dbtype of the current item. This works fine other then a blinking as it will show both images for a milsecond.... Is there easy way to set set item one as listitem 1 item 2 as listitem 2 and so on so as I click thru it not have the blinking?

Hopefully this makes a little sense.
Shield TV | Windows 10 | Mariadb | Mii Box
Evolve Ecosystem Repo | TV Melodies | Madnox Holiday Mod
Reply
#2
Why dont you use ListItemAbsolute:

Code:
Container(id).ListItemAbsolute(position).[infolabel]
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#3
I figured out a way to do what I needed not so pretty but it works... Listitemabsolute I never used it before... Will is show posters or thumbs?...
Shield TV | Windows 10 | Mariadb | Mii Box
Evolve Ecosystem Repo | TV Melodies | Madnox Holiday Mod
Reply
#4
You can use any info label that you would use with a normal listitem. So you could do either:
Container(9000).ListItemAbsolute(2).Art(poster)
Container(9000).ListItemAbsolute(2).Art(thumb)
Container(9000).ListItemAbsolute(2).Icon
etc.
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#5
Just changed everything this works perfectly for what I needed and it allows me to clean up my workaround.
Shield TV | Windows 10 | Mariadb | Mii Box
Evolve Ecosystem Repo | TV Melodies | Madnox Holiday Mod
Reply

Logout Mark Read Team Forum Stats Members Help
grouplist0