Posts

Post not yet marked as solved
1 Replies
544 Views
Hi,I am trying to use tv-line-spacing in an `info` element, but it does not work. It is completely ignored. Here is my XML <?xml version="1.0" encoding="UTF-8" ?> <document> <head> <style> .stackStyle { tv-align: left; tv-position: top; margin: 195 0 0 178; } .rowStyle { tv-align: left; tv-position: top; margin: 0; } .logoStyle { tv-align: left; tv-position: top; margin: 0 0 25 0; } .titleStyle { color: rgb(255,255,255); font-size: 60; font-weight: medium; } .subtitleStyle { color: rgb(255,255,255); font-size: 60; font-weight: thin; margin: 5 0 0 0; } .descriptionStyle { color: rgb(216,216,216); font-size: 29; font-weight: light; tv-text-max-lines: 3; max-width: 734; width: 734; margin: 35 0 0 0; } .infoListStyle { margin: 70 0 0 0; } .infoStyle { tv-line-spacing: 34; } </style> </head> <divTemplate appear="{{events.onAppear.name}}"> <banner class="stackStyle"> <img src="{{pixLogoURL}}" width="150" height="150"/> <infoList class="infoListStyle"> <info> <text class="titleStyle">{{strings.title}}</text> </info> <info> <text class="subtitleStyle">{{strings.subtitle}}</text> </info> <info class="infoStyle"> <text class="descriptionStyle">{{strings.description}}</text> </info> </infoList> </banner> </divTemplate></document>Any ideas please?Thanks
Posted
by manos_uic.
Last updated
.
Post not yet marked as solved
1 Replies
472 Views
Hi all,We have the following issue.We have two screens for logging user in: Enter username and Enter password screen. Username screen preceeds password screen. Each screen consists of a formTemplate with title, description, textfield and footer with button. Button in username screen loads the password screen.When going back from password screen to username screen by hitting menu button, the button in the form template is focused (last item that was focused before leaving page). However, trying to navigate to the keyboard to change the username does not work. Focus is moved from the button but the keyboard is not focused. Hitting click button on remote populates the textfield with letters. It seems that the form template of the password screen has the focus now despite the fact that we backed up from the page. Is there a way to resolve this issue?Thanks,Manos
Posted
by manos_uic.
Last updated
.