]> Creatis software - creaMiniTools.git/blobdiff - appli/template_creaPatientsSystem/UpdateSofware-scripts/AskCloseAllBBTKwindows.bbs
#3421 template_creaPatientsSystem
[creaMiniTools.git] / appli / template_creaPatientsSystem / UpdateSofware-scripts / AskCloseAllBBTKwindows.bbs
diff --git a/appli/template_creaPatientsSystem/UpdateSofware-scripts/AskCloseAllBBTKwindows.bbs b/appli/template_creaPatientsSystem/UpdateSofware-scripts/AskCloseAllBBTKwindows.bbs
new file mode 100644 (file)
index 0000000..75ac6ff
--- /dev/null
@@ -0,0 +1,52 @@
+# ----------------------------------\r
+# - BBTKGEditor v 1.4 BBS BlackBox Script\r
+# - C:\Users\davila\Eduardo\CreatisWorks\tmpJCR\creaSDRA\appli\Appli_JCR\UpdateSofware-scripts03\AskCloseAllBBTKwindows.bbs\r
+# ----------------------------------\r
+\r
+# BBTK GEditor Script\r
+# ----------------------\r
+\r
+include std\r
+include itkvtk\r
+include wx\r
+include std\r
+\r
+author "Author ??"\r
+description "Description ??"\r
+category "<VOID>"\r
+\r
+new wx:LayoutLine Box00\r
+\r
+new wx:OutputText Box02\r
+\r
+new wx:OutputText Box03\r
+  set Box03.In "Step 1.  Close all bbtk windows before continue."\r
+\r
+new wx:CommandButton Box04\r
+  set Box04.Label "Step 2. Continue.."\r
+\r
+new wx:LayoutCenter Box05\r
+\r
+new std:Exit Box07\r
+\r
+new wx:LayoutLine Box08\r
+  set Box08.WinDialog "true"\r
+  set Box08.WinTitle "Close All bbtk windows"\r
+\r
+\r
+connect Box02.Widget Box00.Widget1\r
+\r
+connect Box03.Widget Box00.Widget2\r
+\r
+connect Box04.Widget Box00.Widget3\r
+\r
+connect Box00.Widget Box05.Widget2\r
+\r
+connect Box04.BoxChange Box07.BoxExecute\r
+\r
+connect Box05.Widget Box08.Widget1\r
+\r
+\r
+\r
+# Complex input ports\r
+exec Box08\r