Window numbers
#1
how do i start another window from a python script , for instance show the weather screen after a user presses a button , also what are the codes for each screen?
Reply
#2
try
xbmcgui.window(number).show()
the easiest way i know about getting the numbers is to look at the xml files in the skin dir.

(theyre at the top at each windows xml file and if you look at the xml of a control that activates that window like the buttons in the main screens xml you'll see it there too)
Reply
#3
even easier:

http://cvs.sourceforge.net/viewcvs....=markup

i'll add it to the online manual skinning section.
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
Window numbers0