Popup changes set of buttons below to another set of buttons

Hi everyone… How do I get a popup menu that each selection changes the buttons listed below?

The idea is to have 6 buttons per set (9sets), each set assigned to an item in the popup which should change from the popup menu.

use a page panel, with as many panels as the popup lines
in each panel install the desired buttons
in the popup menu change event, assign the good panel index
et voilà.

1 Like

Thank you very much. Got it done.