Kodi Community Forum
XBMC.ActivateWindow(???) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: XBMC.ActivateWindow(???) (/showthread.php?tid=36816)



XBMC.ActivateWindow(???) - troutbum - 2008-09-07

I am trying to locate valid values for this function? I looked here and I read this so it seemed like I should be able to use
Code:
XBMC.ActivteWindow(videolibrary, tvshowtitles0

but no joy can someone help me understand how this function works

thanks
alec


- troutbum - 2008-09-07

should be
Code:
XBMC.ActivateWindow(videolibrary,tvshowtitles)

I should also mention this is on linux, and I see different case for this in the wiki and in my Keymap.xml, which is correct?


- jmarshall - 2008-09-07

It's case-insensitive.