Kodi Community Forum

Full Version: which xml stands for window MyVideosSettings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello everyone. in settings.xml, line 230
<onclick>ActivateWindow(MyVideosSettings)</onclick>

but i cannot find where the window MyVideosSettings is.

will someone give me advice?
SettingsCategory.xml

it's a template used for all settings windows.
(2013-03-19, 23:42)ronie Wrote: [ -> ]SettingsCategory.xml

it's a template used for all settings windows.

yeah,from http://wiki.xbmc.org/index.php?title=Window_IDs ,I see zhe SettingsCategory.xml .
but in this xml , i donot find where are the items(label,control etc) in. there is only a <grouplist>
which id=3, and where do the controls (or content) in this grouplist come from ?

thank you.
(2013-03-19, 23:36)kristle Wrote: [ -> ]Don't see it here http://wiki.xbmc.org/index.php?title=XBM...of_Windows

i knew the window MyVideosSettings was related to settingscategory.xml . But in this xml file, i donot find the content of the window. there is only empty <control type="grouplist">. So , where are the controls in MyVideosSettings from??

thank you.
filled by c++ code...
(2013-03-20, 10:05)spiff Wrote: [ -> ]filled by c++ code...

thank you! I will try to find it.
(2013-03-20, 10:05)spiff Wrote: [ -> ]filled by c++ code...

it is xbmc/settings/GUIWindowSettingsCategory.cpp .