]> Creatis software - creaMiniTools.git/blobdiff - bbtk_package_creaMiniTools/bbs/boxes/maxiToolsMenu.bbs
#2878 CreaMiniTools Bug New Normal Box ExecSystemCommand not blockuing/blocking
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / maxiToolsMenu.bbs
index 677e9c3675386ea43c514b772da6afa7f3090948..f855febcf28ff40f4064848bd15be5a69c0f0d30 100644 (file)
@@ -1,31 +1,6 @@
-# ---------------------------------------------------------------------
-#
-# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
-#                        pour la Sant�)
-# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
-# Previous Authors : Laurent Guigues, Jean-Pierre Roux
-# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
-#
-#  This software is governed by the CeCILL-B license under French law and
-#  abiding by the rules of distribution of free software. You can  use,
-#  modify and/ or redistribute the software under the terms of the CeCILL-B
-#  license as circulated by CEA, CNRS and INRIA at the following URL
-#  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-#  or in the file LICENSE.txt.
-#
-#  As a counterpart to the access to the source code and  rights to copy,
-#  modify and redistribute granted by the license, users are provided only
-#  with a limited warranty  and the software's author,  the holder of the
-#  economic rights,  and the successive licensors  have only  limited
-#  liability.
-#
-#  The fact that you are presently reading this means that you have had
-#  knowledge of the CeCILL-B license and that you accept its terms.
-# ------------------------------------------------------------------------ */
-
 # ----------------------------------
-# - BBTKGEditor v 1.2 BBS BlackBox Script (Complex Box)
-# - /Users/davila/Creatis/All5/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/maxiToolsMenu.bbs
+# - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
+# - E:\creatis\creaToolsCompilation4\creatools_sources\creaMiniTools\bbtk_package_creaMiniTools\bbs\boxes\maxiToolsMenu.bbs
 # ----------------------------------
 
 include std
@@ -40,29 +15,40 @@ description "Description ??"
 
 category "<VOID>"
 
-new CommandButton Box00
-  set Box00.Label "creaContoursApp"
+new wx:CommandButton Box00
+  set Box00.Label "creaContoursApp ups4"
 
-new ExecSystemCommand Box04
-  set Box04.In "creaContourApp &"
+new std:ExecSystemCommand Box04
 
-new CommandButton Box11
+new wx:CommandButton Box11
   set Box11.Label "Image Tool"
 
-new ExecSystemCommand Box12
-  set Box12.In "bbi creaMiniTools/appli/ImageTool.bbs &"
+new std:ExecSystemCommand Box12
 
-new LayoutLine Box10
+new wx:LayoutLine Box10
 
-new CommandButton Box14
+new wx:CommandButton Box14
   set Box14.Label "Compare 2 images"
 
-new ExecSystemCommand Box15
-  set Box15.In "bbi creaMiniTools/appli/ImagesCompare.bbs &"
+new std:ExecSystemCommand Box15
 
-new LayoutCenter Box16
+new wx:LayoutCenter Box16
   set Box16.WinTitle "Tools"
 
+new std:StringSelect Box09
+  set Box09.In0 "creaContourApp &"
+  set Box09.In1 "start /b creaContourApp &"
+
+new std:Configuration Box13
+
+new std:StringSelect Box17
+  set Box17.In0 "bbi creaMiniTools/appli/ImageTool.bbs &"
+  set Box17.In1 "start /b bbi creaMiniTools/appli/ImageTool.bbs &"
+
+new std:StringSelect Box18
+  set Box18.In0 "bbi creaMiniTools/appli/ImagesCompare.bbs &"
+  set Box18.In1 "start /b bbi creaMiniTools/appli/ImagesCompare.bbs &"
+
 
 connect Box00.BoxChange Box04.BoxExecute
 connect Box11.BoxChange Box12.BoxExecute
@@ -71,11 +57,18 @@ connect Box00.Widget Box10.Widget2
 connect Box14.BoxChange Box15.BoxExecute
 connect Box14.Widget Box10.Widget4
 connect Box10.Widget Box16.Widget2
-
+connect Box09.Out Box04.In
+connect Box13.SystemType Box09.In
+connect Box13.SystemType Box18.In
+connect Box13.SystemType Box17.In
+connect Box17.Out Box12.In
+connect Box18.Out Box15.In
 
 # Complex input ports
 
 # Complex output ports
 output widget Box16.Widget " "
 
+message    
+
 endefine