Hi,
I have a MarkupGrip and am observing the itemFocused field. However, I'm struggling to get the focused child Node then this event is fire.
In the below code I can get the focused index and content, but what a I really what is the SG Node so I can find out it's screen position.
Sorry if this is a newbie question.
sub onItemFocused()
focused = m.grid.itemFocused
content = m.grid.content.getChild(focused)
' but how to get the Node for the focused item. I'd like this so I can find out it's position on screen
end sub
Thanks,
Ryan