[Pharo-users] fileout or something similar from crashed image

2013-10-14 Thread Usman Bhatti
Hello, I crashed my image and I had some unsaved code. Now, I know I can go to the changes file but I'm lazy. I am told there is a tool that allows "repairing/rejuvenating" a crashed image to recover .mcz files and I would like to give it a try. Tx Usman

Re: [Pharo-users] fileout or something similar from crashed image

2013-10-14 Thread Guillermo Polito
Maybe you were told about oz? http://www.youtube.com/watch?v=9-ARnlGXjL8 It's a bit experimental, but if you can wait, we can sit on wednesday and try to do it together :). On Mon, Oct 14, 2013 at 10:08 AM, Usman Bhatti wrote: > Hello, > > I crashed my image and I had some unsaved code. Now, I

Re: [Pharo-users] fileout or something similar from crashed image

2013-10-14 Thread Usman Bhatti
Ok, we can do it on Wednesday. tx Usman On Mon, Oct 14, 2013 at 10:17 AM, Guillermo Polito < guillermopol...@gmail.com> wrote: > Maybe you were told about oz? > > http://www.youtube.com/watch?v=9-ARnlGXjL8 > > It's a bit experimental, but if you can wait, we can sit on wednesday and > try to d

Re: [Pharo-users] Monticello and HTTPS

2013-10-14 Thread Sven Van Caekenberghe
Hi Manfred, On 13 Oct 2013, at 23:56, Manfred Kröhnert wrote: > Hello Sven, > > I had some time to look further into this issue. > > On Thu, Oct 10, 2013 at 9:08 PM, Sven Van Caekenberghe wrote: > Manfred, > > On 10 Oct 2013, at 20:17, Manfred Kröhnert > wrote: > > > Hi again, > > > > the

Re: [Pharo-users] Two progress bars for each progress in #20623?

2013-10-14 Thread Esteban Lorenzano
you probably has some weird status in the progress bar. you can try: SystemProgressMorph reset. that will clean the progress bar status. Esteban On Oct 14, 2013, at 8:23 AM, Marcus Denker wrote: > > On Oct 13, 2013, at 5:26 PM, MartinW wrote: > >> Recently (for example in #20623) i see t

Re: [Pharo-users] Two progress bars for each progress in #20623?

2013-10-14 Thread MartinW
EstebanLM wrote > you probably has some weird status in the progress bar. > you can try: > > SystemProgressMorph reset. > > that will clean the progress bar status. > >>> Recently (for example in #20623) i see two progress bars for each >>> progress. >>> Is this only an optical glitch - or is

Re: [Pharo-users] Two progress bars for each progress in #20623?

2013-10-14 Thread Esteban Lorenzano
mmm... can someone confirm this as a bug? (I cannot :( ) just to see if we have to catch a bug or a particular problem in your image :) Esteban On Oct 13, 2013, at 4:51 PM, MartinW wrote: > Recently (for example in #20623) i see two progress bars for each progress. > Is this only an optical gl

Re: [Pharo-users] Two progress bars for each progress in #20623?

2013-10-14 Thread Jan van de Sandt
I experienced exactly the same problem On Mon, Oct 14, 2013 at 4:15 PM, Esteban Lorenzano wrote: > mmm... can someone confirm this as a bug? (I cannot :( ) > > just to see if we have to catch a bug or a particular problem in your > image :) > > Esteban > > On Oct 13, 2013, at 4:51 PM, MartinW w

Re: [Pharo-users] fileout or something similar from crashed image

2013-10-14 Thread Stéphane Ducasse
recover lost changes is the way to go and martin is preparing a better version of it. On Oct 14, 2013, at 10:08 AM, Usman Bhatti wrote: > Hello, > > I crashed my image and I had some unsaved code. Now, I know I can go to the > changes file but I'm lazy. I am told there is a tool that allows