Yes, you are right. This is an option that should be provided by GT I think. We 
are working on that.

Alexandre


> On Nov 22, 2014, at 9:00 PM, Offray Vladimir Luna Cárdenas 
> <off...@riseup.net> wrote:
> 
> 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 other casual issues has a 
> bigger learning curve to adopt what they are seeing and use it in another 
> context.
> 
> I mean:
> 
> 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.
> 
> 
> 
> El 22/11/14 a las #4, Peter Uhnák escribió:
>> 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 := RTEdge from: e1 to: e2.
>> l + (RTLine new color: Color red).
>> "l + (RTSimpleArrowHead new color: Color red)."
>> 
>> e2 translateBy: 60 @ 80.
>> v addAll: (Array with: e1 with: e2 with: l ).
>> 
>> e1 @ RTLabelled.
>> e2 @ RTLabelled.
>> 
>> "Note that the RTLabelled interaction has to be set after having added the
>> element in the view"
>> l @ (RTLabelled new text: 'lining up!').
>> 
>> v open
>> =========================
>> 
>> As far as documentation goes, it is still heavily work in progress, so right 
>> now
>> Agile Visualization is probably the best source (and of course mailing list).
>> 
> 
> 

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply via email to