wxTextCtrl cosmetic differences on MS Windows platforms
We’ve developed an application with wxPython 2.3.0, Python 2.0, and Windows 98.
We’re distributing it to run also on Windows 95 and Windows NT 4.0 (SP6)
Single-line wxTextCtrl widgets appear okay on Windows 98, but there is a prominent gap between the left edge of the control and the initial character position on Windows 95 and NT. This gap is equivalent to about two ‘space’ characters. Other controls, such as wxComboBox, don’t show this variation.
Has anyone else observed this? Any ideas for dealing with it?
We've developed an application with wxPython 2.3.0, Python 2.0, and Windows
98.
We're distributing it to run also on Windows 95 and Windows NT 4.0 (SP6)
Single-line wxTextCtrl widgets appear okay on Windows 98, but there is a
prominent *gap* between the left edge of the control and the initial
character position on Windows 95 and NT. This gap is equivalent to about
two 'space' characters. Other controls, such as wxComboBox, don't show this
variation.
Has anyone else observed this? Any ideas for dealing with it?
Thanks for your help.
I got same when fonts used are not available on deployment machine.