Hello Ronie,

Thank you ! Events are "back" in the main Pharo Window ! 

But now, when i open and close brick window examples, a debugger opens
because BlOsWindow try to call  destroy method on OSSDL2Windowhandle.

But OSSDL2Driver class >> current  returns an instance of OSNullWindowDriver
and this class does not have unregisterWindowWithId: method.
this method is in OSSDL2Driver 

In order to be able to close SDL window i added a temporary fix :

OSNullWindowDriver >> unregisterWindowWithId:
    OSWindowDriver current unregisterWindowWithId: windowId.

It is not a good and long term solution... i know !

The VM is also unstable after openning SDL window... 

Thank you for you help. Can i help to solve OsWindow/SDL2 problems ? 

Eric.








--
View this message in context: 
http://forum.world.st/OsWindow-tests-tp4918041p4918243.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Reply via email to