Timer, on screen

Hello.
It takes me a long time to search the list created from the csv file. As I display an indication on the screen "wait the app is working" called funnel ... timer ...
I don't know if I made myself understandable ...
Ondrej

I'm not sure if you can use a timer, but you can use the Notifier's call ShowProgressDialog method to show the user that the app's loading. Once it finishes loading, you can use the call DismissProgressDialog, which will dismiss the Notifier message.

Depending on what you are searching for in the list, you might need more specialized storage technique:

  • a SQLite extension, or
  • a dictionary.
1 Like