Clear Filters
Clear Filters

how can i create in gui a pushbutton which has 2 callbacks and executes his second callback after a long press of 2 second?

2 views (last 30 days)
first callback: set(handles.edit_appui,'String','Bonjour'); second callback: set(handles.edit_appui,'String','Salut');

Accepted Answer

ES
ES on 10 Dec 2013
Do you have any reasons for not using a toggle switch?

More Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!