Reply to thread

Evening all!


Here's a challenge.


I would like a button on Basic Home, or wherever, to take me to a specific item in a listcontrol on another page.


I was wondering if this is even possible and whether hyperlinkParameter could be used. On jumping to the hyperlink, the newly loaded screen I think would have to:


1. Set the listcontrol to ascending date order

2. Set #selectedindex to the parameter passed by hyperlinkParameter


eg: BasicHome(35)


<control>

    <description>Jump to list button #3</description>

    <type>button</type>

    <id>103</id>

    <posX>300</posX>

    <posY>200</posY>

    <width>190</width>

    <height>32</height>

    <textureFocus>buttonfocus.png</textureFocus>

    <textureNoFocus>buttonnofocus.png</textureNoFocus>

    <label>#latestMediaHandler.tvrecordings.scheduled3.title</label>

    <hyperlinkParameter>3</hyperlinkParameter>

    <hyperlink>601</hyperlink>

</control>



>>>>TVSchedulerServer(601)

How to ....


Set the listcontrol to ascending date order

Set the #selectedindex to the hyperlink parameter (in the example '3')

Set the focus to the listcontrol



This would open up all sorts of possibilities for my skin theme if it can be done


Kind regards to all

RH


Top Bottom