Problems with TIWProgressBar refresh
Hello everyone, I'm having a problem with TIWProgressBar. I am developing an application with Delphi2009 and IW10. The problem I have is the following. In my application after the press of a button, a query is executed (qry.Open). Because it takes a bit, I want to show something to show that the query is in progress. The problem is that if I use a TIWTimer and increase the progressbar in the event of the timer don't work, everything remains locked until the query ends. Does anyone have any idea how to refresh the TIWProgressBar while executing the query? Maybe with a little example of code? Thanks in advance.
|