Forum Discussion
TheEndless
10 years agoRoku Guru
"agale" wrote:
The X value is the column index, not number of pixels.
Of course it is.. d'oh! :oops:
"agale" wrote:
One other issue: Have you ever seen an itemFocused Observer randomly start getting called twice? I only set this once in init() and I'm losing my mind trying to figure out what is going on.m.guideGrid.ObserveField("itemFocused", "onFocusChanged")
Could it be an orphaned or second instance of the observer? Have you tried adding a "stop" to the init function to see if it's being called more than once?