Kodi Community Forum
List item callback/events - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: List item callback/events (/showthread.php?tid=228924)



List item callback/events - sytone - 2015-06-06

I looked and I am assuming the answer is no but...

In the add on model, is there a method of callback when a list items is selected (not clicked)


Example.

Going down a list, when you hit a item it calls back and can laid additional information and present it without rewriting the entire lost/page


RE: List item callback/events - phil65 - 2015-06-06

http://mirrors.xbmc.org/docs/python-docs/14.x-helix/xbmcgui.html#Window-onAction
only works for windows / dialogs created with python though. If you want something like this for "core" windows then you have to do it via a daemon.