Re: [Pharo-users] Create maps from an SVG file in Roassal

2015-08-01 Thread Alexandre Bergel
Yes, it would be great! I first tried to understand the SVG parser in Athens, but I could not make it to work. So I wrote the one in Roassal. But indeed, we need a better thing. By the way, there is no parser supported by Cairo? I’ve just found this: http://cairosvg.org/project_description/ Ch

Re: [Pharo-users] Create maps from an SVG file in Roassal

2015-08-01 Thread Peter Uhnák
Hmm, maybe Athens-SVG will not be so simple, because it's paint-only so I would still have to write a lot of stuff around. But maybe we could grab the SVG path lexer that's there (and is better than in Roassal) and use it to simplify and improve current implementation, so even multi-coordinate com

[Pharo-users] Tabular: XLSX import

2015-08-01 Thread Юрий Мироненко
Hello. Some time ago I announced Tabular , some effort to make a tool for spreadsheets import/export. This is short notice: Vincent Blondeau have added XLSX import functionality! It's also mostly proof-of-concept now, but even at this stage it's quite

Re: [Pharo-users] interview on .Net Rocks! about Moose, humane assessment, Pharo and GT

2015-08-01 Thread Offray Vladimir Luna Cárdenas
Hi, I use Pharo more like a writing and visualization platform with the outliner "app" I'm creating [1]. Still pretty alpha, but the idea of Pharo as something beyond Smalltalk IDE and more versatile, including writing, visualization and moldable tools could reach people beyond developers. I

Re: [Pharo-users] Create maps from an SVG file in Roassal

2015-08-01 Thread Stephan Eggermont
On 31-07-15 22:15, Johan Fabry wrote: Hey, you forgot Baarle-Hertog … https://en.wikipedia.org/wiki/Baarle-Hertog Or maybe that’s even too complicated a situation for SVG to handle :-) Especially if you want to exclude the parts of Baarle-Nassau inside of Baarle-Hertog Stephan

Re: [Pharo-users] Pillar automatic anchors

2015-08-01 Thread Damien Cassou
Peter Uhnák writes: > On Fri, Jul 31, 2015 at 10:20 PM, Damien Cassou > wrote: >> I think this solution is not the right one because it only affects >> HTML5. I would prefer that the document is changed by adding anchors to >> it. > > So in a sense of ..? And for LaTeX > \label{sec:whatever}

Re: [Pharo-users] Download only metainfo about mcz when selected

2015-08-01 Thread Peter Uhnák
On Sat, Aug 1, 2015 at 1:41 PM, Thierry Goubier wrote: > > Le 1 août 2015 11:39 AM, "Peter Uhnák" a écrit : > > > > You can also right click on the package in Monticello Browser (in the > left pane), and then select "View History". > > Hi Peter, this requires loading the mcz, and it doesn't give

Re: [Pharo-users] Download only metainfo about mcz when selected

2015-08-01 Thread Thierry Goubier
Le 1 août 2015 11:39 AM, "Peter Uhnák" a écrit : > > You can also right click on the package in Monticello Browser (in the left pane), and then select "View History". Hi Peter, this requires loading the mcz, and it doesn't gives you the repository contents, but the current package version history

Re: [Pharo-users] Create maps from an SVG file in Roassal

2015-08-01 Thread François Stephany
Okidoki ! I've found the option to explicitly include the "lineto" in Inkscape (see the attached screenshot of the Preferences). thanks! On Sat, Aug 1, 2015 at 11:34 AM, Peter Uhnák wrote: > This is Athens-SVG btw (not loaded by default in Pharo, but available in > Athens repository). > I thi

Re: [Pharo-users] Create maps from an SVG file in Roassal

2015-08-01 Thread Peter Uhnák
Hi François, I don't think it's worth fixing in the current implementation, however there is already available SVG importer into Pharo, so I'll try to find a way how to adapt it. It should support regular SVG (circle, rectangle, ...), not just path. Peter On Fri, Jul 31, 2015 at 11:42 PM, Franço

Re: [Pharo-users] Download only metainfo about mcz when selected

2015-08-01 Thread Peter Uhnák
You can also right click on the package in Monticello Browser (in the left pane), and then select "View History". I wonder why this is not available directly from MCFileRepositoryInspector... Peter On Sun, Jul 19, 2015 at 11:52 AM, Jan Blizničenko wrote: > Thank you, then it seems fastest way

Re: [Pharo-users] Create maps from an SVG file in Roassal

2015-08-01 Thread Peter Uhnák
This is Athens-SVG btw (not loaded by default in Pharo, but available in Athens repository). I think Stef mentioned it several times in regards to RTSVGPath. Peter On Sat, Aug 1, 2015 at 11:32 AM, Peter Uhnák wrote: > Hi François, > > I don't think it's worth fixing in the current implementatio

Re: [Pharo-users] VM Crash after adding ram

2015-08-01 Thread stepharo
Thanks for the info. I hope you are going well :) Le 1/8/15 02:03, Ramon Leon a écrit : On 07/30/2015 11:43 AM, Esteban Lorenzano wrote: Hi, did you try a fresh Pharo image (without loaded code)? ExternalObject and ExternalAddress are FFI so… problem*could* be there… no idea what can be happ

Re: [Pharo-users] VM Crash after adding ram

2015-08-01 Thread Nicolai Hess
Thanks for the info. Am 01.08.2015 2:03 vorm. schrieb "Ramon Leon" : > On 07/30/2015 11:43 AM, Esteban Lorenzano wrote: > >> Hi, >> >> did you try a fresh Pharo image (without loaded code)? ExternalObject and >> ExternalAddress are FFI so… problem*could* be there… no idea what can be >> happening