Re: [Pharo-dev] Bloc: Ominous Black External Window

2016-12-02 Thread Aliaksei Syrel
I also experience the same issue on mac time to time. Situation is the same as with previous implementation based on OSWindow. Cheers, Alex On 2 December 2016 at 17:27, Sean P. DeNigris wrote: > Tudor Girba-2 wrote > > Could you describe the situation > > There was no

Re: [Pharo-dev] Bloc: Ominous Black External Window

2016-12-02 Thread Sean P. DeNigris
Tudor Girba-2 wrote > Could you describe the situation There was no clear cause. While playing with the examples, suddenly when Bloc opened an external window, the contents were black, and existing windows were uncloseable via the title bar button. Tudor Girba-2 wrote > the concrete path that

Re: [Pharo-dev] Bloc: Ominous Black External Window

2016-12-02 Thread Tudor Girba
Hi Sean, Great. Could you describe the situation and the concrete path that fixed it for you so that we can extend the instruction on the GitHub page? Cheers, Doru > On Dec 2, 2016, at 5:11 PM, Sean P. DeNigris wrote: > > Glenn Cavarlé wrote >> what is the Bloc

Re: [Pharo-dev] Bloc: Ominous Black External Window

2016-12-02 Thread Sean P. DeNigris
Glenn Cavarlé wrote > what is the Bloc version you loaded? IDK. I loaded via: "Metacello new baseline:'Bloc'; repository: 'github://pharo-graphics/Bloc/src'; load:#core". Glenn Cavarlé wrote > you can first try to evaluate "BlUniverse reset". That corrected the problem. Thanks. -

Re: [Pharo-dev] Bloc: Ominous Black External Window

2016-12-02 Thread Glenn Cavarlé
Hi Sean, i know you are on mac but what is the Bloc version you loaded? If it is the 0.11, there are some issues with OSWindow on mac, does the problem temporarily gone when you relaunch your image? On the master branch, we currently don't use OSWindow abstraction but only the SDL2 binding. This