Kodi Community Forum
which xml stands for window MyVideosSettings - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: XeeBo (https://forum.kodi.tv/forumdisplay.php?fid=140)
+----- Thread: which xml stands for window MyVideosSettings (/showthread.php?tid=159680)



which xml stands for window MyVideosSettings - sunxt-dsp - 2013-03-19

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?


RE: which xml stands for window MyVideosSettings - kristle - 2013-03-19

Don't see it here http://wiki.xbmc.org/index.php?title=XBMC_Skinning_Manual#Apendix_I:_List_of_Windows


RE: which xml stands for window MyVideosSettings - ronie - 2013-03-19

SettingsCategory.xml

it's a template used for all settings windows.


RE: which xml stands for window MyVideosSettings - sunxt-dsp - 2013-03-20

(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.


RE: which xml stands for window MyVideosSettings - sunxt-dsp - 2013-03-20

(2013-03-19, 23:36)kristle Wrote: Don't see it here http://wiki.xbmc.org/index.php?title=XBMC_Skinning_Manual#Apendix_I:_List_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.


RE: which xml stands for window MyVideosSettings - spiff - 2013-03-20

filled by c++ code...


RE: which xml stands for window MyVideosSettings - sunxt-dsp - 2013-03-21

(2013-03-20, 10:05)spiff Wrote: filled by c++ code...

thank you! I will try to find it.


RE: which xml stands for window MyVideosSettings - sunxt-dsp - 2013-03-21

(2013-03-20, 10:05)spiff Wrote: filled by c++ code...

it is xbmc/settings/GUIWindowSettingsCategory.cpp .