View Full Version : In stardard EPG, where in studio can I modify the short little vertical yellow bar?
mkanet
11-14-2005, 02:20 PM
I'm trying to modify the length of the short little bar to extend all the way to the bottom of the EPG screen.
I tried looking for it in studio, but since things are already highlighted in yellow, I'm having a hard time finding it.
Thanks in advance!
Opus4
11-14-2005, 02:36 PM
You can do a search for "CurrTime" -- that will find several widgets, but I think only 1 will be the shape widget. (Highlighting a shape doesn't outline its screen display.)
But, you can't just change the size of that shape to make it cover the entire grid... you'll have to get more creative than that. :) (I never thought about it nor looked into it, so I don't have any tips at the moment.)
- Andy
MTuckman
11-14-2005, 03:16 PM
You could take a look at the EPG in the Meekell STV, which Crashless is currently maintaining.
http://www.vinceanido.com/sagetv/stv/screenshots/guide1.jpg
It's one of the things I love about that STV, along with the player time bar!
http://www.vinceanido.com/sagetv/stv/screenshots/osd_live.jpg
:D Got to love the ability to share the mods!!!:D
mkanet
11-15-2005, 10:54 AM
No worries, if it was as simple as changing a value or two, I would do it.
PS: MTuckman, I think my EPG looks better and provides much more information. But, I guess everyone has their own taste :)
http://www.mka.net/mka-guide1.jpg
abasu2003
11-17-2005, 12:19 AM
No worries, if it was as simple as changing a value or two, I would do it.
PS: MTuckman, I think my EPG looks better and provides much more information. But, I guess everyone has their own taste :)
http://www.mka.net/mka-guide1.jpg
he meant, you could take a look at how they did it in that epg to figure out how to do it in yours. if you are unwilling i could take a look at it for you, but i bet you could figure it out on your own.
Opus4
11-18-2005, 01:37 AM
I got curious... the Meekell STV is doing it the way I figured it would be. For the default STV: extend the top column header ("TimeCol" TableComponent) to cover the entire table height (1.0 Fixed Height instead of 0.1). Then, the header portion has to be displayed inside a panel of height 0.1, while only the CurrTime bar was left to fill the entire height -- all of this is stil under the "TimeCell" panel. Finally, to make the current time bar stay updated in the correct position, use "0,1000,0" as the animation property for the "TimeCell" panel -- that will update it every second, but you could do it less frequently.
This will make the yellow bar get shown behind the partially-transparent grid.
Extra credit: The "CurrTime" shape needs to have its properties fixed for using non-standard column durations. The value of 1800000 needs to be changed to work for other column duration settings.
- Andy
vBulletin® v3.7.6, Copyright ©2000-2013, Jelsoft Enterprises Ltd.