I have an app that Roku is kicking back because of "Major blinking appears when a 'Live' poster is in focus." The 'Live' poster in question is a single item in the first row of a two row layout where the second row contains about 50 items. For background I modified the "Simple Grid with Video" template from the Roku SDK that contains the fading background animation. Does anyone know what causes the grid screen to blink and redraw the entire screen? In my testing it appears that the problem is releated to the OnBackgroundLoaded function....
Sub OnBackgroundLoaded()
m.fadeinAnimation.control = "start"
End Sub
because it is being called more then once because the bitmapWidth is changing, sometimes several times per item focus change. I should note that this problem mostly happens when going up a row.