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

miscommunication in Lesson 3 #13

Open xvtstephen opened 4 years ago

xvtstephen commented 4 years ago

hello, in Lesson 3, item 3 you say Modify home_scene.xml to route to the new screen components by replacing what is there with the following: function init() ? "[home_scene] init" m.center_square = m.top.findNode("category_screen") m.center_square.setFocus(true) end function However, that is what should go in the brs file. the contents of the xml file should also change, but you forgot to provide that. Not a big issue, I found it in the xml listing, which has the final revision of that file.

jkardong commented 4 years ago

Came here to make same comment. Tripped me up for a moment.

timbeynart-nbcuni commented 4 years ago

Thanks for the heads up! Sorry for the late reply, I had to switch accounts for work and forget to check in here. I'll take a look.

alexlukhanin commented 3 years ago

The problem is still here.