]> 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 63d13c637b167407fbde0ae2a5b38af668ab08e3..f855febcf28ff40f4064848bd15be5a69c0f0d30 100644 (file)
@@ -1,6 +1,6 @@
 # ----------------------------------
-# - BBTKGEditor v 1.2 BBS BlackBox Script (Complex Box)
-# - /Users/davila/Creatis/All3/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
@@ -15,42 +15,60 @@ description "Description ??"
 
 category "<VOID>"
 
-new CommandButton Box00
-  set Box00.Label "creaContoursApp"
+new wx:CommandButton Box00
+  set Box00.Label "creaContoursApp ups4"
 
-new LayoutLine Box03
-  set Box03.Orientation H
-  set Box03.WinTitle "maxiTools"
+new std:ExecSystemCommand Box04
 
-new ExecSystemCommand Box04
-  set Box04.In "creaContourApp &"
-
-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 wx:LayoutLine Box10
+
+new wx:CommandButton Box14
+  set Box14.Label "Compare 2 images"
+
+new std:ExecSystemCommand Box15
 
-new LayoutLine Box09
+new wx:LayoutCenter Box16
+  set Box16.WinTitle "Tools"
 
-new LayoutLine Box10
+new std:StringSelect Box09
+  set Box09.In0 "creaContourApp &"
+  set Box09.In1 "start /b creaContourApp &"
 
-new LayoutLine Box13
+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
-connect Box09.Widget Box03.Widget1
-connect Box10.Widget Box03.Widget2
-connect Box13.Widget Box03.Widget3
 connect Box11.Widget Box10.Widget3
 connect Box00.Widget Box10.Widget2
-
-exec Box03
+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 Box03.Widget " "
+output widget Box16.Widget " "
+
+message    
 
 endefine