2004-05-17, 23:56
here it is reposted in proper forum
i'm creating a skin for xbmc and i'm having a issue. i have my control buttons layout above the listcontrol and thumbnailpanel. unlike all other skins, when the user pushes down, i want the focus to goto the listcontrol or thumbnailpanel. unfortunatly, i can't get this to work for both cases. if i set
code sample
<ondown>10</ondown>
it'll only goto the list control. if i set code sample
<ondown>11</ondown>
it'll only goto the thumbnailpanel.
in the default skins code sample
<onright>10</onright>
will move focus to either the listcontrol or thumbnailpanel depending on which is visible.
how do it get it to work for ondown?
i'm creating a skin for xbmc and i'm having a issue. i have my control buttons layout above the listcontrol and thumbnailpanel. unlike all other skins, when the user pushes down, i want the focus to goto the listcontrol or thumbnailpanel. unfortunatly, i can't get this to work for both cases. if i set
code sample
<ondown>10</ondown>
it'll only goto the list control. if i set code sample
<ondown>11</ondown>
it'll only goto the thumbnailpanel.
in the default skins code sample
<onright>10</onright>
will move focus to either the listcontrol or thumbnailpanel depending on which is visible.
how do it get it to work for ondown?
Quote:i dont' know if this will screw up things in other ways but try changeing the <id>11</id> on <type>thumbnailpanel</type> in references.xml to <id>10</id> that should at least solve your problem. but as i said it might generate others so make sure to test it properly.i tried this before posting, it made the thumbnailpanel empty.
/floink