How can I displace this tooltip window

Vorpal+5

Venturing in Erebus
Joined
Mar 25, 2008
Messages
658
Because this is really annoying me! ;)

It happens as soon as you have 2+ lines of units...

And if I learn how to move a window, I'll be able to do others things in my upcoming module :crazyeye:

clipboard01cda.jpg
 
Because this is really annoying me! ;)

It happens as soon as you have 2+ lines of units...

And if I learn how to move a window, I'll be able to do others things in my upcoming module :crazyeye:

clipboard01cda.jpg

Generally speaking, you can adjust things like that in the python files (Python/Screens). However, I believe that one is actually helptext for the unit, and is generated in the DLL... Not sure if you can move it or not.
 
I think you can here, in MainInterface.py :
Code:
		screen.addTableControlGFC( "SelectedUnitText", 3, [B]10, yResolution - 109, 153, 102[/B], False, False, 32, 32, TableStyles.TABLE_STYLE_STANDARD )
You will have to move the panel also, and surely other things.
 
Back
Top Bottom