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: 
jcschoens
Visitor

Disable Breadcrumbs

I am tweaking the videoplayer example from the sdk and need to know how to disable the breadcrumbs as they are overlapping my Overhang_Background image. Any help would be greatly appreciated.
0 Kudos
2 REPLIES 2
RokuChris
Roku Employee
Roku Employee

Re: Disable Breadcrumbs

If you don't want breadcrumbs, then don't call SetBreadcrumbText()
0 Kudos
jcschoens
Visitor

Re: Disable Breadcrumbs

So I deleted the call and it worked! Is there any other code in here that is superfluous? I'm wondering if the references to breadA & B also need to go.


Function preShowDetailScreen(breadA=invalid, breadB=invalid) As Object

if validateParam(breadA, "roString", "preShowDetailScreen", true) = false return -1
if validateParam(breadA, "roString", "preShowDetailScreen", true) = false return -1

port=CreateObject("roMessagePort")
screen = CreateObject("roSpringboardScreen")
screen.SetDescriptionStyle("video")
screen.SetMessagePort(port)

return screen
End Function
0 Kudos
Need Assistance?
Welcome to the Roku Community! Feel free to search our Community for answers or post your question to get help.

Become a Roku Streaming Expert!

Share your expertise, help fellow streamers, and unlock exclusive rewards as part of the Roku Community. Learn more.