|
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
|
|||
|
|||
Question about Table/group
Is there are way to make a statice pivot point as a list scrolls?
In other words if I have 12 rows and one column but want the selection/focus to stay in the center and the list scroll is this possible? |
#2
|
||||
|
||||
SetFocusForVariable() sets the focus on a designated element.
EnsureVisibilityForVariable() positions a designated element at a particular row position. With these you should be able to implement your own handling of the scroll up/down commands.
__________________
-- Greg |
#3
|
|||
|
|||
Okay that makes sense but where do you put those calls under the table or in the table?
|
#4
|
|||
|
|||
I am guessing from reading I would put this in before menu load
But do I call it as SetFocusVariable("videoitem") EnsureVisibilityForVariable("videoitem",10) Would that set the default focus to the video item on row 10? |
#5
|
||||
|
||||
Quote:
Quote:
You should probably look up some existing calls to these methods to see how they're used in practice. Once you understand how that existing code works, you'll be in a better position to write working code yourself.
__________________
-- Greg |
#6
|
|||
|
|||
okay. Listeners makes mores sense if I could find a sample code of these you are right would make more sense I thought I did all the tutorials I know listeners but didn't know about these I think I understand better now I will get some coding done if I still don't get it I will hit you up with some screen shots
By the way thanks allot for putting up with all my questions |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Group won't go away | Phydeaux | SageMC Custom Interface | 0 | 01-05-2009 01:44 PM |
can I group all recorded movies into a MOVIES group | Deacon Crusher | SageMC Custom Interface | 5 | 06-05-2008 12:22 PM |
Convert Group | rickgillyon | SageTV Beta Test Software | 5 | 07-16-2007 07:35 PM |
Cannot Delete Group - as per P. 36 | zebra14 | SageTV Software | 6 | 01-27-2007 06:43 PM |
Group Movies | Tyler Lloyd | SageTV Studio | 1 | 02-13-2006 01:46 AM |