NISystemsEngineering / CEF

A starting point for creating a custom configuration editor in the LabVIEW Development Environment.
https://decibel.ni.com/content/docs/DOC-37225
Other
14 stars 5 forks source link

add function for "pre-run" #65

Closed smithed closed 9 years ago

smithed commented 9 years ago

Another bookkeeping operation to be called just before running the UI for a node. Currently there is usually some code which has to be called once to make sure the node is in a good state, but the node has to do it in the uI because there is no other race-free location. This would be that race-free location.

becega commented 9 years ago

What type of operations besides refresh are you planning to have?

smithed commented 9 years ago

None that I know of. But there is a ton of code in place for ' what happened while I was asleep' and this would let us put the code in one place and not clutter the ui