THEME EDITING: questions

I’m working on a completely new navigation-profile for a theme, and some things are really confusing to me about the code.

Is it correct that some functions work in some ‘views’ and not in others??

e.g.

in Galley-view of the videos this line of code in the xml provides the title of the selected movie on the top of the screen:

if I copy this exact code in to - say - thumbnail-view-xml, it does not work. It doesn’t call the same value… In fact, it does not do anything!!?

Why is this? Someone here experts on the WD TV HUB XML?

thx.

zballz

It is absolutely true. Doesn’t matter if the variable is in the XML… If it’s not referenced in the GUI program, it’s ignored.

too bad! :cry: