Menu - Sub Menus

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
phil65 Offline
Skilled Skinner
Posts: 4,456
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #11
if you have a horizontal menu, onleft and onright should just contain the id of the container itself, so <onleft>3100</onleft> in a list with id 3100 for example. that will make it move to the next list item.
in <onup> you just put the id of the main menu (and same vice versa: id from submenu in ondown of main menu list.)
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,922
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #12
You need to put the onright control in your main list and make it conditional.

eg
PHP Code:
<onright condition="Container(300).HasFocus(9)">Control.SetFocus(3100,0)</onright

[Image: sig_zps3af3b48e.jpg]
(This post was last modified: 2012-06-11 21:02 by Hitcher.)
find quote
Icerat Offline
Senior Member
Posts: 135
Joined: Nov 2010
Reputation: 1
Post: #13
I have a vertical menu down the left hand side. so would onright be 3100 to get on to the sub menu?

I'm sorry I'm not getting it, i have an idea how it should work but my knowledge is holding me back Sad

Old newbie trying his hardest to get his head around skinning lol, expect loads of questions :-)

It may be hard but the challenge of learning something new is fun :-)
find quote
Icerat Offline
Senior Member
Posts: 135
Joined: Nov 2010
Reputation: 1
Post: #14
(2012-06-11 21:01)Hitcher Wrote:  You need to put the onright control in your main list and make it conditional.

eg
PHP Code:
<onright condition="Container(300).HasFocus(9)">Control.SetFocus(3100,0)</onright

Wow that worked thanks i can now right arrow when im on settings and be able to move up and down the sub menu with the arrow keys, im unable to get of the main menu though Sad even though i have onleft set to 300.

Am i setting these sub menus up the right way as not sure how i would add a submenu to item 1 (Videos)

Old newbie trying his hardest to get his head around skinning lol, expect loads of questions :-)

It may be hard but the challenge of learning something new is fun :-)
find quote
Post Reply