Just installed the latest nightly and made the changes to the addon settings dialog as described in the “Changes to the skinning engine…” thread. https://forum.kodi.tv/showthread.php?tid…pid2603091
Noticed a few strange things that weren’t present when using the previous control IDs. I have a scrollbar on the grouplist that is now id 5. It doesn’t seem to honor the showonepage=false setting though, and is always displayed. And it doesn’t seem to be measuring the correct number of items until it is focused. I tried changing the scrollbar id, but it still had the same issues.
The other thing is that I used to display the addon thumbnail in the settings dialog using the following code:
$INFO[Window.Property(Addon.ID),special://home/addons/,/icon.png]
This no longer works though, the image isn’t displayed. Is this property still available in the addon settings dialog?
Here’s my DialogAddonSettings.xml: https://github.com/braz96/skin.omni/comm…e566b0761c
Thanks for any suggestions!