2018-10-14, 15:55
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!
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!