goxr3plus / FX-BorderlessScene

💠 Undecorated JavaFX Scene with implemented move, resize, minimise, maximise, close and Windows Aero Snap controls.
144 stars 31 forks source link

horizontal right and vertical bottom resizing lag on macOS #2

Closed Typhon0 closed 6 years ago

Typhon0 commented 6 years ago

Hi, I don't know if it's the case on Windows or Linux but on macOS when I resize the windows horizontally on right and vertically on bottom ( right top and right bottom diagonal too) the resizing is lagging.

Thanks

Demo

goxr3plus commented 6 years ago

Yes my dear friend it is a problem. I haven't tested it on MacOS. I am soore you can help me on fixing that issue :)

On Ubuntu it happens also.

Generally i need to fix this projdct, it has some bugs.

Typhon0 commented 6 years ago

I will try 😄

goxr3plus commented 6 years ago

I want to see yoy doing it :)

goxr3plus commented 6 years ago

Hey i am adding exciting new features , check the latest version :) 3.0.0

goxr3plus commented 6 years ago

@Typhon0 Hello my dear friend , i just notices a strange bug [ NullPointerException] here :

Line 242 BorderlessController

if (m.getScreenY() > eventSource.y) {
     stage.setWidth(prevSize.x);
     stage.setHeight(prevSize.y);
    snapped = false;
}

I am trying to investigate can you help me :) ?

5

goxr3plus commented 6 years ago

The issue is fixed so i am closing this . Feel free to open :)