Open Source β€’ Background Tasks: Itoo πŸš€

I understood that, but which main function must be called in the CreateProcess block?

1 Like

Any suggestions? :thinking:

Anybody a solution? So many proΒ΄s here and nobody an idea?

This is a specialised area, you probably need to wait for @Kumaraswamy ....

1 Like

I'm sorry.
The argument in the CreateProcess | CreateTask's procedure = main function.
Eg:

image

In the above image, the main function is "clock" and it takes x parameter.

Also, there will be delayed responses for a month.

1 Like

4 posts were split to a new topic: How to count from 0 to 100 when the app is closed

hi
can we use this extension as alarm

1 Like

What is the correct way to stop the process? since even if I stop it, it continues to run, I already tried to close the app, delete the cache but nothing

1 Like


How to insert your extension in this block to make sure my timer does not stop

1 Like

Hey guys, I'll not be available until March, once I'm active again, i will prepare a comprehensive documentations, with good examples to understand the extension.

4 Likes

hi Kumaraswamy
there is no alarm component in Itoo extension

2 Likes

New update soon :grin:
I'm testing to make sure, if everything's alright, will also be posting a guide about creating a music player :smiley:

2 Likes

Thanks a lot we are eager to your new update extension

1 Like

Hey where is the mistake? can you please guide me

1 Like

This is not AI2. Please ask the question on the builder's community.

How to show "label text" in Foreground Notification always and user can't hide or clear it.....any simple block..I'm tried many time, plzz help me...

I'm try to like this, but app crash

Help @Kumaraswamy

1 Like

Hi,
I need create a info of change value in any tag in firebase. I create timer witch interval 5s but apk do not msg for modify tag in database. What i do wrong?

1 Like

You are not adding the argument required, called x.


In the changed procedure, you have to add it the arguments which is present in the original DataChanged Event Block.

But i do not see notification id0, as if eventName "FirebaseDB1.DataChanged" never do procedure "changed". If i debug and put notification to the "sequence" they are popup but inside "changed" no

Now i edit code and if i turn on the app all works fine (if i edit tag in database, id0 popup) but if i close app i have only Checking... and no popup id0 when i edit tag in database. (i edit "changed" name because in upper version i have big C on procedure :P)

1 Like

It never calls the "changed" procedure because your procedure declaration is incorrect, it should be this way:

procedures_defnoreturn