Re: [Pharo-project] Sticky morph after progress morph use

2012-06-27 Thread p...@highoctane.be
I am doing something on "Produits remarquables" It is too ugly to show right now. But I have got the exercises set generated, and all the touch interaction working with morphs and some help screens. Now I am working on making it look nicer and checking the student answers with the right ones. Ne

Re: [Pharo-project] Sticky morph after progress morph use

2012-06-27 Thread Hilaire Fernandes
On 27/06/2012 09:14, p...@highoctane.be wrote: > Hilaire, a question: what do you recommend as VM to run DrGeo on an android > system? (I am doing a maths app with my wife. It runs fine on iOS/iPad but > I'd like to try it out on android systems). I am using the stack version of Dimitry. Therefore

Re: [Pharo-project] Sticky morph after progress morph use

2012-06-27 Thread Hilaire Fernandes
On 27/06/2012 09:09, Guillermo Polito wrote: > Anyway, Hilaire, if you want to get rid of that progress bar, you only have > to evaluate: > > SystemProgressMorph reset. > > So maybe adding that line at the end of your script can be a workaround... I did that in my own code (but now I am using a

Re: [Pharo-project] Sticky morph after progress morph use

2012-06-27 Thread p...@highoctane.be
Hey, thanks! This comes handy for my app as well :^) Hilaire, a question: what do you recommend as VM to run DrGeo on an android system? (I am doing a maths app with my wife. It runs fine on iOS/iPad but I'd like to try it out on android systems). Question: did you had any issues with loading PNG

Re: [Pharo-project] Sticky morph after progress morph use

2012-06-27 Thread Guillermo Polito
Anyway, Hilaire, if you want to get rid of that progress bar, you only have to evaluate: SystemProgressMorph reset. So maybe adding that line at the end of your script can be a workaround... On Wed, Jun 27, 2012 at 9:03 AM, Hilaire Fernandes < hilaire.fernan...@edu.ge.ch> wrote: > On 25/06/2012

Re: [Pharo-project] Sticky morph after progress morph use

2012-06-27 Thread Hilaire Fernandes
On 25/06/2012 13:30, Stéphane Ducasse wrote: > we do not know (at least I do not know what happened with the old progress > bar). > Now in 2.0 it is fixed (yes I know that you need a 1.4 version). Great. DrGeo 12.07 will survive to it, later release will move to 2.0 anyway. Hilaire -- Dr. Ge

Re: [Pharo-project] Sticky morph after progress morph use

2012-06-25 Thread Stéphane Ducasse
Hi hilaire we do not know (at least I do not know what happened with the old progress bar). Now in 2.0 it is fixed (yes I know that you need a 1.4 version). Stef On Jun 24, 2012, at 12:14 PM, Hilaire Fernandes wrote: > Hello, > > With Pharo 1.4 I already reported about it, but when I build a d

Re: [Pharo-project] Sticky morph after progress morph use

2012-06-24 Thread Hilaire Fernandes
Ah, ok good to know. Hilaire On 24/06/2012 14:16, p...@highoctane.be wrote: > Well, got some leftovers of a progress bar every once in a while... > > Phil > > 2012/6/24 Hilaire Fernandes > >> On 24/06/2012 13:28, Max Leske wrote: >>> + 1 for fixing that >> >> >> But this problem does not show

Re: [Pharo-project] Sticky morph after progress morph use

2012-06-24 Thread p...@highoctane.be
Well, got some leftovers of a progress bar every once in a while... Phil 2012/6/24 Hilaire Fernandes > On 24/06/2012 13:28, Max Leske wrote: > > + 1 for fixing that > > > But this problem does not show up with uncleaned-for-release image, > don't you? > > Thanks > > Hilaire > > > > -- > Dr. Geo

Re: [Pharo-project] Sticky morph after progress morph use

2012-06-24 Thread Hilaire Fernandes
On 24/06/2012 13:28, Max Leske wrote: > + 1 for fixing that But this problem does not show up with uncleaned-for-release image, don't you? Thanks Hilaire -- Dr. Geo -- http://www.drgeo.eu

Re: [Pharo-project] Sticky morph after progress morph use

2012-06-24 Thread Max Leske
+ 1 for fixing that On 24.06.2012, at 12:14, Hilaire Fernandes wrote: > Hello, > > With Pharo 1.4 I already reported about it, but when I build a drgeo > image then do a small clean up like this: > > === clean up > FreeTypeFontProvider unload. > ScriptLoader new cleanUpForProduction. > Str