SpheryFlex
(SpheryFlex)
February 4, 2022, 3:56am
1
Good morning everyone,
My game work with data table and I would like to display each row and column at once inside a vertical box.
What would be the best way to achieve this ?
My goal is to achieve something approximately like this.
Thanks you all.
Best regards
Everynone
(Everynone)
February 4, 2022, 10:40am
2
Create a widget that represents a line, loop through the DT, pull data, feed the widget and add it the VB. To make pages , use a widget switcher. Or fake the pages, pressing 3
clears the VB and pulls appropriate range from the DT.
SpheryFlex
(SpheryFlex)
February 6, 2022, 9:11am
3
Hi Everynone,
Thanks for your help ! I also discovered LisView. I think this can do the job, what do you think about list view ?
Best regards,
Everynone
(Everynone)
February 6, 2022, 11:23am
4
List Views are very efficient. More tricky to set up and manage but are a must when handling huge number of widgets.