Bug #1179
EVEWindow[telecom]:ClickButtonClose no effect
Description
Missions give "Information" windows with just a [Close] button.
echo ${EVEWindow[active]} gives "telecom" (no quotes ofc).
Tried EVEWindow[telecom]:ClickButtonClose and EVEWindow[byName,"telecom"]:ClickButtonClose with no effect, also tried :ClickButtonCancel same.
Files
Updated by Stealthy about 10 years ago
I can confirm all of the above. This is a very, very old issue.
Updated by Amadeus about 10 years ago
- Status changed from New to Feedback Required
- Assignee set to Amadeus
OK, since this is difficult to recreate for someone that doesn't run a lot of missions, I have added two DIFFERENT things and I want you to test both (even if one works, please test the other method as soon as you get the window again):
- EVEWindow[telecom]:ClickButtonClose
- EVEWindow[telecom]:Close
Once you let me know which (or both) that works, I'll make sure they both work properly. There is a method that I'd prefer to use; however, I wasn't sure if it would work. So, once I get some feedback on which (or both) of these that works, I'll fix both methods.
(NOTE: These windows are handled completely different than any other type of windows. It's really silly design.)