LabVIEW-DCAF / TagEditorCore

The collection of sample projects, libraries, class implementations, and APIs which make up the core of DCAF.
http://www.ni.com/dcaf
Apache License 2.0
8 stars 6 forks source link

engine mappings ui.vi doesn't refresh until you switch types #376

Open mcornwall opened 6 years ago

mcornwall commented 6 years ago

In order to get the Visualization screen to properly refresh, you have to switch between "Inputs and Outputs" and "Processing". This has lead to a lot of mistakes while debugging by forgetting to manually force the page to refresh.

pollockm commented 6 years ago

To be clear about the issue:

You open visualization page, it shows things fine. You switch to a different page, change some mappings, then switch back to the visualization page. Visualization page has not updated. Switch visualization view between I/O and processing, and viz page now correct again.

Yes?

mcornwall commented 6 years ago

exactly