Dudas que tengo (Create a chat)

Screenshot_20240724-010032
Screenshot_20240724-010038
Screenshot_20240724-010112
Estos bloques realicé pero no sé si están bien. Agradeceré cualquier ayuda por favor.

También se me complica el visor de lista, ¿cómo sería la configuración del diseño para una sola respuesta que quiero ver de otros?
Screenshot_20240724-010143
Screenshot_20240724-010152

The Blocks look OK. What happens when you test the Project aia using Companion? I think your Blocks will run. The app will work with one user on a single phone as an initial test to see if you connect to MIT's CloudDB server.

What additional help do you need?

You might use two chat Tags. Use one tag for the question. Use the other tag for the answer.
Do not use the theAgregarValorALista Block.

If your example aia works, you can start thinking about making a modified 'chat' using two chat tags. Do your existing Blocks run and do you understand that you need two phones loaded with the identical compiled apk to work as a chat.

¿En vez de poner una etiqueta, puedo colocar un botón que diga Enviar?
Screenshot_20240724-235246
Así quedaron los dos bloques con el botón Enviar. ¿Estará bien?

Buenas tardes.
Lo que pasé la última vez en la publicación de los bloques, ¿estará bien?.
Cualquier ayuda, se los agradeceré mucho.

What is Enviar.MostrarPulsacion?
To set something to itself does not help very much...
What about switching the language to English before taking a screenshot?

Taifun

Así serían los bloques en inglés.
El botón de enviar sería para cuando la persona lo apriete y se envie la información, para que yo lo pueda ver. La idea que tengo es que yo pueda ver las opiniones de todas las personas


This is what the blocks would look like in English.
The send button would be for when the person presses it and the information is sent, so that I can see it. The idea I have is that I can see everyone's opinions.

it looks there is a fundamental misunderstanding how Cloud DB works...

if someone writes something into the chat, i.e.CloudDB, then the event DataChanged will be triggered.. to see what someone wrote, you have to display the value returned from that event in for example a label

the ShowFeedback property of a button is something completely different... let's take a look together into the documentation User Interface

ShowFeedback
Specifies if a visual feedback should be shown when a Button with an assigned Image is pressed.

Taifun

Entonces, ¿están mal los bloques que puse?.
El tema es que la ventana de mi app tiene 4 actividades pero solo una es la que quiero ver las respuestas de otras personas.
Cualquier ayuda, será bienvenido.

¿Habría que modificar los bloques?.
Agradeceré mucho cualquier ayuda!

welll. of course...
remove the Button.ShowFeedback blocks
and

use a

set Label1.Text to get value

at the red arrows
unknown

Taifun

Bien, muchas gracias!

Así quedaron los bloques. ¿Están bien?
Screenshot_20240727-185938~2

Así quedó el diseño de la etiqueta que agregué. Lo blanco es para contestar, lo de enviar es para enviar respuesta. ¿Cada persona que conteste va a figurar en esta etiqueta su nombre o la respuesta?
Muchas gracias!

Por cómo quedaron los bloques y la etiqueta, ¿podrá funcionar bien para recibir las respuestas de otros?
Muchas gracias!

Hola, espero que se encuentren bien. ¿Están correctos los bloques que realicé y la etiqueta, que está por debajo de "enviar"?
Muchas gracias y se los agradeceré.

Please test yourself and if everything works as you want it to work, then be happy... else let us know what happens and what you expect to happen instead

Taifun

Sí funciona, pero las respuestas que hice para probar la app me figuran al escribir.
¿Cómo hago para que no figure cada vez que abro la app?.
Screenshot_20240728-200438

Muchas gracias!

See the available methods and events in the documentation Storage.
Try for example method RemoveFirstFromList

Taifun

Muchas gracias.
Leí la página pero no sé cual bloque utilizar para que, cada vez que entre a la app, se borre automáticamente lo que se responde.
Cualquier ayuda, porque soy nuevo en esto, agradeceré bastante.

¿Qué bloques puedo llegar a utilizar para que cuando abra la app, no me figure la respuesta en el listado?. Que la propia app borre automáticamente la respuesta cada vez que ingreso.
Muchas gracias!

Cualquier ayuda para que, cuando ingrese a la app no me figure laa respuestas en la lista (lo que se repite con mesa mesa) y se borre automáticamente, agradeceré mucho por favor.

Screenshot_20240731-004420

Hola, espero que se encuentren bien.
Me figura como error lo de CloudDB en la ventana de mi app. ¿Qué tengo que mejorar?
Cualquier ayuda agradeceré mucho, por favor.