- July 12, 2011
- 392
- 206
- Home Country
- Germany
- Thread starter
- #11
As in the picture above I have a theme for Titan with a complete different BasicHome menu. This is fine for me, but I thought it would be nice to have it easily changeable for others users. I can change the labels and hyperlinks within skin settings, so that everyone can adapt the menu to his/her needs. But as I incorporated submenus and FanArt I would need to have variables in the control.isvisible() expression.
For example:
I've set LABEL0 to "Bilder" and HYPERLINK0 to "2"
I've set LABEL1 to "Musik" and HYPERLINK1 to "501"
and so on
FanArt for music is only shown when LABEL1 is in focus:
Control.IsVisible(1001)
If a user now likes to have music on position LABEL0 and pictures for example on position LABEL1 the music FanArt has to be visible on another focus. In this case Control.IsVisible(1000). This is also true for submenus. So it would be very usefull if I could define a variable #MusicLabel which could be used in the visibility condition. That way the user can say music fanart (or a submenu) has to be visible when LABEL X is visible.
I hope it is clear what I try to do. It's confusing myself the more I think about it...
For example:
I've set LABEL0 to "Bilder" and HYPERLINK0 to "2"
I've set LABEL1 to "Musik" and HYPERLINK1 to "501"
and so on
FanArt for music is only shown when LABEL1 is in focus:
Control.IsVisible(1001)
If a user now likes to have music on position LABEL0 and pictures for example on position LABEL1 the music FanArt has to be visible on another focus. In this case Control.IsVisible(1000). This is also true for submenus. So it would be very usefull if I could define a variable #MusicLabel which could be used in the visibility condition. That way the user can say music fanart (or a submenu) has to be visible when LABEL X is visible.
I hope it is clear what I try to do. It's confusing myself the more I think about it...
Last edited: