Re: [Pharo-users] Named edges and nodes in a Roassal graph

2014-11-22 Thread Peter Uhnák
> > Would be nice to have tools for all Roassal visualizations like export as > svg. Some demos have them, some other don't, so other casual **users** has > a bigger learning curve to adopt what they are seeing and use it in another > context. Roassal supports PNG, SVG and HTML export. What do you

Re: [Pharo-users] Named edges and nodes in a Roassal graph

2014-11-22 Thread Peter Uhnák
Hmm, maybe that's the reason why there is separate class for ArrowedLine. Essentially both RTElement and RTEdge has method 'model:' (RTShapedObject>>model:) where you can put a string which is then used by RTLabelled. (You can actually pass any object, but then you will have to modify it to send i

Re: [Pharo-users] Named edges and nodes in a Roassal graph

2014-11-22 Thread Offray Vladimir Luna Cárdenas
Hi Peter, Thanks. Working now. I will try to solve the issue and post in the meet up and here on the list. Nice to help catching up the bug. Offray Ps: : When I said Would be nice to have tools for all Roassal visualizations like export as svg. Some demos have them, some other don't, so ot

Re: [Pharo-users] Named edges and nodes in a Roassal graph

2014-11-22 Thread Peter Uhnák
It seems there is an issue with the arrow head, I'll try to investigate it for now try running it without it === v := RTView new. e1 := (RTEllipse new size: 20) elementOn: 'hello'. e2 := (RTEllipse new size: 20) elementOn: 'world'. e1 @ RTDraggable. e2 @ RTDraggable. l

Re: [Pharo-users] Named edges and nodes in a Roassal graph

2014-11-22 Thread Offray Vladimir Luna Cárdenas
Hi, El 22/11/14 a las #4, Peter Uhnák escribió: Check out RTRoassalExample>>exampleArrowedAndLabelledLine , it should demonstrate the functionality for both elements and edges. You can also use TRConstraint, but that is a tad bit more advanced. Peter Thanks, I have seen it, but the demo is b

Re: [Pharo-users] Named edges and nodes in a Roassal graph

2014-11-22 Thread Peter Uhnák
Check out RTRoassalExample>>exampleArrowedAndLabelledLine , it should demonstrate the functionality for both elements and edges. You can also use TRConstraint, but that is a tad bit more advanced. Peter

Re: [Pharo-users] Named edges and nodes in a Roassal graph

2014-11-22 Thread Offray Vladimir Luna Cárdenas
By the way, I have found exampleLabelledGraph but I don't understand where you add individual labels to nodes or edges. Thanks, Offray El 22/11/14 a las #4, Offray Vladimir Luna Cárdenas escribió: Hi all. We're now in a small workshop about data narratives and I'm showing some people Roassal

[Pharo-users] Named edges and nodes in a Roassal graph

2014-11-22 Thread Offray Vladimir Luna Cárdenas
Hi all. We're now in a small workshop about data narratives and I'm showing some people Roassal. I would like to have named nodes and edges in a graph. I have created a small understable graph from the object profile gallery here: http://ws.stfx.eu/8QMELFJ4V370 Anyone knows how to add name

Re: [Pharo-users] question on syntax "negate numbers"

2014-11-22 Thread Nicolai Hess
2014-11-22 13:23 GMT+01:00 Werner Kassens : > >Thanks for all the answers, > >so, for better portability, maybe we should dissallow opals current > behavior > >and only accept "-5" and not "- 5" as negative numbers? > > Hi Nicolai, > perhaps. if you mean portability pharo->otherLanguage certainly.

Re: [Pharo-users] question on syntax "negate numbers"

2014-11-22 Thread Werner Kassens
>Thanks for all the answers, >so, for better portability, maybe we should dissallow opals current behavior >and only accept "-5" and not "- 5" as negative numbers? Hi Nicolai, perhaps. if you mean portability pharo->otherLanguage certainly. if you mean otherLanguage->pharo, well you are the sp

Re: [Pharo-users] Maps from Wikipedia loaded on Roassal's RTMetricMap

2014-11-22 Thread Alexandre Bergel
Yesterday I've tried Cirela, impressive work! I have never thought Roassal could be pushed so far. Alexandre > Le 22-11-2014 à 6:04, Thierry Goubier a écrit : > > Hi Vladimir, > > 2014-11-18 14:30 GMT+01:00 Offray Vladimir Luna Cárdenas : >> >> Notice that this tries to be a leaner appro

Re: [Pharo-users] Maps from Wikipedia loaded on Roassal's RTMetricMap

2014-11-22 Thread Thierry Goubier
Hi Vladimir, 2014-11-18 14:30 GMT+01:00 Offray Vladimir Luna Cárdenas : > > Notice that this tries to be a leaner approach to the one I had already > asked about importing maps from open street map. > Another option which you could look to is: - use Cirela-OSM ( http://forum.world.st/ANN-NetGe