Esri / military-planner-application-csharp

The Military Planner Application is an Application Prototype Template for planning military operations.
Apache License 2.0
28 stars 19 forks source link

Problems when app was closed while minimized on previous run #53

Closed garysheppardjr closed 9 years ago

garysheppardjr commented 9 years ago

Make a mission XML file if you don't have one.

Run the app. It displays fine. Minimize the app, right-click it in the Windows taskbar, and choose Close window. The app closes.

Run the app again. This time it starts minimized. Restore or maximize it, and the map is blank. Instead, the map should display. Now try to load a mission XML file, and the app crashes. Instead, it should either load the mission properly or handle a failure gracefully.

jmccausland commented 9 years ago

Fixed with pull request #61