I have a simple program that loads data from an external file and displays it in a listview.
I want it to refresh the information every 10 seconds by calling a function called loadInfo() every 10 seconds after the single dialog window loads.
How do I do that? I tried putting it in the callback function but that doesn't work.
This seems like it should be simple to do.
I want it to refresh the information every 10 seconds by calling a function called loadInfo() every 10 seconds after the single dialog window loads.
How do I do that? I tried putting it in the callback function but that doesn't work.
This seems like it should be simple to do.
Comment