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


Ignore:
Timestamp:
Nov 13, 2000, 4:32:34 PM (25 years ago)
Author:
ercodmgr
Message:

Adaptateur de TArray et lecture FITS - Reza 13/11/2000

File:
1 edited

Legend:

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

    r1319 r1321  
    160160  switch (msg)  {
    161161    case 600:    // Bouton Execute C++
    162       dap->SetBusy();
    163162      SetUnSensitive();
    164163      dap->GetConsole()->AddStr(
    165164         "CxxExecWind::Process() - Executing C++ Code ... \n", PIVA_Magenta);
     165      dap->SetBusy();
    166166      cxxex->ExecuteCXX(mText[1]->GetText(),mText[0]->GetText());
    167167      dap->GetConsole()->AddStr(
    168          "CxxExecWind ... End of Executing C++ Code \n", PIVA_Magenta);
     168         "CxxExecWind ... End of Executing C++ Code \n");
    169169      SetSensitive();
    170170      dap->SetReady();
Note: See TracChangeset for help on using the changeset viewer.