About 188,000 results
Open links in new tab
  1. Timer in BrightScript - Roku Community

    Hi , I am aware that brightscript has two components, roTimeSpan and roDateTime which can be used for date/time purposes, but was wondering if there a way to implement the digital timer on roku as a …

  2. Newest 'brightscript' Questions - Stack Overflow

    I could previously install Roku application from eclipse using brightscript plugin. But after I have updated my plugin, suddenly it stopped installation and started showing the msg : "wrong ...

  3. How to Simplify and Fix BrightScript Code for a Roku Scene?

    Jan 21, 2025 · I’m working on a Roku SceneGraph project and trying to create a basic browser-like functionality. The focus is on letting the user enter a URL in a TextEditBox and navigate to it using a …

  4. roMessagePort: Trying to construct a message port on a non-plugin ...

    Enter any BrightScript statement, debug commands, or HELP. Suspending threads...

  5. Difference Between m and m.top in brightscript? - Stack Overflow

    Aug 18, 2021 · In general - "m.top" in Brightscript is used to reference the xml component in which is used. That's the reason You can do this: m.CustomComponent = m.top.findNode …

  6. Send body in Post request in Brightscript Roku - Stack Overflow

    Mar 10, 2023 · I want to send the body in a post request in brightscript, can't find any way to do this, My code xfer = CreateObject ("roURLTransfer") xfer.SetRequest ("POST") xfer.PostFromStri...

  7. Associative Array to JSON - Roku Community

    Associative Array to JSON Please pardon me if this is a simple solution but I am new to BrightScript. I need to convert an roAssociativeArray to a JSON object while preserving the case sensitivity of the …

  8. Get Font from Label in BrightScript? - Roku Community

    In XML, if I define a label to use a custom font:<Label> id="label" <Font role = "font" uri = "pkg:/fonts/font.ttf" size = "24"...

  9. BRIGHTSCRIPT: ERROR: roSGNode: Failed to create roSGNode with …

    BRIGHTSCRIPT: ERROR: roSGNode: Failed to create roSGNode with type LoginTask: pkg:/components/src/loginscreen.brs (2) BrightScript Micro Debugger. Enter any BrightScript …

  10. How to communicating with web services from BrightScript inside task ...

    I have a problem with my application when communicating with web services from BrightScript. I'm struggling to understand how working Task node threads in BrightScript.