Metacello new smalltalkhubUser: 'Pharo' project: 'SessionManager'; configuration: 'SessionManager'; fetch. Metacello new smalltalkhubUser: 'Pharo' project: 'SessionManager'; configuration: 'SessionManager'; version: '1.7'; load
Le 4 f��vr. 2016 �� 13:42, Aliaksei Syrel <alex.syrel@gmail.com> a ��crit :Hi ChristopheThanks 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