Do you want the table to still be there, but with empty columns and rows ?
not just hide it or cancel it
and when it contains text the label by pressing the button start again
Well, you did not follow the logic of my blocks, you clear table and set table in the same section.
Why does the table appear on the second click?
I necessarily need to join 2 labels to be able to obtain the list from CSV table
This problem is also with me in the button component,
[mod edit - unnecessary tagging removed] is there bug going on?
In both cases, it is more likely to be poor blocks coding.
and elmachi130 is on Screen13 which might also be causing stability issues.
I have no such issues with my demo ...
tvDisplay.aia (27.4 KB)
This doesn't happen to me either
but when I add the union of text with labels the flickering happens to me
Add check box in table
I have 2 labels containing text
The first label has 3 items A,B,C which will be the header
The second label contains 2 items per row and that is where I would like to add a third item as a check.
then get the name of the selected item in a third label
TABLA_CON_CHECK_DE_SELECCION.aia (28.2 KB)
I show how to do this in this post:
yes I was seeing it
I don't know if the method of entering the check in the third item is correct.
input type="checkbox" checked/
and then generate the table
or is there another way
enlighten me
TIMAI2
What do you not understand ?
Apply 'do it' on lista_para_tabla to see what it contains.
And you need to manipulate the data as a list, not a string.
with block A if I get the boxes
with block B I get a message that no argument is accepted
Even though the two contents in the blue text are the same and that is what I generate the table with
what would be the reason?
name2 does not look like a list of list.
That's right, it's not a list.
is the union of texts
Does it necessarily have to be list of list?
In this case, how could I express it?