]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/bbs/boxes/PlaneVectorVisu_Interface.bbs
#2501 creaVtk Bug New Normal - Clean events in Vectors and Tensors visu widgets...
[creaVtk.git] / bbtk_creaVtk_PKG / bbs / boxes / PlaneVectorVisu_Interface.bbs
index 2a016acab7cf112193103f69e3e1afa0fd913a5a..0d274c563f468eea410d1846fcbf4ca2f048b1d8 100644 (file)
@@ -29,6 +29,7 @@ new CheckBox Box01
   set Box01.Title "Plane control"
 
 new MultipleInputs Box02
+  set Box02.BoxProcessMode "Reactive"
 
 new LayoutLine Box03
   set Box03.WinTitle "Plane flield"
@@ -75,6 +76,14 @@ new ComboBox Box12
 new LayoutLine Box13
   set Box13.Orientation "H"
 
+new ExecSystemCommand Box14
+  set Box14.In "echo mmmmmmmmm"
+
+new SharedMemory Box15
+
+new ExecSystemCommand Box16
+  set Box16.In "echo m2m2m2m2m2m2m2m2m"
+
 
 connect Box00.BoxChange Box02.In1
 connect Box01.BoxChange Box02.In2
@@ -94,12 +103,20 @@ connect Box08.Widget Box13.Widget1
 connect Box12.Widget Box13.Widget2
 connect Box13.Widget Box03.Widget3
 connect Box12.BoxChange Box02.In6
+connect Box02.Out Box14.BoxExecute
+connect Box15.Out Box16.BoxExecute
+connect Box00.BoxChange Box15.In
+connect Box01.BoxChange Box15.In1
+connect Box05.BoxChange Box15.In2
+connect Box06.BoxChange Box15.In3
+connect Box08.BoxChange Box15.In4
+connect Box12.BoxChange Box15.In5
+connect Box15.BoxChange Box04.BoxExecute
 
 # Complex input ports
 input typeFormsStr Box12.In " "
 
 # Complex output ports
-output boxChange Box02.BoxChange " "
 output widget Box04.Widget " "
 output ActivePlaneControl Box01.Out " "
 output AcitiveVector Box05.Out " "
@@ -107,6 +124,7 @@ output Opacity Box07.Out " "
 output ScaleFactor Box09.Out " "
 output Ratio Box00.Out " "
 output typeForm Box12.Out " "
+output boxChange Box15.BoxChange " "
 
 message