I made my choice the clones are faster that’s for sure
for the needs of my application I reproduce a line (witch contains 3 labels) a certain number of times is it possible when I modify a line to modify the corresponding cloned line or am I obliged to reproduce them all?
You can use the “find first occurrence of” list block to get the item/index number of the label (or other component) in “all labels in row” (or column or group or screen) and then get the list item with that number from the “all labels in row” and set its text value.
I know that probably doesn’t make a lot of sense but I’m on my phone and can share a screenshot later.
for the moment I only use the content of the first column in relation to its content (I have his ID when I click on it)
and I would like to have the ID of the other two associated labels
reproduce a pattern and more generally know the ID of any component to be able to modify it if necessary
today my pattern is simple it consists of 3 labels but what will happen with buttons and images?
it is true that I did not understand your remark and I would have liked because it is perhaps more efficient and faster than what I found and to see the updates being carried out almost without flash because I no longer clone all the lines, it’s gratifying
I have come a long way and I owe it to you
a big thank-you
In this example, if you click the button Clone rows The code will first clear any existing rows in the column and then create sample rows.
You can then use the lower part of the screen to select the column and the row and then type anything you want in the text input box then click the button Change the selected cell.
The text you typed in the text input will be shown in the selected cell by the row and column numbers you selected.
Works like a charm.
And even if the purpose is to only exemplify the power of cloning, it seems like a polished app with nice icons and validated inputs
I didn’t expect less from @muneer thought