ruff_hi
Live 4ever! Or die trying
oh well - that is an easy fix. I was looking at a much different fix. Sure - legend is a little bit wrong but ... oh well - it is only in debug mode 

what do people think of the blue marble cloud background for the charts? The more I look at them, the less I like it. However, Civ4 in its wisdom is using the same background and chart area as the main menu. I am tempted to create separate chart graphics so that we can separate these two and users can take their pick.
This actually wasn't the first time I showed these graph ... the first was in PH14, slightly less than a month back, in which I praised the work, and suggested for an improvement to allow user to select which graphs to show (eg. show only power, GNP, and Prod). As someone who knows programing, I do know that is significantly more difficult, so its just a wish, not a demand.
1 2
L 3
Not sure what you mean by no-hit on screen title - does it do something if you click on the title / instructional text?
I'd never noticed that the title and help comment move as if they are links. There are two commands ...Search for setHitTest and copy that line. It keeps a text label from highlighting yellow and acting like a button when you click it, and you should set that for text that has no action. As it is now, those things appear to be broken buttons.
screen.setText(self.szHeaderWidget, "Background", self.SCREEN_TITLE, CvUtil.FONT_CENTER_JUSTIFY, self.X_TITLE, self.Y_TITLE, self.Z_CONTROLS, FontTypes.TITLE_FONT, WidgetTypes.WIDGET_GENERAL, -1, -1)
screen.setLabel(self.szHeaderWidget, "Background", self.SCREEN_TITLE, CvUtil.FONT_CENTER_JUSTIFY, self.X_TITLE, self.Y_TITLE, self.Z_CONTROLS, FontTypes.TITLE_FONT, WidgetTypes.WIDGET_GENERAL, -1, -1)
I was using setText for the two you mentioned - I swapped them to setLabel - now they are just plain old text and do nothing.