Hello, i got problem with delay, I tried different ways but none of them work. Please help
You have to understand the concept of asynchronous processing
See also
Taifun
Hello, thanks for feedback again Taifun. I read that, but im too bad at programming so i didnt understand this posts :c. I used ur wait method btw
Use a Clock Timer.
Start the Clock at the place where you called that wait procedure.
Move the code you had under the (now deleted) wait procedure call to the Clock1.Timer event.
Put these blocks inside your Clock1.Timer event block instead. Then execution continues from there.
Hello, thanks ScottFromScott. I'll try it
Hello ABG, thank you. I'll try it
Hi, its not working:c
Export the .aia and post it here.
Hi, its not working too
You totally missed the point of the Clock Timer.
You're supposed to do work in the Clock Timer.
This is what you created:
https://www.google.com/search?q=box+with+hand+that+shuts+itself+off
Hello ABG, oh, i forgot about that block, its useless
I dont get it, can u explain? I tried to make it true, but its not working too
Study the clock in this sample.
Also see
for a deadline based delay approach for multiple deadlines.