Hello, I'm trying to add a rating button to a roSpringboard screen, but it's giving me a type mismatch: screen.AddButton(1, "Play") 'screen.AddRatingButton(2, video.StarRating, video.StarRating ) screen.AddRatingButton(2, "50", "75" ) screen.AddButton(3, "Add To Fa...