Changeset 2677 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc


Ignore:
Timestamp:
Apr 19, 2005, 11:13:49 AM (20 years ago)
Author:
ansari
Message:

Ajout de l option nodisp ds les affichages des NamedObjMgr, prise en compte de <Cntrl C> (Msg_Cancel) pour arreter l'execution de l'interpreteur ds PIStdImgApp et remplacement commande breakexe par stop ds PIACmd - Reza 19/4/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pistdimgapp.cc

    r2673 r2677  
    572572else if ( (msg >= 10500) && (msg < 10600) )  MBProcess5(msg, sender, data);
    573573else if ( (msg >= 10600) && (msg < 10700) )  MBProcess6(msg, sender, data);
    574 else if ( msg == 30200  ) {    // Objet PIConsole
     574else if ( (msg == 30200) && (smm == PIMsg_Cancel) )  // <Cntrl C> appuye sur Console
     575  CmdInterpreter()->StopExecution();
     576else if ( (msg == 30200 ) && (smm == PIMsg_OK) ){    // Objet PIConsole avec <Return>/<Enter>
    575577  string s = mCons->GetCmdString();
    576578  //  string s2 = "\nExecuting " + s + "\n";
Note: See TracChangeset for help on using the changeset viewer.