HTTP API Window Commands?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
BigNoseJr Offline
Junior Member
Posts: 5
Joined: Jul 2007
Reputation: 0
Question  HTTP API Window Commands? Post: #1
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?
(This post was last modified: 2008-12-16 07:24 by BigNoseJr.)
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,520
Joined: Oct 2003
Reputation: 138
Post: #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: badge.gif]
find quote
BigNoseJr Offline
Junior Member
Posts: 5
Joined: Jul 2007
Reputation: 0
Post: #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
(This post was last modified: 2008-12-16 07:24 by BigNoseJr.)
find quote
BigNoseJr Offline
Junior Member
Posts: 5
Joined: Jul 2007
Reputation: 0
Post: #4
I see how I can accomplish this now from what you said using ExecBuiltIn(function) under List_of_Built_In_Functions.

Thanks
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,520
Joined: Oct 2003
Reputation: 138
Post: #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: badge.gif]
find quote