Hi Alex, I just publish a configuration of the Session Manager with this change (not yet in Pharo). Please could you test if it is ok for you? you can load it with: Metacello new smalltalkhubUser: 'Pharo' project: 'SessionManager'; configuration: 'SessionManager'; fetch. Metacello new smalltalkhubUser: 'Pharo' project: 'SessionManager'; configuration: 'SessionManager'; version: '1.7'; load Cheers, Christophe
Le 4 févr. 2016 à 13:42, Aliaksei Syrel <alex.syrel@gmail.com> a écrit :
Hi Christophe
Thanks for the answer :) What you proposed indeed fixes the issue. it would be great to have it!
Because Bloc Universe knows which space is currently running I can detect which UI manager is needed. So I just hacked "new" in bloc ui manager:
new ^ super new space: (%ask universe for correct space%)
Ugly but works, until refactoring of SessionManager is done.
Please continue your great job :)
Cheers, Alex