]> Creatis software - creaMiniTools.git/blobdiff - appli/template_creaPatientsSystem/scripts/00000_User.bbs
#3421 template_creaPatientsSystem
[creaMiniTools.git] / appli / template_creaPatientsSystem / scripts / 00000_User.bbs
index 481e8e0669a819c3a4b2640a75815cef28cff430..761249c435827852404484722d337d56282babad 100644 (file)
@@ -39,7 +39,7 @@ new wx:CommandButton Box08
 new std:ExecSystemCommand Box09
 
 new std:ConcatStrings Box10
-  set Box10.In1 "creaUser="
+  set Box10.In1 "  creaUser="
 
 new std:ConcatStrings Box11
   set Box11.In1 "bbi 00010_Menu.bbs  "
@@ -49,6 +49,11 @@ new std:MultipleInputs Box12
 
 new std:Exit Box13
 
+new std:ConcatStrings Box14
+  set Box14.In1 "  BaseDir="
+
+new std:ConcatStrings Box15
+
 
 connect Box04.Widget Box03.Widget2
 
@@ -68,12 +73,18 @@ connect Box09.BoxChange Box12.In2
 
 connect Box13.BoxChange Box12.In9
 
-connect Box10.Out Box11.In2
-
 connect Box11.Out Box09.In
 
+connect Box10.Out Box11.In3
+
+
+connect Box15.Out Box14.In2
+
+connect Box14.Out Box11.In2
+
 
 
 # Complex input ports
+input BaseDir Box15.In1 " "
 exec Box06
 exec Box07