I have one more problem. I would like to control my HTPC without turning on the TV (if I want to listen to music or radio) and I have VFD LCD on my case. If I navigate through the home screen, I can see only "Basic home" on the first line of the LCD and no text on bottom line.
I figured that's because MiniDisplay is displaying #selecteditem value and if that's empty #highlightedbutton value for the second line. Since basic home in B&W 1080 is using in common.menu.3rows.xml buttons with empty label, nothing is drawn on the LCD
Anybody encountered the same problem and found a way how to fix it?
I figured that's because MiniDisplay is displaying #selecteditem value and if that's empty #highlightedbutton value for the second line. Since basic home in B&W 1080 is using in common.menu.3rows.xml buttons with empty label, nothing is drawn on the LCD
Code:
<control>
<description>1 - Button</description>
<type>button</type>
<id>99201</id>
<posX>40</posX>
<posY>260</posY>
<width>300</width>
<height>180</height>
<textureFocus>basichome_focus.png</textureFocus>
<textureNoFocus></textureNoFocus>
<hyperlink>#item1hyperlink</hyperlink>
<label></label> <== this is the problem
<onup>99212</onup>
<onleft>99212</onleft>
<ondown>99205</ondown>
<onright>99202</onright>
</control>
Anybody encountered the same problem and found a way how to fix it?