Greetings @yusufcihan, a specific question I wanted to know why this item is not deleted? to show? The problem is not with the database, it is with sampling.
Thank you with whatever you can help meā¦ successes
If I have more than one item, they are all deleted without problems, when there is only one left, this is the one that is not deleted and remains printed on the screen, every time I press the click to delete it, it intermittently deletes and reappears, clarifying that this item was previously deleted from the database and no longer existsā¦
The error was given by the āJson Parseā block, but for some sudden reason, it stopped giving the error and sending the ānullā message, which is how it should be when there is no more data. When the last item was eliminated, the last item could be eliminatedā¦ success to all especially to GSR who spent hours helping me, thanks friend, blessings
Hello i have a problem and i need help. The dynamic component block my app a few seconds until it show the views. Im using UI and and listing 10 by 10. This is my code.
I have buttons in my app that are partially created in the designer and partially through this dynamic components extension.
When using the any buttonās click event as follows
I get the following error for any button created through the designer:
The operation Text cannot accept the arguments: , [*nothing*]
What I am actually trying to achieve is to only react to the buttons created through the extension, but how can I recognize them? The GetId function returns this weird value that unfortunately cannot even be compared to in any way.