Re: [Pharo-users] Number is not accepted by UI

2014-07-16 Thread Max Bareis
The misunderstanding her is based in the error message of the ui. when you write ^ - self width. and save, the UI writes this text into the code: ^ only numbers may be negated ->- self width. More helpful would have been something like: „only literals may be negated with - use negated instead“.

[Pharo-users] Tide startup

2014-07-10 Thread Max Bareis
Hi, I have installed Tide with the current Pharo 30vm, bower 1.2.6 and node 0.10.29. The installation of Tide was with no error and access to the homepage (in http://localhost:1701/tide/github-cache/tide-framework/tide/master/...) is possible. The page loads but on the javascript console I can

[Pharo-users] SVG creation within pharo

2014-07-07 Thread Max Bareis
Hi, is there a SVG-Canvas-API within Pharo? Is it possible to create and manipulate SVG Graphics on object level? Regards Max