Using App Design how do I copy a group of objects including the underlying callback code?
15 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I'm developing a GUI with a large number of sliders that have been enhanced with some additional data fields pictured below.![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/687588/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/687588/image.png)
The small fields allow the user to change slider limits. The slider value is displayed in the large numeric field and using this same field for data entry will automatically expand the slider limits if necessary. It would save some manual labor if copying the objects also copied the small amount of callback code in the several objects. Granted, I would still have to edit, but the process would still be faster and less error prone. This is obviously one of the trades between App Designer and direct GUI code, but for those new to GUI creation App Designer appears to be the way to go.
0 Commenti
Risposte (1)
Sivani Pentapati
il 4 Ott 2021
Modificato: Sivani Pentapati
il 5 Ott 2021
Hi Richard,
Currently we are not supporting the feature to copy group of objects including the underlying callback code. I have brought this issue to the notice of the concerned people and it might be considered for a future release. However, you can create custom components and can also configure them for using in App Designer
0 Commenti
Vedere anche
Categorie
Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!