# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script # - /Users/davila/Creatis/C11/creatools_source/creaMiniTools/appli/template_creaPatientsSystem/scripts/00000_User.bbs # ---------------------------------- # BBTK GEditor Script # ---------------------- include std include itkvtk include wx include creaVtk include std author "Author ??" description "Description ??" category "" new wx:LayoutCenter Box02 new wx:LayoutLine Box03 new wx:OutputText Box04 new wx:ComboBox Box05 set Box05.In "VOID Eduardo_Davila User01 User02 User03" set Box05.Title "User" new creaVtk:OutputWindow Box06 new wx:LayoutLine Box07 set Box07.WinHeight "400" set Box07.WinTitle "User" set Box07.WinWidth "400" new wx:CommandButton Box08 set Box08.Label "Next" new std:ExecSystemCommand Box09 new std:ConcatStrings Box10 set Box10.In1 "creaUser=" new std:ConcatStrings Box11 set Box11.In1 "bbi 00010_Menu.bbs " set Box11.In9 " &" new std:MultipleInputs Box12 new std:Exit Box13 connect Box04.Widget Box03.Widget2 connect Box05.Widget Box03.Widget4 connect Box02.Widget Box07.Widget3 connect Box03.Widget Box02.Widget2 connect Box08.Widget Box03.Widget6 connect Box05.OutString Box10.In2 connect Box08.BoxChange Box12.BoxExecute connect Box09.BoxChange Box12.In2 connect Box13.BoxChange Box12.In9 connect Box10.Out Box11.In2 connect Box11.Out Box09.In # Complex input ports exec Box06 exec Box07