Two queries/problems:
When a project written in Haxe/Lime runs not in fullscreen, not one but two windows open up. The two windows occur if I call this.createWindow() in the constructor of my object derived from Application. If I leave this call out, neither of the windows opens. I could override onWindowCreate and destroy the second window, but this is inelegant and besides you can see the second window for a fraction of a second. Any reason two windows are created?
The other is behaviour that occurs when main window is resizing - under windows the display is frozen and graphics that appear are corrupted. Under linux there is no corruption, but the display is choppy, I’m guessing from double buffering. Perhaps this is not a lime issue but it would be good to make this problem go away, with the linux solution perhaps the lesser of two evils.
- Steve