How do move to a new frame and populate it with information depending on the button I click?
I am trying to create a detailed view of a list of items.
Imagine I have a list of names, and I want to click on the name and to move to a frame that shows me a picture of the person, along with name and age, for instance.
I don’t want to create a different frame for every person on the list, but rather populate the “detailed view frame” with data from a DB. Any thoughts on how to do that?
Thank you!
