Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roassal hover popup on edges #826

Closed
seandenigris opened this issue Aug 3, 2015 · 2 comments
Closed

Roassal hover popup on edges #826

seandenigris opened this issue Aug 3, 2015 · 2 comments

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with 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!

Reported by alexandre.bergel on 2012-08-10 15:36:36

@seandenigris
Copy link
Contributor Author

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

Reported by alexandre.bergel on 2012-08-20 15:15:44

  • Status changed: Fixed

@seandenigris
Copy link
Contributor Author

Reported by tudor@tudorgirba.com on 2012-09-05 05:38:29

  • Labels added: Milestone-4.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant