Replacing onclick call to item with open when TV Guide window is opened.
#1
I currently have a button that when pressed opens group dialog button (id = 28) within another window in a skin I am working on. What I actually want though is the output I get when clicking on the button to be there when I activate the TV Guide window. Is that possibl?

<control type="button" id="6054">
                    <include>MediaMenuItemsCommon</include>
                    <label>$LOCALIZE[19141]</label>
                    <label2>$PARAM[group_label2]</label2>
                    <onclick>SendClick(28)</onclick>
                    <visible>Window.IsActive(MyPVRChannels.xml) | Window.IsActive(MyPVRGuide.xml)</visible>
                </control>

Thanks
Reply
#2
Do you mean
Code:
<window>
    <onload>SendClick(28)</onload>
    <controls>
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#3
brilliant! thanks a lot...starting to get my eye in with the skinner bit by bit...
Reply

Logout Mark Read Team Forum Stats Members Help
Replacing onclick call to item with open when TV Guide window is opened.0