Looking for a Working Example of a Chat App including Extension: Itoo Tasks

I'm trying to make a chat app using Kumaraswamy's(Sorry if that username is wrong) extension: Itoo Tasks(4.1 Sky)
Is there any good examples that I can use to make my own App?
(It would be better if the example has a CloudDB Server and push notification functionality when it recieves a new message.)

It doesn't work in the companion(Well, I do know that you said it won't work in the Companion)
And it also shows me toast bubbles with errors. Even though I built it into an apk.

Maybe share the error with us? How do we know what error it is?

I don't know much about this error but as I remember, it showed me this:

Runtime Error: Cannot select Item[0] of a list[1]

Please post the actual error, where does it arrive from? When does it appear? Without more information, we cannot help you.

I don't actually know where does it arrive from, but I'm 100% sure that error was caused when I used the project you mentioned above.
It also can be occured by purpose by using this code:

set "listvariable" to (create list [0, 1, 2, 3, 4, 5])
set "selecteditem" to ()
When [Screen1].Initialize {
    set "selecteditem" to (select item number 0 in list [global 'listvariable']) // This is where the error occurs.
}

Plus for more info, it doesn't occur until I click the "Stop service" button 2 times.

Then you can ask in the respective thread.
@Mario1 is the guide poster of that topic.

I don't quite understand what you mean, the examples they give are not blocks, it looks like tcl or phyton

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

Well, it's because I didn't know how to download blocks from AI2. Except that was until yesterday.