kiuliani / geoda

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

Table: results from calculation do not show right away #134

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It seems that an additional refresh is needed to show the results of a 
calculation.
For example, a new variable was added (initialized as 0), then the result of a 
multiplication
was assigned to the new variable, but it still shows as 0. After moving the 
table up and down
(clicking may be enough), it refreshes.

Original issue reported on code.google.com by lanse...@gmail.com on 20 Apr 2014 at 12:47

GoogleCodeExporter commented 8 years ago
There have been some refresh issues with the move to wxWidgets 3.0 on some 
platforms.  Looks like you found another.  We'll investigate.  Assume you are 
using OSX 10.9?

Original comment by mmcc...@gmail.com on 21 Apr 2014 at 6:36

GoogleCodeExporter commented 8 years ago
Yes, OSX 10.9.2

Original comment by lanse...@gmail.com on 21 Apr 2014 at 6:40

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Fixed in GeoDa 1.5.33 by revision 3138.  TableInterface implementations of 
SetColData for DBF and OGR were not calling TableState notify.

Original comment by mmcc...@gmail.com on 22 Apr 2014 at 4:14