Changeset 1319 in Sophya for trunk/SophyaPI/PIext/cxxexecwin.cc


Ignore:
Timestamp:
Nov 10, 2000, 2:30:10 PM (25 years ago)
Author:
ercodmgr
Message:

Amelioration cxxexecutor - Reza , 10/11/2000

File:
1 edited

Legend:

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

    r1297 r1319  
    161161    case 600:    // Bouton Execute C++
    162162      dap->SetBusy();
    163       mBut[8]->SetUnSensitive();
     163      SetUnSensitive();
     164      dap->GetConsole()->AddStr(
     165         "CxxExecWind::Process() - Executing C++ Code ... \n", PIVA_Magenta);
    164166      cxxex->ExecuteCXX(mText[1]->GetText(),mText[0]->GetText());
    165       mBut[8]->SetSensitive();
     167      dap->GetConsole()->AddStr(
     168         "CxxExecWind ... End of Executing C++ Code \n", PIVA_Magenta);
     169      SetSensitive();
    166170      dap->SetReady();
    167171      break;
Note: See TracChangeset for help on using the changeset viewer.