Change button color and text after it is clicked

16 Ansichten (letzte 30 Tage)
Raldi
Raldi am 6 Jan. 2012
Beantwortet: munib chauhan am 23 Feb. 2017
Hi all, i was wondering if there is a way to change the color and text of a button created with "guide". For example if it is clicked it should say running... and not being clicked anymore?

Akzeptierte Antwort

Chandra Kurniawan
Chandra Kurniawan am 6 Jan. 2012
in the pushbutton callback write:
set(handles.pushbutton1,'string','running','enable','off');
  3 Kommentare
Chandra Kurniawan
Chandra Kurniawan am 6 Jan. 2012
Yes, of course
Let the OP develop the way he thought!
Raldi
Raldi am 6 Jan. 2012
Thanks for your help everyone.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (2)

Sagar
Sagar am 4 Jul. 2013
But how to change the color of the text that gets printed onto the pushbutton when it is clicked ?
  1 Kommentar
Nikhil Magdum
Nikhil Magdum am 28 Feb. 2014
set(handles.pushbutton1,'string','running','ForegroundColor','red','enable','off');

Melden Sie sich an, um zu kommentieren.


munib chauhan
munib chauhan am 23 Feb. 2017
you can use this also for text and color change set(handles.togglebutton1,'string','ON','enable','on','BackgroundColor','green');

Kategorien

Mehr zu Migrate GUIDE Apps 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