Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't access buttons on Preferences window on screens with vertical resolution of 600 px #4753

Closed
yvescordier opened this issue Mar 24, 2016 · 8 comments
Labels
Component: IDE user interface The Arduino IDE's user interface

Comments

@yvescordier
Copy link

yvescordier commented Mar 24, 2016

Arduino IDE 1.6.8
The preference window has no vertical scrollbar. So it is impossible to access the OK button on the bottom of the window on a PC (old recycle for courses) with lower resolution (1024x600 or 800x600).

Would it be possible to reorganize the items of this window to be able to access then on 10'' old notebook? There is this huge useless empty gap between the end of the last preference and the buttons. There is a lot of room unused between lines and another way could be to put the OK and Cancel buttons on the top of the box.
preferences

@lmihalkovic
Copy link

@yvescordier this was my own thinking on the preferences: #4421, #4417, #4102/comment: the single page has been split into more logical smaller pages accessible via the left hand-side list. I think the arduino team's original argument that 'users are so non-tech that they can't be overwhelmed with too many choices' has over the years turned into an efficient justification for doing the bare minimum, especially considering how the IDE (not the libraries) could be construed as having entered de-facto sunset mode.

@yvescordier
Copy link
Author

Sorry but english is not my mother language. My problem is not to split the informations and checkboxes in two or three pages but the problem is to be able to access all informations of the preference window on a screen with low resolution (1024*600). On such screen, it is not possible to acces the OK button to validate the choices. It is why I propose to have a slimerst box of about 500 point heigh (this could be done by elimating usless zones).

regards
yves cordier

@lmihalkovic
Copy link

this could be done by elimating usless zones

... or by avoiding to cram together things that have nothing in common, but result in a window too big for everything to be visible on a smaller resolution monitor. But the arduino designers likely has a plan for what they want to do.
Cheers.

Reminds me of this architect friend who used to say nobody could pay him enough to make him design a toilet in the center of a living room, without a very serious reason...

@per1234 per1234 added the Component: IDE user interface The Arduino IDE's user interface label Jul 4, 2017
@per1234 per1234 changed the title Problem acces OK button on preference window Can't access buttons on Preferences window on screens with vertical resolution of 600 px Jul 5, 2017
facchinm added a commit to facchinm/Arduino that referenced this issue Jul 5, 2017
@facchinm
Copy link
Member

facchinm commented Aug 1, 2017

Fixed by #6459

@facchinm facchinm closed this as completed Aug 1, 2017
@yvescordier
Copy link
Author

yvescordier commented Aug 13, 2017 via email

@facchinm
Copy link
Member

Due to the padding of all the other elements it's truly difficult to get back other 50 pixels (there is always the "dual tab" chance, as I mentioned in #6459).
The main problem I think it's gone is that it was simply impossible to press the buttons. Now it's difficult but feasible (temporarily hiding the taskbar should help in the "desperate" cases of 1024x576 screens).

@rin67630
Copy link

rin67630 commented Nov 27, 2018

Temporarily hiding the taskbar does not help enough to get the button on screen.
It would have been so easy to put the 8 tick options side by side on two columns of 4...

@cjdg
Copy link

cjdg commented May 29, 2019

Its happening again on 1.8.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE user interface The Arduino IDE's user interface
Projects
None yet
Development

No branches or pull requests

6 participants