I would like to display a sequence context browser in a custom step developped in CVI to allow operator to choose the local or global who receive a data.
I tried tu use the Browse Expression Dialog but i didn't find the way to limit this UI as a context browser.
Another alternative is to use the Expression Edit UI Control. If you set the ExpressionEdit.Context property, you are able to pass it a Sequence Context. You can add buttons to this control (such as the Expression Browser). You will get the benefits of AutoCompletion and being able to declare variables inside of the Expression Edit control, as well.