PreyK

Results 17 comments of PreyK

Not sure if Hello managed to get it working, looked into this but it was a while ago. If you are still using hello's global menu there's some more references:...

OMG! So glad I found this, thought I'm going crazy! Tried literally everything, rebuilt my whole 3D printer from scratch, tried TMC, tried A4988, tried UART, standalone, tried disabling microstepping,...

I modified the build script to work on the latest unreal 4.21, hope it helps someone :) https://gist.github.com/PreyK/b56f310b225f2308398706b158913b45

Was just about to open an issue for this but i guess it's better to keep it in one place. Currently menu bar always displays on the first screen from...

Also might be related: https://github.com/helloSystem/Menu/issues/52

Just looked into this, made some improvements: **The menu now opens on the main screen selected by the user.** ![1613250702](https://user-images.githubusercontent.com/1968543/107862152-0b880c00-6e4b-11eb-8e0f-5566856de5a1.png) **The menu automatically sets the correct width for the correct...

Sounds great @probonopd, can't wait to try it! Might take a look at the Dock too for some multimonitor improvements. Currently, It doesn't take the primary display into account. If...

@probonopd Of course, it was just a quick mockup Also, I tested the new ISO and found some issues. The menu now draws on the correct display when it's set...

@probonopd Definetly! We'd just have to take the primary screen into account when creating the desktop icons. `workArea = qApp->primaryScreen()->availableGeometry();` Just opened a PR https://github.com/helloSystem/Filer/pull/33 ![1613535840](https://user-images.githubusercontent.com/1968543/108157153-0f689800-70b0-11eb-971a-1c1bb378817a.png)

> Possibly we can write some PyQt around https://raw.githubusercontent.com/python-xlib/python-xlib/master/examples/xrandr.py Looked into python-xlib and pyqt. python-xlib is more like a Python Xlib implelentation than an arandr one. python-xlib wants to control...