]> Creatis software - creaMiniTools.git/blobdiff - bbtk_package_creaMiniTools/bbs/appli/ImageTool.bbs
#2847 CreaMiniTools Bug New Normal - Not show the VTK OutputWindow (with warnings...
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / appli / ImageTool.bbs
index 65e624010f32d2ff46e1b5bc61012ea925fa73fb..9a3ba12fc2b419e834bce6ed259f53cd49ae26bb 100644 (file)
@@ -1,6 +1,6 @@
 # ----------------------------------
 # - BBTKGEditor v 1.4 BBS BlackBox Script
-# - ImageTool.bbs
+# - /tmpEED/creaTools/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/appli/ImageTool.bbs
 # ----------------------------------
 
 # BBTK GEditor Script
@@ -9,8 +9,8 @@
 include std
 include itkvtk
 include creaMaracasVisu
-include wx
 include creaImageIO
+include wx
 include toolsbbtk
 include creaMiniTools
 include std
@@ -27,9 +27,6 @@ new creaMaracasVisu:ShowNPoints showNpoints
   set showNpoints.Radio "10"
   set showNpoints.WinTitle "N-Points"
 
-new wx:LayoutSplit main
-  set main.Orientation "H"
-
 new creaImageIO:ImagesChooserDialogBox Box04
 
 new wx:LayoutTab Box06
@@ -91,6 +88,11 @@ new wx:LayoutTab Box33
 
 new creaVtk:VectorsTensors_manualread_Widget Box35
 
+new creaVtk:OutputWindow Box36
+
+new wx:LayoutSplit Box37
+  set Box37.Orientation "H"
+
 
 connect viewer.Renderer1 showNpoints.Renderer
 
@@ -98,8 +100,6 @@ connect viewer.Point showNpoints.In
 
 connect viewer.BoxChange showNpoints.BoxExecute
 
-connect viewer.Widget main.Widget2
-
 connect Box04.Out showNpoints.Image
 
 connect Box04.Out viewer.In
@@ -116,8 +116,6 @@ connect viewer.wxVtkBaseView4 Box11.WxVtkBaseView4
 
 connect Box06.Widget Box13.Widget1
 
-connect Box13.Widget main.Widget1
-
 connect Box12.Widget Box13.Widget2
 
 connect Box04.Out Box21.In
@@ -222,7 +220,12 @@ connect viewer.Renderer1 Box35.vtkRenderer
 
 connect Box33.Widget Box13.Widget3
 
+connect Box13.Widget Box37.Widget1
+
+connect viewer.Widget Box37.Widget2
+
 
 
 # Complex input ports
-exec main
+exec Box36
+exec Box37