Kevinkun
(kevinkun)
January 3, 2022, 9:55pm
#21
i have seen same in other post/community.
use label to display the data.
when any label clicked,
get its col and row
popup a input dialogue, ask user to write the new value.
when input finish
save/update data in the csv
display new data on the label
patel
(Andrea)
January 4, 2022, 8:09am
#22
Why labels ? I would edit the cells in place
is it possible to use HorizontalScrollArrangement ?
How can I automatize colums inserting ?
patel
(Andrea)
January 4, 2022, 8:47am
#24
Can you update my aia ?
CSV_DCLITE.aia (9.7 KB)
Kevinkun
(kevinkun)
January 5, 2022, 9:37am
#25
pls explain in detail what you want to achieve? or make one drawing?
patel
(Andrea)
January 6, 2022, 8:12am
#28
Thank you very much, I can see the cells but not their content, please check my aia
CSV_1.aia (14.4 KB)
dora_paz
(Dora)
January 6, 2022, 8:42am
#29
Try using any textbox blocks
Kevinkun
(kevinkun)
January 6, 2022, 9:38am
#30
it’s always the best to post your code photo here than upload aia file, if the code is not that much.
since others need to download this aia, upload to my project, that takes a long time.
patel
(Andrea)
January 6, 2022, 11:44am
#31
Thank you Dora, it runs, now I can view cells content
@Kevinkun I can view cells content but not update list
CSV_2.aia (14.8 KB)
2 Likes
Kevinkun
(kevinkun)
January 6, 2022, 12:45pm
#32
How do you test? apk?companion?
TimAi2
(metricrat)
January 6, 2022, 1:03pm
#33
You might want to test this:
This falls somewhere between an extension and a guide, but probably best placed here. Consider this to be helper blocks which can be used in a bigger app. In essence, the following generates a dynamic table from a data list and uses @Kevinkun's...
1 Like
patel
(Andrea)
January 6, 2022, 4:26pm
#34
I tested it with companion
patel
(Andrea)
January 7, 2022, 6:31am
#35
Hi Tim, your aia runs well, I update it for no fit only because my csv have many columns. I can view and update csv. Only one problem, the columns width must be adapted according to the content
FerdinandoPH
(Fernando Pérez Holguín)
April 1, 2023, 5:28am
#36
I think that the download link is down
Kevinkun
(kevinkun)
April 1, 2023, 11:40am
#37