Hi,
With the version 134 of sqMondrian, the popupText doesn't work fine. DSM worked before. Now, there is a infinited while when some popups must appear.
popupText take account only the last popupText. In the example after, only the text '3rd level' appear, everywhere. --> in the previous version, it works.
---- | view | view := MOViewRenderer new. view interaction popupText: [:e | 'first level']. view nodes: (1 to: 20) forEach: [:each | view interaction popupText: [:e | '2nd level']. view nodes: (1 to: 5) forEach:[:ea | view interaction popupText: [:e | '3rd level']. view nodes: (6 to: 10). view gridLayout]. view gridLayout]. view open ----
Cheers
--- Jannik Laval PhD Student - Software Quality - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr ---
Right, I made change some changes, to have a set of handlers per default (as suggested by Doru few days ago). I will fix this. Sorry for the bothering, but this was indeed necessary.
Cheers, Alexandre
On 1 Apr 2009, at 11:37, Laval Jannik wrote:
Hi,
With the version 134 of sqMondrian, the popupText doesn't work fine. DSM worked before. Now, there is a infinited while when some popups must appear.
popupText take account only the last popupText. In the example after, only the text '3rd level' appear, everywhere. --> in the previous version, it works.
| view | view := MOViewRenderer new. view interaction popupText: [:e | 'first level']. view nodes: (1 to: 20) forEach: [:each | view interaction popupText: [:e | '2nd level']. view nodes: (1 to: 5) forEach:[:ea | view interaction popupText: [:e | '3rd level']. view nodes: (6 to: 10). view gridLayout]. view gridLayout]. view open
Cheers
Jannik Laval PhD Student - Software Quality - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr