Chris Andriessen

Results 28 comments of Chris Andriessen

@zeevy I fixed it manually my hardcoding line **291** in **GrblUsbSerialService.java** to `if (deviceVID == 0x2341 && devicePID == 0x0042) {` Now it works as intended :)

@PrincessAkira Maybe in the future... but... De taskbar can only be given rounded corners using `setwindowrgn` https://www.pinvoke.net/default.aspx/user32.setwindowrgn It's basically changing the shape of the taskbars window. A limitation is that...

@PrincessAkira @officialLennox Well... the taskbar has this annoying habit of constantly wanting to refresh itself causing those flickers. Playing with WM_SETREDRAW can drastically reduce it when used at the right...

@officialLennox Currently not at home but... The code is already in there. If you paste this line at line 1109 in Taskbar11.cpp you will get the same result as in...

@officialLennox Me neither... Only result was a taskbar that completely glitched out because i didn't like to be resized XD. Maybe another time ;)

@PrincessAkira Interesting.... I will look into this.

This is a limitation in Windows. But... i may have found a way to do it better.

Currently i am doing some stability/bug fixes. I managed to stop even more flickering. Can you see if it's fixed now?

Great! Thanks for checking! I'll wait a couple days before closing this ;)

@Loremly XD very early.. Well.. for now Yes. I hope to add more features in the future. First I have to see what's possible with the new taskbar. For example...