There is a code
Code:
<onclick>ActivateWindow(MyWeatherSettings)</onclick>I can't find any information about MyWeatherSettings. Where's the UI come from?
Can you tell me?
Thanks!
ecbtnrt
Junior Member Posts: 16 Joined: Sep 2010 Reputation: 0 Location: China |
2010-10-19 05:05
Post: #1
MyWeather.xml, line +842
There is a code Code: <onclick>ActivateWindow(MyWeatherSettings)</onclick>I can't find any information about MyWeatherSettings. Where's the UI come from? Can you tell me? Thanks! |
| find quote |
Jezz_X
Team-XBMC Skinner Joined: Jun 2006 Reputation: 55 Location: Earth |
2010-10-19 05:28
Post: #2
Skins I have done.... ![]() And others in the past... Want to know what I'm working on currently? Check me out on Google+ |
| find quote |
ecbtnrt
Junior Member Posts: 16 Joined: Sep 2010 Reputation: 0 Location: China |
2010-10-19 05:59
Post: #3
A virtual window?
I can't find it and edit it? I read SettingsCatagory.xml many times. In SettingsCatagory.xml, at the Appearance where are the word in the UI come from ? I have read the code about four days. I think it is not easy to understand. Maybe I am a newer. Thank you! |
| find quote |
Jezz_X
Team-XBMC Skinner Joined: Jun 2006 Reputation: 55 Location: Earth |
2010-10-19 06:32
Post: #4
All text is auto filled in by xbmc itself none of the actual text / words are in the skins xml
in SettingsCatagory.xml we define a bunch of default controls (id's 7,8,9,10,11) that xbmc uses to build the window into the 2 areas defined by the grouplists (id's 3 and 5) id 3 = the area that it auto creates the left catagory buttons and id 5 is the area it creates the options if you are looking for the actual labels they are found in xbmc's main strings.xml file (not the skins one) Skins I have done.... ![]() And others in the past... Want to know what I'm working on currently? Check me out on Google+ |
| find quote |
ecbtnrt
Junior Member Posts: 16 Joined: Sep 2010 Reputation: 0 Location: China |
2010-10-19 07:40
Post: #5
Thank you very much.
My English is poor. Thank you for your help. |
| find quote |
ecbtnrt
Junior Member Posts: 16 Joined: Sep 2010 Reputation: 0 Location: China |
2010-10-19 08:00
Post: #6
I see.
I can't find any information about it. The XBMC has done all of them for you, and you only have to do is define these controls. These information is all the same in any skin. If you develop a new skin, it may use little time. Very good! |
| find quote |