Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
SECHIN_SUNNY
Visitor

EPG view -TimeGrid

Hi Everyone ,cheers to all,
I wanted to know how to implement TimeGrid  view in roku .
The Roku team has mentioned TimeGrid(EPG) view in 2 places .

https://sdkdocs.roku.com/display/sdkdoc ... lysis+Tool
https://sdkdocs.roku.com/display/sdkdoc ... Management

Please let me know , how to make the EPG view , similar to the ones in Roku TV after OS 8.0 update

Thanks In Advance
Sechin
Thanks
Regards
Sechin Sunny
0 Kudos
2 REPLIES 2
Lokesh
Reel Rookie

Re: EPG view -TimeGrid

<TimeGrid
            id="epg"
            maxDays="1"
            duration="7200"
            minimumNowBarOffset="0"
            ignoreTrickPlayKeys="true"
            vertFocusAnimationStyle="floatingFocus"
            translation="[0,410]">
        </TimeGrid>
 
 
Just add this into your xml file and after that create the content node inside the brs file.
Tags (1)
0 Kudos
RokuJonathanD
Community Moderator
Community Moderator

Re: EPG view -TimeGrid

Hi @SECHIN_SUNNY,

Have you seen our TimeGrid documentation and sample channel? These should help you out with your implementation.

0 Kudos