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
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
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
>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
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
> 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
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
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';
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