2 completely different LabVIEW questions but they pertain to the same app.
1. How can I progrmatically init a table to it's default value? I can't seem to find it via the property node.
2. Is there a way to adjust the brightness of the display for the media player? I am using it via an ActiveX container and would like to have a front panel control to adjust this.
You can use an invoke node to set a control or indicator to its default value. 1. Right-click on the control or indicator and select Create >> Invoke Node. 2. Right-click on the Invoke Node and goto Methods >> Reinit to Dflt. 3. Put this invoke node wherever you want to restore the default.
Eureka! That did the job exactly. I was too fixated on doing it via the property node.
Cheers,
Gc.
Al S wrote in message news:<506500000005000000E5130100-1042324653000@exchange.ni.com>... > You can use an invoke node to set a control or indicator to its > default value. > 1. Right-click on the control or indicator and select Create >> Invoke > Node. > 2. Right-click on the Invoke Node and goto Methods >> Reinit to Dflt. > 3. Put this invoke node wherever you want to restore the default.