Oops, sorry about that. :oops: I really should have tested that change; it's in the wrong file. It goes in
appDetailScreen.brs. If the example hasn't changed since I downloaded it, it goes near the top:
Function preShowDetailScreen(breadA=invalid, breadB=invalid) As Object
port=CreateObject("roMessagePort")
screen = CreateObject("roSpringboardScreen")
screen.SetDescriptionStyle("video")
screen.SetMessagePort(port)
if breadA<>invalid and breadB<>invalid then
screen.SetBreadcrumbText(breadA, breadB)
end if
screen.SetStaticRatingEnabled(false) ' <------- ADD THIS LINE
return screen
End Function
If you haven't already, remove the line from the other file. It will cause a crash. :mrgreen:
-JT
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.