brent- / geoda

Automatically exported from code.google.com/p/geoda
GNU General Public License v3.0
0 stars 0 forks source link

Error message lines sometimes too long #119

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When trying to rename a column in the table, the error message saying that the 
name was invalid is often too long.  This has been seen on Mac and Windows.

Original issue reported on code.google.com by mmcc...@gmail.com on 20 Mar 2014 at 11:58

GoogleCodeExporter commented 8 years ago
Fixed with SVN revision 3143.  Will appear in GeoDa 1.5.30

Added a utility to split long lines automatically, but careful testing on 
Windows and Mac shows that wxMessageDialog is splitting long messages 
correctly.  Therefore we should allow wxMessageDialog to split lines in 
general.  The problem encountered was probably not using wxMessageDialog.

Original comment by mmcc...@gmail.com on 20 Mar 2014 at 1:29