INTERACT FORUM
More => Old Versions => Media Center 16 (Development Ended) => Topic started by: globetrotters1 on July 10, 2011, 07:15:02 am
-
I'm installing an ASUS Slate Tablet for my wife to be able to run around throughout the house and have constant access to the media center server, choose the music for the zone she's in and so on.
The only thing I cannot see on a constant base is the zone name I am actually in and the actual time I only see on the entry page
How and where can I make the zone name and the time constantly visible?
thanks
-
See Adding [Zone] to Theatre View (http://yabb.jriver.com/interact/index.php?topic=59351.msg401039#msg401039).
-
thanks for the hint, rick.ca
The value collided with the top roller, so I tried to move it to the lower right corner and now the addition to the main.xml of my touchpanel screen reads
<TEXT>
<Item Text="[Time] - [Zone]" Location="***" TextColor="BBBBBB" Rect="80,95,95,98.6" Capitalization="0" Alignment="0" />
</TEXT>
Could you tell me now, how I can increase slightly the size of the value on the screen (couldn't find the programming manual online)
thanks, looks good :)
-
Could you tell me now, how I can increase slightly the size of the value on the screen
Increase the height of the rectangle specified by the "Rect" parameter.
-
rick.ca, thanks, it works :)