climsoft / Climsoft

Climsoft Desktop for Windows - http://www.climsoft.org
GNU General Public License v3.0
14 stars 28 forks source link

FORMS RESIZING #697

Open adomdesmond opened 2 years ago

adomdesmond commented 2 years ago
  1. The Climsoft forms and windows should be responsive to maximization and minimization. Currently, it is not, which poses a great challenge to persons with vision problems.
  2. Apart from station IDs, search should be possible by entering the station name.
smachua commented 2 years ago
  1. Your comment on forms maximization and minimization is noted. It is not implemented yet.
  2. You can use the station name to search for the desired station record. Use the "Search Station Name" list box to select and click on the station name you're looking for. By typing the first few characters of the station name makes it appear on the list. The form will then be populated with the details of the selected station.
adomdesmond commented 2 years ago

@smachua frmCreateEntryForm dialog The system should allow the deletion of individually selected elements or a single element that one wishes to drop from the form. At the moment, the CEAR button removes all the selected elements whiles I intend to clear just one or two elements. CreateForm

adomdesmond commented 2 years ago

@smachua I think it will be appreciated if the elements are arranged alphabetically. It makes the search for elements easier.

smachua commented 2 years ago

Thanks @adomdesmond for your continued feedback, In the form customization operation you select the element in the order that they are listed in your paper form. That way key entry will be faster and convenient. To delete any of the listed element, highlight it then press DELETE key on your keyboard. To Insert an element anywhere in the list, highlight the position below where you want to inset the additional element then select it from the list above as usual. I think those instructions are in the Manual but I confirm.

adomdesmond commented 2 years ago

@smachua Thank you for the feedback.