SageTV Community  

Go Back   SageTV Community > SageTV BETA Release Products > SageTV Beta Test Software
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Beta Test Software Discussion related to BETA Releases of the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. regarding SageTV Beta Releases should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-24-2006, 01:02 AM
Wheemer's Avatar
Wheemer Wheemer is offline
Sage Icon
 
Join Date: Dec 2004
Location: Deer Lake, NL, Canada
Posts: 1,493
New scrolling!

I love the new scrolling but I was wondering if we could somehow lock the selection bar in the center row while scrolling up and down.

Is that possible? Because I think it would look much nicer.

But this already looks really good and works perfectly on my client.

How do I disable the zoom in of the left menu sections?
What property do I need to set?
Reply With Quote
  #2  
Old 02-24-2006, 01:18 AM
Wheemer's Avatar
Wheemer Wheemer is offline
Sage Icon
 
Join Date: Dec 2004
Location: Deer Lake, NL, Canada
Posts: 1,493
Also can I disable the new scrolling in the guide only? It's way too slow in the guide for me...
Reply With Quote
  #3  
Old 02-24-2006, 01:57 AM
GKusnick's Avatar
GKusnick GKusnick is offline
SageTVaholic
 
Join Date: Dec 2005
Posts: 5,083
Well, since there's a property to enable/disable it, I suppose you could call SetProperty from a BeforeMenuLoad hook to turn it off for that menu, and again from BeforeMenuUnload to turn it back on again when leaving that menu.
__________________
-- Greg
Reply With Quote
  #4  
Old 02-24-2006, 02:11 AM
Wheemer's Avatar
Wheemer Wheemer is offline
Sage Icon
 
Join Date: Dec 2004
Location: Deer Lake, NL, Canada
Posts: 1,493
Would you be able to explain exactly what it is I need to do?

I would really appreciate it.
Reply With Quote
  #5  
Old 02-24-2006, 01:47 PM
GKusnick's Avatar
GKusnick GKusnick is offline
SageTVaholic
 
Join Date: Dec 2005
Posts: 5,083
Go to the Program Guide menu and press Ctrl+Shift+F12 to open Studio. If the LiveTVGuide menu isn't expanded, double-click it to expand it one level.

There's already a BeforeMenuLoad hook, so you don't need to add that. Drag an Action widget (wrench symbol, fifth from the top of the toolbar) onto the hook (this will expand the hook) and then rename the Untitled widget as follows:

Code:
SetProperty("experimental_smooth_scrolling", false)
Now grab a Hook widget (backwards J symbol at the bottom of the toolbar) and drag it to the LiveTVGuide menu widget. It will appear at the bottom of the widget list for that menu. Right-click it, choose Properties, then choose BeforeMenuUnload from the dropdown list and click OK.

Drag an Action widget to the new hook and rename it like so:

Code:
SetProperty("experimental_smooth_scrolling", true)
That should do it. Use File > Save As to save your changes to a new file. (Do not overwrite the default STV.)

Disclaimer: I have not yet installed 4.1.8 myself, and so have not personally tested this change. But based on what Narflex posted about the smooth scrolling property, this should work.
__________________
-- Greg
Reply With Quote
  #6  
Old 02-24-2006, 03:29 PM
Wheemer's Avatar
Wheemer Wheemer is offline
Sage Icon
 
Join Date: Dec 2004
Location: Deer Lake, NL, Canada
Posts: 1,493
Cool... I'm gonna test this when I have time. Thanks for the help!
Reply With Quote
  #7  
Old 02-24-2006, 03:46 PM
Humanzee's Avatar
Humanzee Humanzee is offline
Sage Fanatic
 
Join Date: Sep 2004
Location: North Idaho
Posts: 752
Ok this might sound dumb but how do you enable this smooth scorlling. I installed 4.1.8 yesterday but when I checked the sage.properties file I did not find a "experimental_smooth_scrolling=true" line item.

I added one but it still doesn't do anything. Am I missing anything?
Reply With Quote
  #8  
Old 02-24-2006, 04:00 PM
dbfresh23's Avatar
dbfresh23 dbfresh23 is offline
Sage Fanatic
 
Join Date: Oct 2004
Location: New York
Posts: 894
I still don't get exactly what is scrolling. I haven't updated to the newest beta since 17 is working for me. If this is cool enough I'd probably update to the newest if it's worth while. Someone wanna clue me in?
Reply With Quote
  #9  
Old 02-24-2006, 04:01 PM
Wheemer's Avatar
Wheemer Wheemer is offline
Sage Icon
 
Join Date: Dec 2004
Location: Deer Lake, NL, Canada
Posts: 1,493
All I did was add that line: experimental_smooth_scrolling=true and it started working. Be sure you are using the latest new xml file.

Whenever the arrows are present in a list of items, the new line is scrolled in smoothly.
Reply With Quote
  #10  
Old 02-24-2006, 04:22 PM
dbfresh23's Avatar
dbfresh23 dbfresh23 is offline
Sage Fanatic
 
Join Date: Oct 2004
Location: New York
Posts: 894
Ok, just installed it, tried it, disabled it! Smooth scrolling brought my MVP to it's knees. Worked perfectly fine on the pc but brought the MVP to a crawl when going through the menus.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 11:01 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.