You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: