06-22-2006 03:56 AM
06-23-2006 02:22 PM
06-26-2006 01:02 AM
Hi, Tyler:
I try your sample code, and it did work in my CVI environment if I follow the same procedure to modify the simple OI.
But it still did not work in my own. Finally, I found the root cause until I use a compare-file program to compare the 2 projects.
I mis-recognize UIMessageEvent with UserMessageEvent, that's why I can get my UserMessagse events but not the UIMessage event.
As the ExecutionView Manage only has OnUserMessage event, I thought Application manager may use this event to receive both UI and User messages.
Anyway, I can keep going for my program.
Thank you very much.
06-26-2006 03:12 PM