Victoria 3

Victoria 3

GDP Ownership Display
 This topic has been pinned, so it's probably important
dragon-archer  [developer] 22 Jul, 2024 @ 2:14am
[Help wanted] Display the GDP distribution in a chart
Hello everyone, I had originally planned to make the GDP distribution view into a chart so that it would be more directly viewed. However, I encountered some technical problems and finally chose to display it in a text-simulated table. I'd appreciate it if anyone can help me solve the following problems to improve this mod


1. How to access global country list in GUI in the country_panel context or something else. I've tried CountriesPanel.GetCountries but it doesn't work
2. How to pad a CFixedPoint to a certain length (not the precision) in localization. As you can see, the text-simulated table isn't well-indented now because the length of numbers vary, and I can't access the length to make corresponding adjustments