We have an application that we’re trying to port to Mac OS. On Windows, a wx.TexCtrl with the TE_MULTILINE style works fine, but on the Mac the contents of the control are not shown. We can type text into it and the text will actually get sent to the application, but it simply doesn’t show in the control. Any ideas ?
Please make a runnable, small as possible, sample application that demonstrates the problem. MakingSampleApps - wxPyWiki
···
On 10/17/12 5:33 PM, SRR wrote:
Hi.
We have an application that we're trying to port to Mac OS. On Windows,
a wx.TexCtrl with the TE_MULTILINE style works fine, but on the Mac the
contents of the control are not shown. We can type text into it and the
text will actually get sent to the application, but it simply doesn't
show in the control. Any ideas ?