Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lesson 3 Issue #14

Open
jkardong opened this issue Jun 11, 2020 · 1 comment
Open

Lesson 3 Issue #14

jkardong opened this issue Jun 11, 2020 · 1 comment

Comments

@jkardong
Copy link

jkardong commented Jun 11, 2020

In Lesson 3, at step 3, when running, I consistently get the error "Interface not a member of BrightScript Component" and breaks on the updated code in home_scene.brs. I'm not positive, but should the code be referencing the center_square or category_list? In your code example this is how it is set, so thinking maybe it should be changed?

	m.center_square = m.top.findNode("category_screen")
	m.center_square.setFocus(true)

I'm new to all this but when I added the following to home_scene.xml, it seemed to run

    <category_screen
      id="category_screen"
      visible="true"
      translation="[0,0]" />

Also, step 3 says to update the home_scene.xml file when it should be the home_scene.brs file :)

@xvtstephen
Copy link

xvtstephen commented Jun 12, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants