]> Creatis software - creaMiniTools.git/blobdiff - bbtk_package_creaMiniTools/bbs/appli/resampling.bbs
#2847 CreaMiniTools Bug New Normal - Not show the VTK OutputWindow (with warnings...
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / appli / resampling.bbs
index c54cec68179f205362174c51b0a8a7de9663cda7..1f0fa47dd746ecd5d0887a61f102fb4dc869ace0 100644 (file)
@@ -14,6 +14,7 @@ include wx
 include std
 include creaImageIO
 include toolsbbtk
+include creaVtk
 
 author "Author ??"
 description "Description ??"
@@ -38,10 +39,6 @@ new wx:FileSelector Box07
 new wx:CommandButton Box09
   set Box09.Label "Run resampling"
 
-new wx:LayoutSplit Box11
-  set Box11.Orientation H
-  set Box11.Proportion 75
-
 new wx:LayoutLine Box13
   set Box13.Orientation V
 
@@ -71,6 +68,12 @@ new creaMaracasVisu:ViewerNV Box23
 
 new toolsbbtk:ImageVtkPropertiesWidget Box24
 
+new creaVtk:OutputWindow Box25
+
+new wx:LayoutSplit Box26
+  set Box26.Orientation H
+  set Box26.Proportion 75
+
 
 connect Box02.Out Box03.In
 
@@ -86,8 +89,6 @@ connect Box04.BoxChange Box06.BoxExecute
 
 connect Box14.Widget Box13.Widget1
 
-connect Box13.Widget Box11.Widget2
-
 connect Box19.Out Box20.In
 
 connect Box19.Widget Box13.Widget4
@@ -102,8 +103,6 @@ connect Box23.Widget Box22.Widget2
 
 connect Box21.Out Box23.In
 
-connect Box22.Widget Box11.Widget1
-
 connect Box21.Out Box24.in
 
 connect Box24.widget Box22.Widget1
@@ -116,7 +115,12 @@ connect Box09.Widget Box13.Widget5
 
 connect Box21.FileName Box24.FileName
 
+connect Box22.Widget Box26.Widget1
+
+connect Box13.Widget Box26.Widget2
+
 
 
 # Complex input ports
-exec Box11
+exec Box25
+exec Box26