04-23-2013 01:41 AM
Hello,
Solved! Go to Solution.
04-23-2013 03:18 AM
Hi sushmith,
1) Use an event structure to capture navigation keys and to set key focus (by PropertyNode!) accordingly...
2) Use an event structure to capture the ValueChange event for those buttons. Show an additional dialog to confirm operation...
04-23-2013 03:37 AM
Hello,
Can u please explain me how can I use event structure?? Or is there any other alternative?
Thank you,
sushmith
@GerdW wrote:
Hi sushmith,
1) Use an event structure to capture navigation keys and to set key focus (by PropertyNode!) accordingly...
2) Use an event structure to capture the ValueChange event for those buttons. Show an additional dialog to confirm operation...
@GerdW wrote:
Hi sushmith,
1) Use an event structure to capture navigation keys and to set key focus (by PropertyNode!) accordingly...
2) Use an event structure to capture the ValueChange event for those buttons. Show an additional dialog to confirm operation...
04-23-2013 03:45 AM
04-24-2013 06:28 AM
Hello,
Is there any other alternative instead of using event structure? Even though short cut key is working using event structure sepearetly, but in my present project since there are lot of while loops running parallely i'm not able to use event structure.When the control goes to event structure none of my other loops are working. The whole application is getting hanged. So kindly inform me about the alternatives present for the particular task.
Awaiting for your reply,
Thanking you,
Sushmith
04-24-2013 07:46 AM - edited 04-24-2013 07:50 AM
Hello sushmith_ks,
since we don't know the block diagram of your VI, it's hard to guess the reason of your problem. But perhaps it helps, to add a Timeout- Case to your event- Structure and wire a constant of "0" to the TimeOut- Terminal. If you have a Wait-function inside the same while- loop, you can remove it and give the constant mentioned above the same value.
But to have several while loops in parallel and one of them blocking the others sounds like not good coding style and can lead to other problems.