One question:
I developed MyGUI using TabPanel Constructor; MyGUI is getting more complex with lots of objects. Hence I decided to export MyGUI to a single M-file in order to handle it programatically without GUIDE.
When exporting the figure to a single M-file, the tabs do not work!
Is there a solution to this problem?
Thanks a lot!
25 Apr 2011
Multiple Tab GUI
Program to create a figure with multiple tabs and demo their use.
Author: James
I am facing a problem with the tool
In fact, I use panels within the tabs; inside the panels I use popupmenus.
The callbacks associated with the popupmenus are never called.
I use MATLAB Version 7.1.0.246 (R14) and tabpanel2.6.1
Please advise.
Thanks in advance.