|
SageTV Studio Discussion related to the SageTV Studio application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the Studio software application should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
TextInput Widget focus for multiple input fields
This reminds me:
Quote:
Item widgets (usually used as buttons) can obviously have focus, so they are used as the main container for an input field. Below the Item, use a Panel to define the area where text input is to be displayed. Then, below that Panel, use "If Focused" as a conditional that determines whether the Item displays just the entered text or a TextInput widget allowing more input, such as: Code:
Item |-Panel |-If Focused |-Branch true | |-<code to display the TextInput widget> |-Branch else |-<code to use Text widget to display text entered so far> If you have mutiple input fields plus other buttons that could have focus, a variable could be added that remembers the last input field that had focus, so at least one input field is active no matter what item has focus. - Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#2
|
|||
|
|||
Quote:
Dirk |
#3
|
||||
|
||||
Even if it were in the core, you would have to have a way to specify whether or which TextInput widget should be active when some other button has focus (like I added while you were replying, it appears).
I don't know how often something like this is needed, but it worked pretty well when I had a use for it. - Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|