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

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
Binge Watcher

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
Visitor

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