I am still having the same problem in AspectMaps: If I change the contents of a node with forNode:do: the interaction specified for the new contents does not work. Below is a test case to run in the easel. Click once on a rectangle, should open it to show 3 diamonds. (first error: shows 2) Click on a diamond, should open it to show 4 triangles. (second error: nothing happens).
Alex, please fix this because it completely breaks AspectMaps. :-(
view interaction on: MOMouseDown do: [:ann | view forNode: ann element model do: [ view interaction on: MOMouseDown do: [:ann2| view forNode: ann2 element model do: [ view shape triangle. view nodes: {6.7.8.9}.]]. view shape diamond. view nodes: {3.4.5}.]]. view nodes: {1 . 2}
On 16 Jul 2010, at 08:46, Alexandre Bergel wrote:
Doru, Jannik,
The last version of Mondrian should address this issue. There was a problem in the cache. This is now fixed. Can you confirm?
Cheers, Alexandre
On 16 Jul 2010, at 12:15, Tudor Girba wrote:
Thanks, Alex.
Doru
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile