D
Derek Hart
I am using a status bar to show progress for a long database update. With
the single threading, the GUI often gets stuck and does not show updating,
especially when the user clicks to another program and tries to come back.
The multithreading stuff is looking somewhat complicated. Can somebody show
me a pre-built function on how to continuously update a status bar while
another process is running. Should I run the database process on a new
thread and keep the status bar on the main thread?
Derek
the single threading, the GUI often gets stuck and does not show updating,
especially when the user clicks to another program and tries to come back.
The multithreading stuff is looking somewhat complicated. Can somebody show
me a pre-built function on how to continuously update a status bar while
another process is running. Should I run the database process on a new
thread and keep the status bar on the main thread?
Derek