MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Uživatelský manuál Strana 444

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 500
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 443
13 Manage Callback Execution
13-6
Here is the command that creates the Mesh Plot (cancel) push button. Notice that the
BusyAction property is set to 'cancel'.
hmesh_cancel = uicontrol(h_panel2,'Style','pushbutton',...
'Position',[30,130,110,30],...
'String','Mesh Plot (cancel)',...
'BusyAction','cancel',...
'TooltipString','BusyAction = cancel',...
'Callback',@mesh_cancel);
See Also
drawnow | timer | uiwait | waitfor
Related Examples
“Automatically Refresh Plot in a GUIDE UI”
“Use a MATLAB Timer Object”
Zobrazit stránku 443
1 2 ... 439 440 441 442 443 444 445 446 447 448 449 ... 499 500

Komentáře k této Příručce

Žádné komentáře