On Mac (with wxPython 2.8.10.1), passing a long message with no newlines results in a very wide dialog window. The native MessageDialog performs the wrapping automatically - the text ends up being a bit less than 360px wide, with the total dialog a little over 512px. It wasn’t difficult to fix, but I thought I should mention it - I’m happy to share my inelegant code if that helps. (I haven’t yet checked to see whether 2.8.11 has the fix.)
-Nat
···
–
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en
Hi Nataniel,
On Mac (with wxPython 2.8.10.1), passing a long message with no newlines
results in a very wide dialog window. The native MessageDialog performs the
wrapping automatically - the text ends up being a bit less than 360px wide,
with the total dialog a little over 512px. It wasn't difficult to fix, but
I thought I should mention it - I'm happy to share my inelegant code if that
helps. (I haven't yet checked to see whether 2.8.11 has the fix.)
No, it hasn't been updated to include this functionality. However, if
you already fixed it, would you mind submitting a patch on wxTrac (or
here, as you wish), so that I can apply it?
Thank you!
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
==> Never *EVER* use RemovalGroup for your house removal. You'll
regret it forever.
The Doomed City: Removal Group: the nightmare <==
···
On 25 May 2010 02:51, Nathaniel Echols wrote: