JFD
Kathigitarkh
I'm hoping to simulate the pressing of the ESC key when the 'Choose International Trade Route' pops up, as I have my own which I call first, but this otherwise results in two screens poping up at once. Because the Context is unretrievable via ContextPtr:LookUpControl (being mostly an instance, I guess), there are only two options that I can think of: simulate the ESC key or invoke Events.UnitSelectionChanged(). The latter works, but it does complain about being used in this way. Any help would be great, or even any other suggestions about killing this screen, without replacing it outright.