Page 1 of 1

Click event

Posted: Tue Nov 26, 2019 8:08 am
by sundgau
Hello Benj,

I have a problem with simulating a click event and moving an object. Execution of the event macro does not respect the time (1s) between the two object movement functions and executes the two functions after 2s!
It works fine if I do a test with a non-event macro.

Am I doing something wrong or does ev-click have a problem with FC7.3.0.7?

Regards
Bruno

Re: Click event

Posted: Tue Nov 26, 2019 1:09 pm
by Benj
Hi Bruno,

Try adding a delay inside your while 1 loop or it may be flooding the simulation event queue.

Re: Click event

Posted: Tue Nov 26, 2019 1:29 pm
by sundgau
It still does not work...
I do not understand where it comes from