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>>initializeTranslucentPatterns is there. Are you using #30391 ? Fernando On Thu, Sep 12, 2013 at 1:05 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
On Sep 12, 2013, at 12:59 PM, Torsten Bergmann <astares@gmx.de> 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: #30391 and still can reproduce the problem. One has to do some moving on the Workspace.
If you look you will into an updated image you will also see that still class var "TranslucentPatterns" in FormCanvas is uninitialized and class side methods on FormCanvas for initialization are missing. So the problem still persists ...
This is strange. now I can reproduce it, but when I tested it before I could not.
Marcus