Everything was working "okay" (although the examples seemed very slow to respond). Then, without apparent cause, now BlBasicExamples>>exampleGeometry (and all the other examples I tried) show a native window with blank (black) contents. Why is that happening and how does one debug something like that? Thanks. ----- Cheers, Sean -- View this message in context: http://forum.world.st/Bloc-Ominous-Black-External-Window-tp4925545.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
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 fixed some issues we had on mac, so, tell me if you face the same issue with the master branch. Else, if you face some unexpected behaviors, you can first try to evaluate "BlUniverse reset". Regards, Glenn. ----- Glenn Cavarlé -- View this message in context: http://forum.world.st/Bloc-Ominous-Black-External-Window-tp4925545p4925560.h... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
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. ----- Cheers, Sean -- View this message in context: http://forum.world.st/Bloc-Ominous-Black-External-Window-tp4925545p4925581.h... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
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 <sean@clipperadams.com> wrote:
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.
----- Cheers, Sean -- View this message in context: http://forum.world.st/Bloc-Ominous-Black-External-Window-tp4925545p4925581.h... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
-- www.tudorgirba.com www.feenk.com "Yesterday is a fact. Tomorrow is a possibility. Today is a challenge."
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 fixed it
BlUniverse reset ----- Cheers, Sean -- View this message in context: http://forum.world.st/Bloc-Ominous-Black-External-Window-tp4925545p4925583.h... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
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 <sean@clipperadams.com> wrote:
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 fixed it
BlUniverse reset
----- Cheers, Sean -- View this message in context: http://forum.world.st/Bloc-Omi nous-Black-External-Window-tp4925545p4925583.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (4)
-
Aliaksei Syrel -
Glenn Cavarlé -
Sean P. DeNigris -
Tudor Girba