2015-08-08, 08:23
Hi jurialmunkey
Thanks for this great skin! I'm using your skin as a base for modification, particularly on View_53_Poster.xml
I'm facing an issue with wraplist/fixedlist. 2 posters will be skipped when we use the Furniture_Scrollbar_Horizontal to navigate page by page. I'm assuming you're already aware because I'd tried a bunch of trials and research, and I'm stucked.
The problem is describe as below
notation:-
a .. z = continuous movie posters
a] or [e = partial posters at the screen edge
[b] = full poster
^ = selected
assume 3 full posters and 2 partial posters
I hope you can understand my problem and share bit of your thoughts about how to workaround for kodi's core wrap/fixedlist limitation.
Thanks, cheers,
Thanks for this great skin! I'm using your skin as a base for modification, particularly on View_53_Poster.xml
I'm facing an issue with wraplist/fixedlist. 2 posters will be skipped when we use the Furniture_Scrollbar_Horizontal to navigate page by page. I'm assuming you're already aware because I'd tried a bunch of trials and research, and I'm stucked.
The problem is describe as below
notation:-
a .. z = continuous movie posters
a] or [e = partial posters at the screen edge
[b] = full poster
^ = selected
assume 3 full posters and 2 partial posters
Code:
current:
page 1: a][b][c][d][e
^
page 2: g][h][i][j][k (skipping [f][g])
^
page 3: m][n][o][p][q (skipping [l][m])
^
...
desired: jump total visible full/partial posters - 2 (from partial posters),
page 1: a][b][c][d][e
^
page 2: d][e][f][g][h
^
page 3: g][h][i][j][k
^
...
I hope you can understand my problem and share bit of your thoughts about how to workaround for kodi's core wrap/fixedlist limitation.
Thanks, cheers,