Re: [Pharo-dev] Workspace Moprh Bug with image 30389

2013-09-13 Thread kilon
Thank you for the fix, latest image worked for me without any issues. Fernando Olivero-3 wrote > Sure! > > It was my original intent for the design, thanks for pointing that out. > > The 11586 issue includes the fix and refactoring. > > Fernando > > On Thu, Sep 12, 2013 at 1:30 PM, Torsten B

Re: [Pharo-dev] Workspace Moprh Bug with image 30389

2013-09-12 Thread Marcus Denker
On Sep 12, 2013, at 1:36 PM, kilon wrote: > its not fixed in 30391 which I just downloaded, at first it appears the > problem disappears but as soon as I save the image and reopen it and move > the first workspace window and they second workspace window around , they > both get the red box. So y

Re: [Pharo-dev] Workspace Moprh Bug with image 30389

2013-09-12 Thread Fernando Olivero
Sure! It was my original intent for the design, thanks for pointing that out. The 11586 issue includes the fix and refactoring. Fernando On Thu, Sep 12, 2013 at 1:30 PM, Torsten Bergmann wrote: > Hi Fernando, > > Now I see #initializeTranslucentPatterns is there. > > BUT: I expected it ON THE

Re: [Pharo-dev] Workspace Moprh Bug with image 30389

2013-09-12 Thread kilon
its not fixed in 30391 which I just downloaded, at first it appears the problem disappears but as soon as I save the image and reopen it and move the first workspace window and they second workspace window around , they both get the red box. So you may want to have another look at it unless 30391 i

Re: [Pharo-dev] Workspace Moprh Bug with image 30389

2013-09-12 Thread Torsten Bergmann
Hi Fernando, Now I see #initializeTranslucentPatterns is there. BUT: I expected it ON THE CLASS SIDE since usually initializing class variables is done with class side methods. This is my opinion also a better style of coding in Smalltalk. For instance if one resets a class variabl

Re: [Pharo-dev] Workspace Moprh Bug with image 30389

2013-09-12 Thread Fernando Olivero
I found the bug! it is that FormCanvas>>translucentMaskFor: alphaValue depth: d, should use the accessor ! Maybe when my settings our initialised the FormCanvas>>translucentPatterns get evaluated... I'll open an ISSUE and submit the code ASAP. On Thu, Sep 12, 2013 at 1:12 PM, Fernando Oliver

Re: [Pharo-dev] Workspace Moprh Bug with image 30389

2013-09-12 Thread Fernando Olivero
Hi,this is strange, because everything works just fine for me. I'm using Pharo3.0: Latest update: #30391 That's ok, the class var is lazy initialized. See FormCanvas>>translucentPatterns. I don't understand which missing method are you referring to, because FormCanvas class>>initializeTranslucen

Re: [Pharo-dev] Workspace Moprh Bug with image 30389

2013-09-12 Thread Marcus Denker
On Sep 12, 2013, at 12:59 PM, Torsten Bergmann wrote: > Marcus wrote: >> This should be fixed in 3.0 390…. at least I can't reproduce it anymore. > > Hi Marcus, > > No its not. I tried in the latest 3.0 image from today. To make sure I > cleanly downloaded a fresh > Pharo3.0 Latest update: #

[Pharo-dev] Workspace Moprh Bug with image 30389

2013-09-12 Thread Torsten Bergmann
Marcus wrote: >This should be fixed in 3.0 390…. at least I can't reproduce it anymore. Hi Marcus, No its not. I tried in the latest 3.0 image from today. To make sure I cleanly downloaded a fresh Pharo3.0 Latest update: #30391 and still can reproduce the problem. One has to do some moving on t

Re: [Pharo-dev] Workspace Moprh Bug with image 30389

2013-09-12 Thread Fernando Olivero
Yes, this happened due to Monticello when integrating the Issue. Is fixed in the latest image. Messing up with Color's is both hazardous and difficult to integrate in the remote server! I'm having some problems with the integration of the issue whichs removes TranslucentColor.that I'm tackling now

Re: [Pharo-dev] Workspace Moprh Bug with image 30389

2013-09-12 Thread Marcus Denker
On Sep 12, 2013, at 12:36 PM, "Torsten Bergmann" wrote: > kilon wrote: >> this happens only when I try to create a new workspace issuing the commands >> you see in the screenshot and it appears after I try to move the new >> workspace. At first it appears as a small red box but while hitting ent

[Pharo-dev] Workspace Moprh Bug with image 30389

2013-09-12 Thread Torsten Bergmann
kilon wrote: >this happens only when I try to create a new workspace issuing the commands >you see in the screenshot and it appears after I try to move the new >workspace. At first it appears as a small red box but while hitting enter it >expands to the final size you see here. > >Are you aware o

[Pharo-dev] Workspace Moprh Bug with image 30389

2013-09-12 Thread kilon
I think the picture speaks for itself this happens only when I try to create a new workspace issuing the commands you see in the screenshot and it appears after I try to move the new workspace. At first it appears as a small red box b