in an older post in Sep Werner noted that the font in NumCtrl switching
from 2.8 to 2.9 seemed bold due to font style and size changes: Redirecting to Google Groups
I now run into the same problems under XP which leaves me wondering if
the suggested patches have not made their way into the current 2.9.3.1
py2.7?
The patch which is applied to 2.9.3.1 had to do with alignment and sizing with numeric controls.
As I always use "self.numCtrl1.SetUseFixedWidthFont(False)" the patches fixed my issues.
The early change I had suggested with regards to the bold aspect is not applied.
The error you run into on XP seems to be an issue with the new default Font not being available, and looking at:
Yes, that parameter should be the font family. Where did you see that code?
···
On 2/3/12 3:39 AM, werner wrote:
Hi Tobias,
On 03/02/2012 11:44, Tobias Weber wrote:
in an older post in Sep Werner noted that the font in NumCtrl switching
from 2.8 to 2.9 seemed bold due to font style and size changes: Redirecting to Google Groups
I now run into the same problems under XP which leaves me wondering if
the suggested patches have not made their way into the current 2.9.3.1
py2.7?
The patch which is applied to 2.9.3.1 had to do with alignment and
sizing with numeric controls.
As I always use "self.numCtrl1.SetUseFixedWidthFont(False)" the patches
fixed my issues.
The early change I had suggested with regards to the bold aspect is not
applied.
The error you run into on XP seems to be an issue with the new default
Font not being available, and looking at: