]> SALOME platform Git repositories - modules/hydrosolver.git/commitdiff
Salome HOME
chgt fenetre pytel
authorpascale.noyret <pascale.noyret@edf.fr>
Fri, 3 Feb 2017 13:21:29 +0000 (14:21 +0100)
committerpascale.noyret <pascale.noyret@edf.fr>
Fri, 3 Feb 2017 13:21:29 +0000 (14:21 +0100)
src/salome_hydro/pytel/eficas/configuration_pytel.py
src/salome_hydro/pytel/eficas/prefs_pytel.py
src/salome_hydro/pytel/eficas/pytel_cata.py

index a1f97085a4f619ae3f746cd3f0c380e51ba28b76..2396e3aef93ca027e914ec0d82b88e1d73cde53d 100644 (file)
@@ -31,6 +31,7 @@ class CONFIG(CONFIG_BASE):
         # Configuration parameters
         self.savedir    = os.getenv("HOME")
         self.catalogues = (CatalogDescription("pytel", os.path.join(repIni, "pytel_cata.py")),)
+        self.labels_eficas=['lang','rep_cata','catalogues','closeAutreCommande','closeFrameRechercheCommande','closeEntete','closeArbre']
         self.lang = 'fr'
 
     def save_params(self):
index 82d946ec74224054b0afd5d3cce218bd78e26d87..e53112cf17960af03e9469a2ac4b30c9bf901bfa 100644 (file)
@@ -20,3 +20,8 @@ import sys
 
 repIni = os.path.dirname(__file__)
 INSTALLDIR = os.getenv("EFICAS_ROOT")
+closeAutreCommande=True
+closeFrameRechercheCommande=True
+closeArbre=True
+closeCopier=True
+suiteTelemac=True
index b7e5d5d4c61880304151abd44757a84d5a87d534..200c552f1cb55b4001b975464d5292eb5f937a5c 100644 (file)
@@ -27,13 +27,15 @@ PYTEL = PROC(
     nom = "PYTEL", op = None,
     fr = u"Définition d'un cas pour le lanceur Pytel",
     ang = u"Definition of a case for the Pytel launcher",
-    CODE = SIMP(statut = "o", typ = "TXM", into = codelist, defaut = "telemac2d",
+    CODE = SIMP(statut = "o", typ = "TXM", into = codelist, defaut = "telemac2d", 
                 fr = u"Code à exécuter",
                 ang = u"Code to run"),
     FICHIER_CAS = SIMP(statut = "o", typ = 'Fichier',
                        fr = u"Fichier de description du cas",
                        ang = u"Case description file"),
-    REPERTOIRE_TRAVAIL = SIMP(statut = "f", typ = 'Repertoire',
+    REPERTOIRE_TRAVAIL = SIMP(statut = "f", typ = 'Repertoire', 
                               fr = u"Répertoire de travail",
                               ang = u"Working directory"),
 )
+
+TEXTE_NEW_JDC="PYTEL()"