issues about app design
Mostra commenti meno recenti
hello, i have a following problem, the edit area of the code view seems frozened, it only force me to edit within the area which marked with white background, when i want edit to other area, no any respond, how to handle this.

1 Commento
wenchao zhang
il 24 Mag 2024
Spostato: Voss
il 25 Mag 2024
Risposta accettata
Più risposte (1)
Adam Danz
il 24 Mag 2024
0 voti
> the edit area of the code view seems frozened, it only force me to edit within the area which marked with white background
This is by design in App Designer. App Designer creates your app as a MATLAB class viewable in Code View where you can add properties and method functions but you cannot change the gray sections directly from within Code View.
You can change callback function names that are in the gray sections. In Code View, go to Code Browser (left panel) > Callbacks tabs, and right-click on the callback function name, then select "Rename".

For more information, see Manage Code in App Designer Code View
2 Commenti
wenchao zhang
il 25 Mag 2024
Adam Danz
il 28 Mag 2024
From the design view, right click on the "uifigure" name in the right pannel Component Browser and select "rename".
Categorie
Scopri di più su Develop Apps Using App Designer in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
