I am trying to access a specific item (ContentNode) from the MarkupGrid I made. I know I can acquire the number of the item I am accessing through markupgrid.itemFocused, but I was wondering how to get that specific node (selected on the grid) so I can acccess it from another .brs through a on . I assume there should be a way to access through itemContent, but I haven’t been able to find it.
Thank you for answering belltown. I want to do something of that sort, but “.itemFocused” returns an integer. I am assigning a whole contentNode to each position on the grid, and I want to access the info of that contentNode (like .itemFocused but someway to return the content node rather than an integer), but I don’t know how. With “.itemFocused” I know to which of the grid they gave click to, but how to I access the information of that node in the grid?
I hope I had make myself a bit clearer. Thank you for your help!
I see now. You’ll need two interface field aliases: one for the grid content, and one for itemFocused. Here’s what I use in one of my PosterGrid elements: