I have 2 main while loops running (multi-thread), one on a 100 ms wait collecting data and one on a "wait for front panel event" for capturing user input. The front panel has a graph, buttons, etc. plus a custom run time menu. When a LV button or scroll bar is accessed by the user, the program captures it and reacts as programmed. However, the RTM does not work properly. Windows related RTM commands such as File Open and Save work but my custom RTM commands do not. Once one is activated, there is no programmatic response. Clicking on another RTM elicits a system "ding". However, when operting in HighLight Execution mode (debug), everything works fine. What do I need to do to get this operation to
work as advertised?
T-Ray