Hide minimize and close button of GUI developed using app designer

29 Ansichten (letzte 30 Tage)
Hello all,
I am currently developing an application using appdesigner. I want to hide the minimise and close button('x' mark) which are present at the top right of each gui.How can i do it?Kindly help.
  1 Kommentar
Sampath Rachumallu
Sampath Rachumallu am 11 Mai 2020
Found a useful hack.
We can hide the 'minimise' and 'close' button by setting 'WindowState' property of uifigure to 'full screen'. Here is the code
f = uifigure('WindowState', 'fullscreen');
But when the 'ESC' key is pressed it will come to normal window size having all 'minimise', 'close' buttons etc

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by