02-15-2013 10:44 AM
I have a graph where the user moves the cursor and then I pop up an easy to read dialog with the test number and test description in it. I tried it with a regular dialog with reentrancy but it locks things up. Is there a better way to do this?
02-18-2013 02:29 PM
02-19-2013 10:57 AM
Here it is. A simple cursor move event calling a dialog and passing updates to it as the cursor gets moved.
02-19-2013 11:25 AM
Hi id,
It looks like you're wiring a bundle into a bundle control, and not updating the button dialog anywhere in that code.
You need to wire data into a control and then display it on an indicator. You should also do this inside the while loop, so that it continually updates.
-N
02-19-2013 11:52 AM
I do not comprehend what you are saying about wiring into a bundle. My event cases bundle/unbundle clusters in them.
I would use just an indicator but my indicator is too big and it would cover the graph so I want a user movable window with the indicator and not just a fixed front panel one.
Could you please clarify what you are saying?
02-20-2013 07:44 AM