Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-10 Thread David Boeren
That's OK, thanks for taking a look - I really appreciate it. At least I can work again and if the same issue happens I know now how to kill the bad windows and I will take better notes on exactly what I was doing just prior to the problem. Or, if it never happens again that would be fine too :)

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-10 Thread Esteban Lorenzano
well… I cannot find what happened :P Esteban > On 10 Dec 2014, at 15:51, David Boeren wrote: > > OK, here is both the screenshot of the process browser and also the image > file... I am interested to see what you can find out, thanks! > > ​ >  Pharo3.0.image >

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-10 Thread kilon alios
just upload your image file so we can take a look, one of the great things about pharo ;) you can also upload the whole pharo folder On Wed, Dec 10, 2014 at 10:04 AM, Esteban Lorenzano wrote: > can you share a screenshot of your processes? (World Menu/Tools/Process > Browsers) > > Esteban > > >

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-10 Thread Esteban Lorenzano
can you share a screenshot of your processes? (World Menu/Tools/Process Browsers) Esteban > On 10 Dec 2014, at 02:58, David Boeren wrote: > > Didn't seem to have any effect. The broken windows are still there, and the > file size is still 99.5MB. > > On Tue, Dec 9, 2014 at 8:49 PM, Mariano

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-09 Thread David Boeren
Didn't seem to have any effect. The broken windows are still there, and the file size is still 99.5MB. On Tue, Dec 9, 2014 at 8:49 PM, Mariano Martinez Peck wrote: > The size could have been the Monticello cache for all the stuff you loaded? > In the big image try ImageCleaner new cleanUpForRel

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-09 Thread Mariano Martinez Peck
The size could have been the Monticello cache for all the stuff you loaded? In the big image try ImageCleaner new cleanUpForRelease, then save it and compare size. CHeers, On Tue, Dec 9, 2014 at 9:22 PM, stepharo wrote: > This is indeed quite strange. > > Le 9/12/14 14:31, dboeren a écrit : > >

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-09 Thread stepharo
This is indeed quite strange. Le 9/12/14 14:31, dboeren a écrit : OK, some progress. I made a copy of Pharo to experiment with and found World->Windows->DeleteAllWindowsDiscardingEdits. This destroyed the three rogue windows and at least to a first glance the system is working correctly again.

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-09 Thread stepharo
Welcome :) Le 9/12/14 12:13, dboeren a écrit : Sorry to have to introduce myself to the community this way :) I downloaded Pharo 3.0 recently for OSX and have been working on learning it and writing some simple programs to get accustomed to the language and environment. Now it's doing somethin

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-09 Thread dboeren
OK, some progress. I made a copy of Pharo to experiment with and found World->Windows->DeleteAllWindowsDiscardingEdits. This destroyed the three rogue windows and at least to a first glance the system is working correctly again. But, I also still have the original copy which is still malfunction

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-09 Thread dboeren
Thanks for your reply, Johan. I'm not sure what caused this. As best I recall, it was working last night when I went to bed and today it is not. The only unusual thing I recall doing late last night was importing the XMLSupport library. I haven't used it yet, this is just preparation for future

Re: [Pharo-users] Left mouse button not working in Pharo 3.0

2014-12-09 Thread Johan Fabry
Hi, to clarify: it’s normal that left-clicking outside of any active window (i.e. in the gray background) brings up the world menu. However, also getting the world menu on left-clicks inside browsers is not. If this is happening it is a bug that should be treated and it would be best that you