[Pharo-users] Roassal to ODG

2018-02-09 Thread Arturo Zambrano
Hi all, Is there any project for exporting Roassal to ODG (vector graphic format from open document format standard)? The closest thing I could find is RTPDFExporter (the generated PDF can be opened using (Libre/S/G)Office suite). If there no such exporter, how difficult should it be to build on

Re: [Pharo-users] Roassal to ODG

2018-02-09 Thread Stephane Ducasse
Hi Arturo I have no idea about the answer. But hello from snowy France :) Stef On Fri, Feb 9, 2018 at 6:49 PM, Arturo Zambrano wrote: > Hi all, > Is there any project for exporting Roassal to ODG (vector graphic format > from open document format standard)? The closest thing I could find is >

Re: [Pharo-users] Roassal to ODG

2018-02-09 Thread Peter Uhnák
There is SVG exporter. I've never heard about ODG, is it commonly used outside of OpenOffice itself? Peter On Fri, Feb 9, 2018 at 9:29 PM, Stephane Ducasse wrote: > Hi Arturo > > I have no idea about the answer. But hello from snowy France :) > > Stef > > On Fri, Feb 9, 2018 at 6:49 PM, Arturo

Re: [Pharo-users] Roassal to ODG

2018-02-12 Thread Arturo Zambrano
On Fri, Feb 9, 2018 at 5:35 PM, Peter Uhnák wrote: > There is SVG exporter. > Yes, I'm aware of that. > > I've never heard about ODG, is it commonly used outside of OpenOffice > itself? > Not much, you are right. SVG should suffice, my point is generating a kind of flowcharts that may need

Re: [Pharo-users] Roassal to ODG

2018-02-13 Thread Alexandre Bergel
> So I want to re post my question: > "What is the best option to generate an editable flow chart from Pharo > (Roassal)?” There are none as far as I know. However, this is something that can be done (rather easily I would say). Alexandre

Re: [Pharo-users] Roassal to ODG

2018-02-13 Thread Arturo Zambrano
On Tue, Feb 13, 2018 at 7:27 AM, Alexandre Bergel wrote: > > So I want to re post my question: > > "What is the best option to generate an editable flow chart from Pharo > (Roassal)?” > > There are none as far as I know. However, this is something that can be > done (rather easily I would say).

Re: [Pharo-users] Roassal to ODG

2018-02-20 Thread Alexandre Bergel
How do you want to generate the flow? You can create a view and add callback to add boxes and arrow. Is this what you mean? Alexandre > On Feb 13, 2018, at 12:09 PM, Arturo Zambrano > wrote: > > > > On Tue, Feb 13, 2018 at 7:27 AM, Alexandre Bergel > wrote: > > So I want to re post my qu

Re: [Pharo-users] Roassal to ODG

2018-03-08 Thread Arturo Zambrano
I apologize for my late reply... On Tue, Feb 20, 2018 at 10:20 PM, Alexandre Bergel wrote: > How do you want to generate the flow? You can create a view and add > callback to add boxes and arrow. > Is this what you mean? > I already generated the graph in a roassal view. My intention is to exp

Re: [Pharo-users] Roassal to ODG

2018-03-09 Thread Offray Vladimir Luna Cárdenas
I wonder if there is any way to save SVG from Roassal, so some parts of them can be grouped, as when you group and ungroup parts of a SVG image from Inkscape and similar tools. Cheers, Offray On 08/03/18 21:04, Arturo Zambrano wrote: > I apologize for my late reply... > > > On Tue, Feb 20, 2018

Re: [Pharo-users] Roassal to ODG

2018-03-09 Thread Arturo Zambrano
Yes, SVG can be generated from Roassal. Thanks for the grouping idea, that would fit my need. I will take a look at it, maybe grouping can be added to Roassal svg export. On Fri, Mar 9, 2018 at 12:05 PM, Offray Vladimir Luna Cárdenas < offray.l...@mutabit.com> wrote: > I wonder if there is any