Hi,
I was wondering how to create a subpanel within the panel view.
I was thinking of having an OK button saying "Matlab Parameters" and once the user clicks it, another panel would show up with parameters that the user can edit. Then have another OK button that would close the subpanel.
At first I thought of using ShowPanelOnExecute but that wouldn't work as once the whole program execute, the panel would either show or wouldn't show.
How would I go about this?
Thanks,
Tyro
I was wondering how to create a subpanel within the panel view.
I was thinking of having an OK button saying "Matlab Parameters" and once the user clicks it, another panel would show up with parameters that the user can edit. Then have another OK button that would close the subpanel.
At first I thought of using ShowPanelOnExecute but that wouldn't work as once the whole program execute, the panel would either show or wouldn't show.
How would I go about this?
Thanks,
Tyro
Not really sure how you want the panel to be shown. Anyway, there could be two possible solutions attached. See each program Notepad at the bottom for descriptions.
Hope these help,
-mk