Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
PTKDev
Level 7

GridScreen description popup disappears after shifts

In grid screen (mixed ratio) GridScreen description popup disappears after press down button for go to landscape poster from line with portait poster.
Regards,
Patryk Rzucidlo (PTKDev)

Find me on social, forum and app with nickname "PTKDev".
Portfolio: http://www.ptkdev.it
Skype: ptkdev | Twitter: @ptkdev | LinkedIN: ptkdev | CurriculumVitae: http://cv.ptkdev.it
0 Kudos
2 REPLIES 2
RokuJoel
Roku Employee
Roku Employee

Re: GridScreen description popup disappears after shifts

I believe you may need to call this:

ifGridScreen.SetDescriptionVisible(true) on every msg.isListItemFocused()

- Joel
0 Kudos
PTKDev
Level 7

Re: GridScreen description popup disappears after shifts

"RokuJoel" wrote:
I believe you may need to call this:

ifGridScreen.SetDescriptionVisible(true) on every msg.isListItemFocused()

- Joel


Thx! Work!
Regards,
Patryk Rzucidlo (PTKDev)

Find me on social, forum and app with nickname "PTKDev".
Portfolio: http://www.ptkdev.it
Skype: ptkdev | Twitter: @ptkdev | LinkedIN: ptkdev | CurriculumVitae: http://cv.ptkdev.it
0 Kudos