how can I rid myself of a window that loads 12 celestial catalogs?
Each time I open the window I have to wait 8 seconds until
load all objects in file.dat. Each catalog have an average of three thousand lines
It stops all the windows of my application for 8 seconds when reading.
You certainly could use a thread if the thread loads all of the data into an array and then use a timer to periodically poll the array and load the new items into the combobox.