Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ackmanx
Visitor

LabelList OK remote event binding lost

I have a LabelList that works fine. When I select an item my master component replaces the LabelList Group component with a different Group component. When the user presses Back the master component creates another LabelList Group component instance and replaces the previous page. The up and down events work with the LabelList but OK doesn't do anything.

Any ideas?
0 Kudos
2 REPLIES 2
joetesta
Roku Guru

Re: LabelList OK remote event binding lost

How are you observing the "OK" click?  You probably need to re-instantiate your observer on the newly generated list component.
aspiring
0 Kudos
ackmanx
Visitor

Re: LabelList OK remote event binding lost

I am not directly observing "OK", but rather listening for a field change.

m.setList = QuizletSetList.findNode("LabelListID")
m.setList.observeField("itemSelected", "openSet")


Thanks for the help. You made me realize I was not in fact re-observing the field with the newly generated list component like you mentioned. 
0 Kudos