So the Gui is getting closer to being acceptable for an alpha release. Basically when tasks are added to the queue, the relevant data gets added to the ListBox that displays the information about each task. And when each task finishes, it is removed from the ListBox. I'm using a custom listbox, though right now it's pretty rudimentary, just showing text similar to what I had in the screen shot. But I plan on adding some more widgets, like a drop down list for the files, a checkable check box for 'delete sources', and nice icons for each Task type into the Listbox. Plus nice progress meters of course.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
So the Gui is getting closer to being acceptable for an alpha release. Basically when tasks are added to the queue, the relevant data gets added to the ListBox that displays the information about each task. And when each task finishes, it is removed from the ListBox. I'm using a custom listbox, though right now it's pretty rudimentary, just showing text similar to what I had in the screen shot. But I plan on adding some more widgets, like a drop down list for the files, a checkable check box for 'delete sources', and nice icons for each Task type into the Listbox. Plus nice progress meters of course.