PSU-CSAR / vb-bagis

Source code for BAGIS V3 ESRI Add-In
0 stars 1 forks source link

Dealing with large forms on a tiny screen #76

Closed jdduh closed 4 years ago

jdduh commented 4 years ago

When a form is too large to fit on a computer screen (e.g., 1024 x 768), users cannot access some of the required functions (i.e., buttons) on the form. One example is the auto pseudo site tool. If the computer screen is too small, the resized the form won't allow users to access the "1. find site" button. Is there a way to enable a scroll bar on the form?

image

jdduh commented 4 years ago

Can you adjust the dialog window layout so that it fits on a 1024 x 768 screen? See the image below for an example. This is a temporary fix before a better dialog configuration is found.

image

lbross commented 4 years ago

I enabled the autoscrollbars parameter to add scrollbars to this form. I also pulled the controls a little closer together. There is a new version of the add-in posted to basins. I updated the compile date but not the release. We are still working on v3.4-b2. Please let me know if this helps.

jdduh commented 4 years ago

The scrollbars work fine.