UIElement for evebot

andrey

Active Member
Dear, isxeve's user

I have a question for you! How do you think is there any way to catch any window in EVE, like a CargoContainer, SystemScanner, Wallet, Market, ... for future analysis? I have tried to use UIElement() methods, but there are only an InnerSpace UI elements... like as `console`, `fps`, `titlebar` and so on. Other thing is EVEWindow.GetWindowByName(~ByCaption) ... but it returns NULL in any case ...

Does anybody have an experience with that? Please advise, what is the problem?

Regards
Andrey
 

CyberTech

Second-in-Command
Staff member
Dear, isxeve's user

I have a question for you! How do you think is there any way to catch any window in EVE, like a CargoContainer, SystemScanner, Wallet, Market, ... for future analysis? I have tried to use UIElement() methods, but there are only an InnerSpace UI elements... like as `console`, `fps`, `titlebar` and so on. Other thing is EVEWindow.GetWindowByName(~ByCaption) ... but it returns NULL in any case ...

Does anybody have an experience with that? Please advise, what is the problem?

Regards
Andrey

The only thing you can do with any windows isxeve doesn't given explicit access to is close them, or, in the case of message boxes, examine the text contents.
 
Top Bottom