|
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
|
|||
|
|||
I am sorry for hijacking this thread, but...
Is there a way to have a table (like the one with nielms menus, that shows comming recordings) and that pressing left will move forward in the table and right nove back? I ask this because if we want to localize Sage for hebrew (right to left writing) we need to change that. Again sorry for hijacking...
__________________
Server SageTv 6.3.5, Core2Duo 6300 ,2Gigs ,Saphire x1650, PVR250, 2*320GB + 160GB, java 1.6.1 Client SageTV Client 6.3.5 , AMD 3000, 1024Mb, Saphire x1600Pro256HDMI, java 1.6.1 Using Nielm's Web server 2.22 |
#2
|
||||
|
||||
I stuck it in its own thread.
It depends on what you mean... if you want to change the direction that those arrows go, you could override the listeners for those commands & change what they do. If you want the table to show things in reverse order, you could change how the data is sorted before it is fed to the table. One of those might do what you are thinking of. - 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. |
#3
|
|||
|
|||
Ok, so I took your advice, sorted in reverse and changed the numbers to show (NumPages - TableRow) .
How do i make the table show the last item, so that will be the default when trying view it? (instead of starting with showing row 1- show row 8- last one)??
__________________
Server SageTv 6.3.5, Core2Duo 6300 ,2Gigs ,Saphire x1650, PVR250, 2*320GB + 160GB, java 1.6.1 Client SageTV Client 6.3.5 , AMD 3000, 1024Mb, Saphire x1600Pro256HDMI, java 1.6.1 Using Nielm's Web server 2.22 |
#4
|
||||
|
||||
Put an attribute called DefaultFocus on your table items, and make it false for all except the last item, which should be true. See p. 48 of the Studio manual.
__________________
-- Greg |
#5
|
||||
|
||||
.. or if you want it visible but not focused, in AfterMenuLoad hook, call EnsureVisibilityForVariable with appropriate args...
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|