Ignore:
Timestamp:
Dec 4, 2012, 8:05:18 PM (12 years ago)
Author:
lemeur
Message:

securite sur execution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/src/GWt_pspaApplication.cc

    r138 r139  
    399399  addConsoleMessage(string("on va peut etre y arriver"));
    400400  static_cast<GWt_globalParameters*>(globalParam_)->updateGlobals();
     401
     402  encours_->setHidden(true);
    401403  encours_->decorationStyle().setBackgroundColor (WColor("green"));
     404  cout << " je passe la " << endl;
    402405  encours_->setText("calcul en cours");
    403406  encours_->setHidden(false);
     407  cout << " et la " << endl;
    404408  string resultat;
    405409  if ( !dtmanage_->executeAll(resultat)) probleme_->setHidden(false);
     
    407411  addConsoleMessage(resultat);
    408412  //  cout << " PspaApplication : affichage console termine  " << endl;
     413
     414  exec_go_->setDisabled(true);
    409415
    410416  encours_->setText("c'est fini");
Note: See TracChangeset for help on using the changeset viewer.