X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Ftemplate_creaPatientsSystem%2Fscripts%2F00000_User.bbs;fp=appli%2Ftemplate_creaPatientsSystem%2Fscripts%2F00000_User.bbs;h=761249c435827852404484722d337d56282babad;hb=544c7fcddca5b03ba3c5f923de47ced5f44aa543;hp=481e8e0669a819c3a4b2640a75815cef28cff430;hpb=b933c04748383fd799becff7dad3e645ddfcd844;p=creaMiniTools.git diff --git a/appli/template_creaPatientsSystem/scripts/00000_User.bbs b/appli/template_creaPatientsSystem/scripts/00000_User.bbs index 481e8e0..761249c 100644 --- a/appli/template_creaPatientsSystem/scripts/00000_User.bbs +++ b/appli/template_creaPatientsSystem/scripts/00000_User.bbs @@ -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