Hi, I want to setup a UI map-selection, with a combobox to choose a level from.
When a level is chosen from the combobox, I want it NOT to open directly, I want to display some text descriptions and preview thumbnail for each selected level beside the combox.
If possible I would like to create a “template” with formated text and image placeholders, that are replaced with the specific items when a level from the combobox is selected, like store the texts and image for each selected level elsewhere and load and display it on selection in the predefined way.
Is this possible and how could I create this?