10-21-2008 08:11 AM - edited 10-21-2008 08:16 AM
All,
I am pragmatically disabling most of the front panel with one particular event. This freezing happened when I initiated that event and then stopped the program in the middle of the event. Then the program was permanently frozen no matter how many times I turned my computer on and off and restarted labview. I tried pragmatically enabling some of these front panel objects before the event loop to no avail. What else could this be??? When I highlight execute the program stops at the event structure and waits. When I wire a finite number to the timeout terminal the timeout event executes and then waits at the event structure and I am still not allowed to do anything.
Aaron
Solved! Go to Solution.
10-21-2008 08:24 AM
10-21-2008 08:36 AM
Yenkip,
Ok, moral of the story when programatically disabling a front panel object ensure that you have code that enables everything at the beginning of the program, as altering it in the middle of the program permanently changes its enabled status. I had tried enabling some of the objects but not all. When I tried enabling all of them I realized that disabling the tab control disables everything in the tab control not just the ability to change the tab control. IT WASNT THE EVENT STRUCTURE. The NI help guy on the phone kept telling me that the event structure was obviously the issue. I am good now.
Thanks,
Aaron