UISUBGUI - GUI resuing tool

Creates a Sub-GUI from an existing GUI.
1,9K download
Aggiornato 18 ott 2004

Visualizza la licenza

UISUBGUI reuse an existing GUI in a new GUI / figure with all of its objects and functionality.
This makes a GUI code reusing very simple and saves all the copy, paste and objects creation
The two required file are UISUBGUI and GUIDATA which is a guidata version that supports UISUBGUI.
The other files are for demo purpose only. In order to see the demo of the function run uisubgui_demo.

17 Oct, 2004 - I've already saw two claims that my function is the same as the great, "Child window" function of Roy Schestowitz.
To make things clear, the novelty of the UISUBGUI is that it takes an existing working GUI (that even was not designed to be part of other GUI) and "plants" it as a control set of a new GUI. Plus, the user does not have to change the old existing GUI code in order to communicate with the new GUI.

Cita come

Lior Cohen (2024). UISUBGUI - GUI resuing tool (https://www.mathworks.com/matlabcentral/fileexchange/5889-uisubgui-gui-resuing-tool), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R13
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su App Building in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

Usage clarification