I have a LabVIEW DSC 7.1.1 application that uses numeric controls connected to tags via publish.subscribe datasockets. There is no code attached to these controls. They work normally when the VI they reside in is run as a standalone app. When that same VI is run within a panel in another VI, the numeric controls loose focus very quickly. If I am very fast, I can click in the numeric area and type about 2 digits before focus is lost.
There are several VIs running at the same time in panels of the same VI. All use different tags from one another.
The increment and decrement buttons work, as do other mouse click controls (those that don't require keyboard input).
How do I maintain focus in a control running in a VI that is in turn running in a panel in another VI?
Thank you,
Peter Laskey