Hi,
I attach here a little example about what I want to do. There is two
VIs, the father.vi and child.vi. Father.vi set the value of the control
boolean to true when the user press the button ok placed in father.vi.
Then, in child.vi, when the value of boolean control change to true I
want to handle this event and then I want to change the state of my
another control (Numeric) from dissable and grayed to enabled but it
doesn't work.
A solution is to create a global variable reference to boolean control
placed in child.vi and from father.vi use a value(signaling) property
node associated to this global varaible reference of that control but I
don't want to use global variable, I want to do it using set control
value [variant] but it doesn't work.
Any ideas?
To use these VIs you must do:
1.-Run child.vi
2.-Run father.vi
3.-Press button ok placed in father.vi and then you see the checkbox
placed in child.vi changes its value from false to true but boolean
control doesn't change its state from dissabled and grayed to enabled
that it is just I want to do.
Thanks,
ToNi.