Listview1 - selection does not respond

This extension is not an alternative to ListView. It just adds a few extra methods to the ListView.

1 Like

Here you will find all extensions:

1 Like

If you have a wide table you could try formatting it as YAML

Hello.
I used the pl.listviewplus.aix extension.
I only want to display the output from SELECT tbl MySQL vertically in the ListView.
I can't display it.
Can you advise me?

Senior1954

I don't see what is happening in the Web1.GotText event.

Hello

gListCelaDB is: ["1;aaaaaaaa","2;bbbbbbb","3;cccccccccc","4;dddddd"]

Remove the call to the "createList" procedure from the Initialize event. And add this call in the Web1.GotText event, under label6.Text....

Thanks! Display works!
Now ListViewPlus1.LongPress .....

Senior1954