Re: [Pharo-users] MorphTree behavior changed

2014-06-06 Thread Tudor Girba
Hi Hilaire, Could you be more specific? What exactly is the problem? Cheers, Doru On Tue, Jun 3, 2014 at 8:24 PM, Hilaire Fernandes < hilaire.fernan...@gmail.com> wrote: > Hi, > > why when morph tree send updateList there is an announcement from the > model? It was not the case before. > >

Re: [Pharo-users] Slowness question

2014-06-06 Thread Hilaire Fernandes
I did not try yet. Hilaire Le 05/06/2014 19:46, Alain Busser a écrit : > What does the profiler say? > > Alain > -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] MorphTree behavior changed

2014-06-06 Thread Hilaire Fernandes
Just confused by the shift to Annoucement. Ok now. Again I beg for consolidations in Pharo to avoid confusion with multiple frameworks doing the same things. Hilaire Le 06/06/2014 11:08, Tudor Girba a écrit : > Hi Hilaire, > > Could you be more specific? > > What exactly is the problem? > > Ch

Re: [Pharo-users] Slowness question

2014-06-06 Thread Sven Van Caekenberghe
On 04 Jun 2014, at 23:15, Hilaire Fernandes wrote: > Programmed sketch in DrGeo can be animated, for example like the script > bellow. > The "canvas do:" message forks the block so user is not blocked. > At #udpate message the items and views (morph) are recomputed and refreshed > . > Before por

Re: [Pharo-users] MorphTree behavior changed

2014-06-06 Thread Sven Van Caekenberghe
On 06 Jun 2014, at 14:41, Hilaire Fernandes wrote: > Just confused by the shift to Annoucement. Ok now. > Again I beg for consolidations in Pharo to avoid confusion with multiple > frameworks doing the same things. But is it not normal that first the basic building blocks of something new are

Re: [Pharo-users] Slowness question

2014-06-06 Thread Hilaire Fernandes
Right, I remember about it as well. Once a few morphs are added it get really slower pretty quickly. The discussion you refer is there: http://forum.world.st/Redraw-suggestion-for-Athens-tt4750951.html#a4751188 Regarding DrGeo canvas, it does not really need and rely on the change mechanisme of M

Re: [Pharo-users] MorphTree behavior changed

2014-06-06 Thread Hilaire Fernandes
I agree with you. That's why I beg for a few releases to concentrate on consolidation to make the system cleaner *and* easier to understand for beginner, and not so beginner. The Annoucement framework looks definitely better and it is easier to track it in the image. Thanks Hilaire Le 06/06/201

Re: [Pharo-users] Slowness question

2014-06-06 Thread Hilaire Fernandes
I extracted from the buggy profiler window the profile tree of the execution of this script. The DrGeo computing part take only a fraction of the CPU time. Hilaire Le 06/06/2014 14:55, Hilaire Fernandes a écrit : > When executing under the profiler the mentioned DrGeo script, I realize > the Pr

Re: [Pharo-users] Slowness question

2014-06-06 Thread stepharo
can you open a bug entry. Stef On 6/6/14 14:55, Hilaire Fernandes wrote: When executing under the profiler the mentioned DrGeo script, I realize the Profiler window is severely broken: Part of the windows can't be renderd, profile result can not be properly read (tiny text zone user can't resi

[Pharo-users] [ANN] Generating beautiful html books from Pillar

2014-06-06 Thread Damien Cassou
Nicolas Petton and I are proud to announce the possibility to create really nice HTML books from Pillar (I must thank https://github.com/GitbookIO/gitbook as well). The first book to get this nice layout is the Pillar documentation: http://damiencassou.gitbooks.io/pillar/introduction.pier.html --

Re: [Pharo-users] Slowness question

2014-06-06 Thread stepharo
igor is hacking with max on virtualCPU to offer a common abstraction to both X86 and ARM assembly generation and nativeboost. Stef On 4/6/14 23:15, Hilaire Fernandes wrote: Hi, Programmed sketch in DrGeo can be animated, for example like the script bellow. The "canvas do:" message forks the

Re: [Pharo-users] Slowness question

2014-06-06 Thread Hilaire Fernandes
Hi Steph, Before I would like to discuss the issue because I don't know if it belongs to drgeo itlself or Pharo. What is strange, althought the script execution becomes more and more slow as more and more items are built, once the sketch is fully constructed, manipulating the sketch is fast and s

Re: [Pharo-users] Slowness question

2014-06-06 Thread Hilaire Fernandes
Read: "...it does not change the issue." Le 06/06/2014 18:19, Hilaire Fernandes a écrit : > I emptied the change/update family of methods in the used morph for > drgeo canvas, it does change the issue. -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] Slowness question

2014-06-06 Thread Ben Coman
Hilaire Fernandes wrote: Hi Steph, Before I would like to discuss the issue because I don't know if it belongs to drgeo itlself or Pharo. What is strange, althought the script execution becomes more and more slow as more and more items are built, once the sketch is fully constructed, manipulati

Re: [Pharo-users] Slowness question

2014-06-06 Thread Hilaire Fernandes
Le 06/06/2014 19:34, Ben Coman a écrit : > So I'm just just curious what might happen if somewhere under the > WorldState>>doOneCycleFor: call stack you might store the time "now", > only do a high cost render every 100ms. Can you rephrase I don't understand? Thanks Hilaire -- Dr. Geo http:/

Re: [Pharo-users] Slowness question

2014-06-06 Thread Hilaire Fernandes
Oops, I did not realize you were referring to the profiler bug! Here it is https://pharo.fogbugz.com/f/cases/13309/ Hilaire Le 06/06/2014 18:03, stepharo a écrit : > can you open a bug entry. > > Stef -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] [ANN] Generating beautiful html books from Pillar

2014-06-06 Thread Yuriy Tymchuk
Thank you for creating the future. Uko Sent from my iPhone > On 06 Jun 2014, at 21:36, Damien Cassou wrote: > > Nicolas Petton and I are proud to announce the possibility to create really > nice HTML books from Pillar (I must thank > https://github.com/GitbookIO/gitbook as well). The first b

Re: [Pharo-users] Slowness question

2014-06-06 Thread Ben Coman
Hilaire Fernandes wrote: Le 06/06/2014 19:34, Ben Coman a écrit : So I'm just just curious what might happen if somewhere under the WorldState>>doOneCycleFor: call stack you might store the time "now", only do a high cost render every 100ms. Can you rephrase I don't und