I have a TListBox that can have a very long stringlist when loaded so I have the operator initiate a Sort by clicking a button. Sometimes the sort can take close to a minute and the operator is left wondering what's happening.
Is there any way I can use a TProgressBar to show that something is happening? If so, how?
OR
Can I Grey (visually disabled) the screen at the start and then color back to white when the sort is completed? If so, how?
Thanks