Does anybody know where the mouseover popups are handled in python?

GenericKen

Not at all suspicious
Joined
Sep 2, 2005
Messages
202
Specicially, the mouseover popups for city info and combat odds.

I can't find them anywhere in the CvMainInterface.py script, and though I suspect that it has somehting do to with "setHelpTextString", I can't find that function used anywhere.


I really suspect that there's something wrong with the odds calculator. I want to give the code a look.
 
GenericKen said:
Specicially, the mouseover popups for city info and combat odds.

I can't find them anywhere in the CvMainInterface.py script, and though I suspect that it has somehting do to with "setHelpTextString", I can't find that function used anywhere.


I really suspect that there's something wrong with the odds calculator. I want to give the code a look.

They aren't.

They're handled in the C++ code.

Req
 
Unfortunatly Requies is right. I also tried to modify them for my Plot List Enhancements, but I failed.
For my current Domestic Advisor Mod I did create something similar by my own, but there is still not chance to modify the existing ones.
 
Back
Top Bottom