Kodi Community Forum
v17 HOW-TO:Add a new window or dialog via skinning - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: v17 HOW-TO:Add a new window or dialog via skinning (/showthread.php?tid=286317)



HOW-TO:Add a new window or dialog via skinning - priyank2809 - 2016-08-11

Suppose I've created my own custom_about.xml file.
Then how should i call it from IncludesHomeMenuItems.xml file ?
As per the Window IDs guide, 1100-1199 Ids are reserved for custom*.xml file.
Help me choose the particular ID, so i could call custom_about.xml file.
Huh


RE: HOW-TO:Add a new window or dialog via skinning - Hitcher - 2016-08-11

HOW-TO:Add a new window or dialog via skinning

Code:
<onclick>ActivateWindow(1100)</onclick>



RE: HOW-TO:Add a new window or dialog via skinning - priyank2809 - 2016-08-11

thanx hitcher Smile