learnroku / crash-course

This course is intended to quickly get you up to speed on Roku SceneGraph. It's aimed at an audience of developers who are familiar with streaming video applications but are unfamiliar with Roku.
147 stars 61 forks source link

Missing changes required within main.brs AND emphasis would be nice #10

Closed grasponcrypto closed 4 years ago

grasponcrypto commented 4 years ago
  1. There are some necessary changes from lesson 2 to lesson 3 in main.brs which appears to be missing in the lesson. Took a bit to figure out for a newbie:

        msg = wait(0, m.port)
        msgType = type(msg)
        if msgType = "roSGScreenEvent"
            if msg.isScreenClosed() then return
        end if
  2. Emphasis on a minor change which is easy to over look in lesson 3: <ContentNode title = "DRAMA"/> <category_node title = "HORROR" feed_url="..."/>
    I think an emphasis should be placed on the fact that ContentNode is modified to category_node as this is a minor difference that is not immediately obvious and if users are manually modifying as i did, as opposed to copy and paste, then it can be quite an annoying learning lesson.

grasponcrypto commented 4 years ago

i placed a pull request for this. feel free to fix phrasing if i used incorrect terminology

learnroku commented 4 years ago

I merged your PR, thanks for helping out!