backspace with tvchannels window
#1
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!
Reply
#2
Hi guys .... Any Idea for this issue
Reply
#3
what do you mean by custom page ?
Reply
#4
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>
Reply
#5
Any Idea for it  Huh
Reply

Logout Mark Read Team Forum Stats Members Help
backspace with tvchannels window0