Okay, thanks for the feedback ! The inappropriate window position is just because for some reasons Linux count 0@0 with the decorations whereas windows count it without the decorations so I should probably make them appear at 20@20 or something like that. By the way the new SDL version (2.0.4) offers some new nice options to handle the windows but unfortunately it is still in development. But if you download it and compile it you'll see that the windows won't have decorations anymore and you'll be able to drag them from their title bar, exactly like inside the world.
As for the "no text input in the main window", I'll take a look. BTW do you know where I can find a VM for windows with the SDL plugin integrated ? I've downloaded the latest one from here : https://ci.inria.fr/pharo/ but there is no SDL plugin. 2015-05-29 22:31 GMT+02:00 Nicolai Hess <nicolaih...@web.de>: > > > 2015-05-29 20:42 GMT+02:00 Matthieu Lacaton <matthieu.laca...@gmail.com>: > >> Hello everybody, >> >> ..... >> - I've coded it on Linux and the last time I tried it on windows it >> didn't work well at all so it probably won't work on windows. I don't know >> for mac. >> >> > It works on windows (apart from the known issue, no text input in the > mainwindow and inappropiate window position). > > > >