Ralph Pass
2014-03-25 20:34:36 UTC
I am running on a Mac, Mavericks, wxWidgets 3.0.0.
I modify the sample program drawing to add:
wxDateTime t = wxDateTime::Now();
wxString timeText = t.Format();
before the last DrawText call in the DrawText method and then change the last DrawText call to be:
dc.DrawText("And\nmore\ntext on\nmultiple\nlines\n\n" + timeText, 110, y);
The text that is displayed is: Tuesday, March 25, 2014 'PMt' 04:29:15 PM with the "'PMt'" unexpected and not there in 2.9.5 under Mountain Lion.
No being very good at Objective C, I have not debugged this any further.
If I can figure out how to submit a bug report, then that will be next.
Ralph Pass
I modify the sample program drawing to add:
wxDateTime t = wxDateTime::Now();
wxString timeText = t.Format();
before the last DrawText call in the DrawText method and then change the last DrawText call to be:
dc.DrawText("And\nmore\ntext on\nmultiple\nlines\n\n" + timeText, 110, y);
The text that is displayed is: Tuesday, March 25, 2014 'PMt' 04:29:15 PM with the "'PMt'" unexpected and not there in 2.9.5 under Mountain Lion.
No being very good at Objective C, I have not debugged this any further.
If I can figure out how to submit a bug report, then that will be next.
Ralph Pass
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users