Jay-Tech / ioSenderTouch

A GCode Sender for grblHAL written in C# (Windows only).
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Can't activate portrait mode layout #6

Open axg20202 opened 10 months ago

axg20202 commented 10 months ago

This is excellent. Good for non touch screens too. There doesn't appear to be a settting for portrait mode. How is this acitivated? The layout doesn't appear to reorganise automatically but can't see a setting for it. Is this a bug?

axg20202 commented 10 months ago

Ok, I discovered the issue. Windows won't display the UI properly when the desktop is set to 'Portrait flipped', but 'Portrait' works. Is this something that can be resolved in a new release?

Jay-Tech commented 10 months ago

Yeah, did not account for flipped screen orientation . Just as a note something windows does that I have not worked around is. that it will give the orientation of the primary monitor. So if you are hooked up to a laptop and its the primary screen and the external monitor is in portrait the app will not Change layouts until the external monitor is set as primary. Try this to see if it fixes your issue https://github.com/Jay-Tech/ioSenderTouch/releases/tag/V1.0.4

axg20202 commented 10 months ago

That's great. Thanks. WIll try it out.