XBMC.ActivateWindow(???)
#1
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
Reply
#2
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?
Reply
#3
It's case-insensitive.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC.ActivateWindow(???)1