Re: [Pharo-dev] Nautilus with inline QA?

2016-12-02 Thread Denis Kudriashov
2016-12-01 10:12 GMT+01:00 Yuriy Tymchuk : > yes, the critiques are inlined. In fact I just needed to add 1 line of > code, a the solution used in the MessageBrowser can be reused. > > On the other hand maybe someone prefers the list at the bottom and we are > in code freeze

Re: [Pharo-dev] Nautilus with inline QA?

2016-12-02 Thread Denis Kudriashov
2016-12-02 13:00 GMT+01:00 Denis Kudriashov : > I just found that it is already working in MessageBrowser but absent in > Nautilus. > But icons over halt are only shown in Nautilus. > In MessageBrowser icons starts to be shown only after first manual selection

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

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 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 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 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