2019-01-09, 12:05
confirmed, will look into it tonight
<onclick>AlarmClock(test,PlayMedia($INFO[ListItem.Filenameandpath]),00:02)</onclick>
<onclick>close</onclick>
<onclick>ReplaceWindow(home)</onclick>
(2019-06-23, 23:54)malvinas2 Wrote: I didn't know of a special thread in the development section, so I repeat my question already asked in https://forum.kodi.tv/showthread.php?tid...pid2860164
Hello,
I integrated the addon to my skin mod and it is working great, but I experience one small flaw in the fixedlist (9000), which lists the different media types:
As long as the list is active and has got the focus, it works (see picture 01).
But when I change the focus to the panel (50), the light blue background of the previous focussed item of 9000 disappears as desired, but the font color remains black as if it were still in the focus.
Do you have got any idea what is happening here?
script-globalsearch.xml:
ezokoniwih.kodi (paste)
(2019-06-24, 11:19)cartman.dos Wrote: While the focus is not actually on 9000 group, the last focused item in that group is considered focused and is using the definitions under 9000 focusedlayout.So this is an error how Kodi implemented the feature or have I misunderstood how to use a list with itemlayout/focuslayout?