Re: [Pharo-project] GUI failing apart

2011-08-09 Thread Stéphane Ducasse
>> >> > > Oh, If your goal is to remain popular, then indeeed, you should keep > away from changing such parts of the system which are not shining ;). > The obvious reason is that multilayer hacks with obfuscated contracts > are not maintanable... > so it's inevitable to create bugs in the trans

Re: [Pharo-project] GUI failing apart

2011-08-09 Thread Igor Stasenko
On 9 August 2011 13:43, Nicolas Cellier wrote: > 2011/8/8 Stéphane Ducasse : >>> >>> >>> OK, some clean up was required, but you see, you can make things worse >>> when cleaning... >> >> Yes but in average this is really not the case. >> >>> It's like Pharo cleaning removed the antidote, but forgo

Re: [Pharo-project] GUI failing apart

2011-08-09 Thread Nicolas Cellier
2011/8/8 Stéphane Ducasse : >> >> >> OK, some clean up was required, but you see, you can make things worse >> when cleaning... > > Yes but in average this is really not the case. > >> It's like Pharo cleaning removed the antidote, but forgot to remove >> the poison... > > Ok that kinds of things h

Re: [Pharo-project] GUI failing apart

2011-08-08 Thread Igor Stasenko
One thing about UI is that nobody dares to enter this area. Because its scares the shit out of most of people, once they take a look at code and realizing how much things they need to learn about it to at least do not do any harm, not saying about making a small improvement. Because you can easily

Re: [Pharo-project] GUI failing apart

2011-08-08 Thread Benjamin
On Aug 8, 2011, at 11:27 PM, Stéphane Ducasse wrote: >> >> >> OK, some clean up was required, but you see, you can make things worse >> when cleaning... > > Yes but in average this is really not the case. > >> It's like Pharo cleaning removed the antidote, but forgot to remove >> the poison..

Re: [Pharo-project] GUI failing apart

2011-08-08 Thread Stéphane Ducasse
> > > OK, some clean up was required, but you see, you can make things worse > when cleaning... Yes but in average this is really not the case. > It's like Pharo cleaning removed the antidote, but forgot to remove > the poison... Ok that kinds of things happens in ugly, undocumented, obsolete

Re: [Pharo-project] GUI failing apart

2011-08-08 Thread Nicolas Cellier
2011/8/8 Igor Stasenko : > 2011/8/8 Nicolas Cellier : >> I also noted this: (Array does notUnderstand: #nextPut:) and it comes from: >> >> MouseOverHandler>>handleAsMouseEnter: anEvent >>        | asMouseEnterEvent | >>        asMouseEnterEvent := anEvent asMouseEnter. >>        enteredMorphs := en

Re: [Pharo-project] GUI failing apart

2011-08-08 Thread Stéphane Ducasse
you mean that this method could be nicer :) We will continue to work on the rewrite of the events. It just takes time. handleEvent: anEvent | evt ofs | owner ifNil:[^self]. evt := anEvent. EventStats ifNil:[EventStats := IdentityDictionary new]. EventStats

Re: [Pharo-project] GUI failing apart

2011-08-08 Thread Stéphane Ducasse
ultiNewParagraph>>buildSelectionBlocksFrom:to: >> >> Regards, Gary >> >> ----- Original Message - From: "Janko Mivšek" >> To: >> Sent: Monday, August 08, 2011 6:29 PM >> Subject: Re: [Pharo-project] GUI failing apart >> >>

Re: [Pharo-project] GUI failing apart

2011-08-08 Thread Igor Stasenko
2011/8/8 Nicolas Cellier : > I also noted this: (Array does notUnderstand: #nextPut:) and it comes from: > > MouseOverHandler>>handleAsMouseEnter: anEvent >        | asMouseEnterEvent | >        asMouseEnterEvent := anEvent asMouseEnter. >        enteredMorphs := enteredMorphs contents. >        en

Re: [Pharo-project] GUI failing apart

2011-08-08 Thread Nicolas Cellier
;> exceptions captured. Troubles started an hour or so ago. >>> >>> Thanks for your time and best regards >>> Janko >>> >>> S, Gary Chambers piše: >>>> >>>> Your PharoDebug.log may have some clues... >>>> >>>> Regard

Re: [Pharo-project] GUI failing apart

2011-08-08 Thread Nicolas Cellier
BlockScanner back instead of a CharacterBlock in > MultiNewParagraph>>buildSelectionBlocksFrom:to: > > Regards, Gary > > - Original Message - From: "Janko Mivšek" > To: > Sent: Monday, August 08, 2011 6:29 PM > Subject: Re: [Pharo-project] GUI failing apart

Re: [Pharo-project] GUI failing apart

2011-08-08 Thread Gary Chambers
CharacterBlock in MultiNewParagraph>>buildSelectionBlocksFrom:to: Regards, Gary - Original Message - From: "Janko Mivšek" To: Sent: Monday, August 08, 2011 6:29 PM Subject: Re: [Pharo-project] GUI failing apart Here it is, in attachment, there actually are some GUI re

Re: [Pharo-project] GUI failing apart

2011-08-08 Thread Gary Chambers
Your PharoDebug.log may have some clues... Regards, Gary - Original Message - From: "Janko Mivšek" To: Sent: Monday, August 08, 2011 6:04 PM Subject: [Pharo-project] GUI failing apart Hi guys, Strange things start happening to my 1.3 image. When edited some method i

[Pharo-project] GUI failing apart

2011-08-08 Thread Janko Mivšek
Hi guys, Strange things start happening to my 1.3 image. When edited some method it suddenly became covered with red, yellow crossed. Now other windows also have trouble to recreate when they come in focus. Not to mention many other such problems I cannot even describe. I somehow still manage to w