Status: New Owner: alexandr...@gmail.com Labels: Type-Defect Priority-High Component-Roassal
New issue 826 by alexandr...@gmail.com: Roassal hover popup on edges http://code.google.com/p/moose-technology/issues/detail?id=826
With the following script, in Mondrian when you hover over edges a popup appears showing the name of the edge. Is the same possible with Roassal?
view shape rectangle size: 20. nodes := view nodes: (1 to: 20). view edges: (2 to: 20) from: 1 to: #yourself. view circleLayout.
Thanks Ben for noticing this!
Updates: Status: Fixed
Comment #1 on issue 826 by alexandr...@gmail.com: Roassal hover popup on edges http://code.google.com/p/moose-technology/issues/detail?id=826
Fixed in Roassal 1.99
Try: | view | view := ROMondrianViewBuilder new. view shape rectangle size: 30. view nodes: (1 to: 2). view interaction on: ROMouseEnter do: [:ann | Transcript show: ann printString ; cr ]. view edgeFromAssociation: 1 -> 2. view open
Updates: Labels: Milestone-4.7
Comment #2 on issue 826 by tu...@tudorgirba.com: Roassal hover popup on edges http://code.google.com/p/moose-technology/issues/detail?id=826
(No comment was entered for this change.)