B4J Question Refresh list from file

Pedro Caldeira

Active Member
Licensed User
Longtime User
Hello All,
I am Reading a file from disk to fill a list

B4X:
lstCx=File.ReadList("\\192.168.0.202\data","cashier.txt")

I add some values to the file from another terminal but the list does not refresh the items
Looks like its stuck with the image from the first read from memory and does not update.
if I stop the Application and restarted, it immediately reads the file with all of the latest items.
Any known workaround to this?
 
Top