ControlList grid view
#1
Hi!
Someone can avice me, which way to display grid of thumbnails (images) in program addon type?
I can add ControlImages in window in loop, one by one, row by row, then i can remove it one by one, but it's a very savage method...
Thanks!
Reply
#2
the easiest way would be to use the WindowXML class.
that will allow you to create the skin in xml instead of python (which is limited in functionality).

you can use a panel control to create a grid type layout.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Thank you, Ronie!
i'll try your suggesion.
Reply
#4
After doModal(), window intercept control and focus, I try to return focus to previous window, but this is not working.
What a solution to display window without getting control?
Reply
#5
that's not really possible. windowxml dialogs are modal, they process all user input.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
ControlList grid view0