is it possible to create a GUI depending on its input arguments? For example I'd like to call a GUI with my_gui(n) and the GUI appears with n ui-controls of style 'pushbutton' one below the other and each pushbutton has an separate callback. Whereas n can be any nomber from 1 to 20. Is this somehow possilbe using eval? Or does anyone have an idea how to do this?
Thanks for your effort
Rafael