10-17-2007 11:56 AM
I have defined a finite state machine and also defined a call to a C dll enabling to kill processus since in my state machine I have to sequence several exe and being able to interupt them (This is the goal of mu manageProc dll)
for the moment I make my integration test with the notepad.exe process
the create and kill seems to work
but I have problem wth my finite state machine I need to click twice on the differnts button for a given state to be really effective
I have also used glabal variable and an event controller ( without that I was unable to get ffedback oo buuton click
So my question are
Is my problem due to the use of a shift register
Please tell me if you need other file to understand my problem
Regards
Thibaut
10-17-2007 12:05 PM