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

2014-11-21 Thread Hernán Morales Durand
Ok, download the wikimedia SVG and open it with a text editor. If you look for "Ulster, NY" you will see it enclosed in a path node. The contents of the "d" attribute is what you need to parse/extract to pass as parameter to RTSVGPath>>path: I have tried using the Roassal2 from the Configurati

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

2014-11-21 Thread Offray Vladimir Luna Cárdenas
Hi Hernan, Thanks for your answer. I got an error which says "Error: Reading a number failed: a digit between 0 and 9 expected" and "element" of your example is selected. I think that I'm not understanding well how to connect the downloaded file (in fact I have not downloaded anything) to the

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

2014-11-21 Thread Nicolai Hess
2014-11-10 12:47 GMT+01:00 Werner Kassens : > >3 @ - 5 is what I object to (and Opal allows) > with this i have no problems, it follows simple obvious rules as long as > one knows that #@ cant be an unary operator. > >is 4 - 5 two literals, or is it two literals separated by the - operator ? > bu

[Pharo-users] Glorp and DBXTalk

2014-11-21 Thread Torsten Bergmann
>quick question, how can I get Glorp for Pharo? And DBXTalk? >If anyone can provide me with some links it will be much appreciated Did you see this article from Sven: https://medium.com/@svenvc/reddit-st-in-10-cool-pharo-classes-1b5327ca0740 Code is loadable in Pharo 3.0 also from config browser

Re: [Pharo-users] RTMultiCompositeShape + Bitmap

2014-11-21 Thread rosariosm
Hi Alex! I have updated trachel but it still doesnt work. I think i found another bug. Look at this new example: | element label bitmap composite text | text := (WriteStream on: ' ') nextPutAll: 'string1'; nextPut: Character cr; nextPu

Re: [Pharo-users] How do I

2014-11-21 Thread Marcus Denker
> On 21 Nov 2014, at 11:03, Friedrich Dominicus > wrote: > > get the red color from the editor if aa methods gets really long. > Eg I have an initialization of a dictionary with 50 or so elements and > have put them into one method of course it's getting very red. > > Anyway it's just someth

[Pharo-users] How do I

2014-11-21 Thread Friedrich Dominicus
get the red color from the editor if aa methods gets really long. Eg I have an initialization of a dictionary with 50 or so elements and have put them into one method of course it's getting very red. Anyway it's just something like this add: Element add: anotherElement So no program logic

Re: [Pharo-users] [ANN] Hubcap - a SmalltalkHub API and browser for Pharo

2014-11-21 Thread stepharo
super cool :) Le 21/11/14 08:32, Torsten Bergmann a écrit : Hi, as I wanted to browse the SmalltalkHub contents directly from within Pharo image I wrote a simple browser: Gofer it url: 'http://www.smalltalkhub.com/mc/TorstenBergmann/Hubcap/main'; configurationOf: 'Hubcap';

Re: [Pharo-users] Messaging solutions for Pharo

2014-11-21 Thread Brian Brown
I've used XMPP extensively for several projects, from python, JavaScript, and Squeak - the wonderful thing about it is that you can start off simple using just chat messages, but then add more features like pub sub, conference rooms, service discovery, etc. Scalability is built into the system, and