HTTP API Window Commands?
#1
Question 
Are the window id definitions in Key.h accessible to call via the http api? I took a guess at a few possibilities but had no luck getting them to work. If not, any chance it can be added to feature requests?
Reply
#2
What are you wanting to do exactly? The window id's are only useful as far as your concerned to activate the window. Given that you can do that using the window name instead, which is far more readable, most people use that.
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
#3
I was hoping to have direct button presses on a remote change the onscreen ui to the corresponding page.

home
videos
music
pictures
weather
settings
etc
Reply
#4
I see how I can accomplish this now from what you said using ExecBuiltIn(function) under List_of_Built_In_Functions.

Thanks
Reply
#5
Just use ActivateWindow(Home) and so on.
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
HTTP API Window Commands?0