"speechles" wrote:
https://developer.roku.com/docs/developer-program/core-concepts/brightscript/program-statements.md
404
"RokuTomC" wrote:
BrightScript language reference material has been lumped with the BrightScript API references:
https://developer.roku.com/en-gb/docs/references/brightscript/language/statement-summary.md[/url:1r4...
https://developer.roku.com/en-gb/docs/references/brightscript/language/program-statements.md[/url:1r...
"speechles" wrote:"RokuTomC" wrote:
BrightScript language reference material has been lumped with the BrightScript API references:
https://developer.roku.com/en-gb/docs/references/brightscript/language/statement-summary.md[/url:1yr...
https://developer.roku.com/en-gb/docs/references/brightscript/language/program-statements.md[/url:1y...
Try telling that to your "search." Type in "Statement summary" and DOI
Results for statement summary
10 results
Statement summary
Developer Documentation - https://developer.roku.com/docs/referen ... summary.md
BrightScript supports the following familiar looking statement types: If / Then / Else If / Else / End If For / To / End For / Step / Exit For For Each / In / End For / Exit For While / End While / Exit While Function / End Function / As / Return Print Rem (or ') Goto Dim End Stop BrightScript is not case sensitive...
Program statements
Developer Documentation - https://developer.roku.com/docs/referen ... tements.md
DIM name (dim1, dim2, …, dimK) DIM (\"dimension\") is a statement that provides a short cut to creating roArray objects. It sets variable name to type \"roArray\", and creates Arrays of Arrays as needed for multi-dimensional arrays. The dimension passed to Dim is the index of the maximum entry to be allocated (the array initial size = dimension+1); the array will be resized larger automatically if needed...
"marcelo.cabral" wrote:
I forgot about this post and created one to report this issue, anyway, here it is on the right place:
The new manifest "game" switch (introduced recently) is not listed on the SDK documentation page:
https://developer.roku.com/docs/develop ... anifest.md
"Komag" wrote:
Looks like "game" is back, right near the bottom, just above "Screensaver attributes"
I would like solid definitive correct sizes for things as well:
icon
540x405?
290x218?
336x210?
When I set mine to 290x218, it looks PIXEL PERFECT on my Roku 4 and on my 4k Roku TV where the UI is 1080p.
Maybe the 540x405 is for the larger channel picture that you see when surfing the channel store?