Kodi Community Forum
backspace with tvchannels window - 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: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: backspace with tvchannels window (/showthread.php?tid=336463)



backspace with tvchannels window - Spiderfish - 2018-10-14

Hi guys,

I created a custom xml page and made an item inside it to activate the tvchannels window like this:

 <item id="4">
                    <description>Movies</description>
                    <icon>backgrounds/VOD.jpg</icon>
                    <label2>icons/tv4.png</label2>
                    <label>31969</label>  
                    <onclick>ActivateWindow(tvchannels,return)</onclick>

                </item>     


when I accessed tvchannels window and need to go back to my custom page by pressing bacspace it took me to home page and I want to get me back to my custom page I mean one step before

How to do it

I tired return but didn't work!


RE: backspace with tvchannels window - Spiderfish - 2018-10-16

Hi guys .... Any Idea for this issue


RE: backspace with tvchannels window - ontap - 2018-10-16

what do you mean by custom page ?


RE: backspace with tvchannels window - Spiderfish - 2018-10-16

I mean I created a custom page like Custom_9001_Fun.xml and  I put this inside it to access the tvchannels page :

<item id="4">
                    <description>Movies</description>
                    <icon>backgrounds/VOD.jpg</icon>
                    <label2>icons/tv4.png</label2>
                    <label>31969</label>  
                    <onclick>ActivateWindow(tvchannels,return)</onclick>

  </item>


RE: backspace with tvchannels window - Spiderfish - 2018-10-17

Any Idea for it  Huh