Re: [Pharo-users] configurable space in XML Writer tag

2018-04-06 Thread monty
It's changed to no longer emit that space. I was considering removing it, or at least making it configurable, anyway.

Re: [Pharo-users] line drawing bug

2018-04-06 Thread joe
That worked, thank you so much! This helps me get running in the interim while i investigate how to use Athens. { jb } On Apr 6, 2018, 9:31 AM -0400, Nicolai Hess , wrote: > Hi Joe, > > the problem is that the BalloonCanvas (or some objects it is using) aren't > fully reset after some drawing

Re: [Pharo-users] line drawing bug

2018-04-06 Thread joe
No at least not right now. { jb } On Apr 6, 2018, 8:11 AM -0400, Hilaire , wrote: > Does { jb } want to deploy on tablet computer (Android or iOS) ? > > > Le 06/04/2018 à 12:31, Esteban Lorenzano a écrit : > > real question is why you use Balloon and not Athens:) > > -- > Dr. Geo > http://drge

Re: [Pharo-users] line drawing bug

2018-04-06 Thread joe
I must have missed the deprecation warnings when i ran my code. 8). Ill check out Athens, i don’t want to have to rewrite the entire application to support a new drawing backend. As a first step it would be great if i could render to an Athens canvas using the same API or something like it, but

Re: [Pharo-users] Plans for XSD in XML(Parser) the foreseeable future?

2018-04-06 Thread monty
Unfortunately not. It's a major effort, and I'm not able to devote the time to it now.

Re: [Pharo-users] line drawing bug

2018-04-06 Thread Nicolai Hess
Hi Joe, the problem is that the BalloonCanvas (or some objects it is using) aren't fully reset after some drawing operations. (the drawString method for example sets the sourceForm as glyph to be drawn). it should work if you do not store the canvas instance, but create a new in every loop:

Re: [Pharo-users] Slower

2018-04-06 Thread Hilaire
Le 05/04/2018 à 16:09, Henrik Sperre Johansen a écrit : DRGEO: 20.9% {27116ms} DrGPointMorph>>drawOnAthensCanvas: |16.7% {21720ms} AthensCairoCanvas(AthensCanvas)>>createPath: Storing the path in DrGPointMorph, rather than recreating for each draw:, should save alot of time. Indeed sh

Re: [Pharo-users] line drawing bug

2018-04-06 Thread Hilaire
Does { jb } want to deploy on tablet computer (Android or iOS) ? Le 06/04/2018 à 12:31, Esteban Lorenzano a écrit : real question is why you use Balloon and not Athens:) -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] line drawing bug

2018-04-06 Thread Norbert Hartl
> Am 06.04.2018 um 12:58 schrieb Marcus Denker : > > And the real^2 question: why do we still have balloon in the image if we > should not use it? > +1 Norbert >> On 6 Apr 2018, at 12:31, Esteban Lorenzano wrote: >> >> hi, >> >> real question is why you use Balloon and not Athens :) >> >

Re: [Pharo-users] line drawing bug

2018-04-06 Thread Marcus Denker
And the real^2 question: why do we still have balloon in the image if we should not use it? > On 6 Apr 2018, at 12:31, Esteban Lorenzano wrote: > > hi, > > real question is why you use Balloon and not Athens :) > > cheers, > Esteban > >> On 6 Apr 2018, at 12:14, Hilaire wrote: >> >> I tri

Re: [Pharo-users] line drawing bug

2018-04-06 Thread Esteban Lorenzano
hi, real question is why you use Balloon and not Athens :) cheers, Esteban > On 6 Apr 2018, at 12:14, Hilaire wrote: > > I tried on a recent Squeak system, still got a buggy out put but a bit > surprisingly different! > > Hialire > > > Le 06/04/2018 à 12:10, Hilaire a écrit : >> I don't t

Re: [Pharo-users] line drawing bug

2018-04-06 Thread Hilaire
I tried on a recent Squeak system, still got a buggy out put but a bit surprisingly different! Hialire Le 06/04/2018 à 12:10, Hilaire a écrit : I don't think anybody within Pharo use the balloon canvas. You should ask to the Squeak community, you will very likely have more support on that ma

Re: [Pharo-users] line drawing bug

2018-04-06 Thread Hilaire
I don't think anybody within Pharo use the balloon canvas. You should ask to the Squeak community, you will very likely have more support on that matter. Hilaire Le 06/04/2018 à 02:57, j...@boremaj.net a écrit : Im trying use the balloon canvas to draw some nice smooth anti aliased lines, bu

Re: [Pharo-users] installation of packages on 6.1

2018-04-06 Thread Baveco, Hans
I used: Metacello new smalltalkhubUser: 'hernan' project: 'Territorial'; configuration: 'Territorial'; version: #'bleedingEdge'; load I don't think the problem is related to Territorial; same thing happened when trying to load Roas