I am building a app that can send messages in background. I'm trying with extension Itoo. But the Itoo uses procedure
and i am using Clock component, so i can't make it to do by procedure. And i have no idea about it. I should not use clock? Or is there is a way to do it? I need some help of it.
Here is the AIA file: Sendchat.aia (726.9 KB)
It is a message that the user input. Whatever the user inputs.
I wander how to send the message in background. At the time that user inputted. It is Year/Month/Day/Hour/Miniute form.
I would recommend you to take a look into this section of the Itoo topic:
You can also go through the full post, there are various examples to run an application in background. You can try it and slowly start porting your blocks into background.
Hmm, you are trying to port the whole code immediately. I would suggest you to first play around with the Itoo extension, make small background tasks and understand how everything works before you port the required code.