which xml stands for window MyVideosSettings
#1
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?
Reply
#2
Don't see it here http://wiki.xbmc.org/index.php?title=XBM...of_Windows
Reply
#3
SettingsCategory.xml

it's a template used for all settings windows.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#4
(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.
Reply
#5
(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.
Reply
#6
filled by c++ code...
Reply
#7
(2013-03-20, 10:05)spiff Wrote: filled by c++ code...

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

it is xbmc/settings/GUIWindowSettingsCategory.cpp .
Reply

Logout Mark Read Team Forum Stats Members Help
which xml stands for window MyVideosSettings0