BAC, By Any chance
In any case, It looks like you need a why to have a list of files loaded and indicators to show if they actually deleted?
Wouldn't a checkbox list work for you, so that you can check off the ones beside the names that were successfully deleted?
Oh, thanks for clearing up "BAC". I'm on the spectrum so I sometimes miss these things.
You know, I did think about using a checklist, but I also display other information in the TMemo, thus the desire to stick with it.
As far as multi-threading, no, not using threads or anything. My app calls a command-line program, which then contacts a service on the internet then returns the status afterward, thus the somewhat clunky workflow. Overall it works fairly well on Windows as well as Linux, so I'm grateful. I just wanted the user experience to be a little more friendly and have the TMemo scroll to the bottom on long tasks. It still doesn't scroll when using
ScrollTo,
VertScrollBar.Position,
SelStart and
SelLength. I'll have to do a minimal project and file a bug report about it, if there isn't one already.
Thanks!
