Re: Queue is empty when running a schedule
When FlashFXP runs as a scheduled task many windows elements are not created/rendered to keep the application resource to an minimum, this reduces the application memory/resource footprint by as much as 50%.
When you restore the window from the system tray many of these elements are then created for the very first time and some of these elements aren't rendering correctly.
Perhaps rather than showing the main window when restoring a scheduled task we can display a scheduled task status window showing the progress/status of the task, since this would be much more useful than an unusable main window.
|