51st-Vfw / DCSWaypointEditor

51st VFW fork of the DCS Waypoint Editor. Works with DCS-BIOS to allow waypoints and other setup to be injected into the jet via clickable cockpit controls.
GNU General Public License v3.0
6 stars 0 forks source link

DCSWE load profile/mission progress dialog layering #22

Closed ilominar closed 3 years ago

ilominar commented 3 years ago

On v1.1.0, when you load profile/mission the progress dialog is pulled to foreground, potentially pushing DCS into the background. This will cause DCS to miss keystrokes (they will be directed at DCSWE as it is foreground) unless DCS is brought back to foreground.

This can screw up some of the avionics setup if DCSWE needs to use keypresses to interact with the jet (this occurs when setting up DGFT).

ilominar commented 3 years ago

Addressed in v1.2.0. Changes to how progress UI is shown along with move to psutil to fix weird glitch from foreground transition.