X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Ftemplate_creaPatientsSystem%2FUpdateSofware-scripts%2FAskCloseAllBBTKwindows.bbs;fp=appli%2Ftemplate_creaPatientsSystem%2FUpdateSofware-scripts%2FAskCloseAllBBTKwindows.bbs;h=75ac6ff987fab474b953a099d16487add7c98de9;hb=380ac24f1bd5ac018b069d25147f2a626739e494;hp=0000000000000000000000000000000000000000;hpb=e22166cdf8719072962316960de1bf9f4565e62d;p=creaMiniTools.git diff --git a/appli/template_creaPatientsSystem/UpdateSofware-scripts/AskCloseAllBBTKwindows.bbs b/appli/template_creaPatientsSystem/UpdateSofware-scripts/AskCloseAllBBTKwindows.bbs new file mode 100644 index 0000000..75ac6ff --- /dev/null +++ b/appli/template_creaPatientsSystem/UpdateSofware-scripts/AskCloseAllBBTKwindows.bbs @@ -0,0 +1,52 @@ +# ---------------------------------- +# - BBTKGEditor v 1.4 BBS BlackBox Script +# - C:\Users\davila\Eduardo\CreatisWorks\tmpJCR\creaSDRA\appli\Appli_JCR\UpdateSofware-scripts03\AskCloseAllBBTKwindows.bbs +# ---------------------------------- + +# BBTK GEditor Script +# ---------------------- + +include std +include itkvtk +include wx +include std + +author "Author ??" +description "Description ??" +category "" + +new wx:LayoutLine Box00 + +new wx:OutputText Box02 + +new wx:OutputText Box03 + set Box03.In "Step 1. Close all bbtk windows before continue." + +new wx:CommandButton Box04 + set Box04.Label "Step 2. Continue.." + +new wx:LayoutCenter Box05 + +new std:Exit Box07 + +new wx:LayoutLine Box08 + set Box08.WinDialog "true" + set Box08.WinTitle "Close All bbtk windows" + + +connect Box02.Widget Box00.Widget1 + +connect Box03.Widget Box00.Widget2 + +connect Box04.Widget Box00.Widget3 + +connect Box00.Widget Box05.Widget2 + +connect Box04.BoxChange Box07.BoxExecute + +connect Box05.Widget Box08.Widget1 + + + +# Complex input ports +exec Box08