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: 
DadOfTwo
Visitor

Way to observe focus change?

Hi all

I have two components in SG. Component A calls an async service and if that returns an error Component B displays that error.

Component B handles the focusing between the two components by storing the previous Component that had focus and returning focus to that Component when a button is selected.

The issue I'm trying to solve is is there a way for Component A to know when it loses focus and when focus is returned? - So it can change the appearance of an element within Component A.

Thanks

Charlie
0 Kudos
1 REPLY 1
sudipta05
Visitor

Re: Way to observe focus change?

observe focusedChild

m.top.observeField("focusedChild", "onFoucsChange")
0 Kudos