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

Menu and Registry enhancements #58

Open
PaulOdendaal opened this issue Feb 19, 2023 · 0 comments
Open

Menu and Registry enhancements #58

PaulOdendaal opened this issue Feb 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@PaulOdendaal
Copy link

I wish to recommend the following easy to implement user-friendly improvements. It is quite frustrating for me to reset these every time I open the program.

There are things which a user may select like:

File>Preferences>Formats. Setting decimals for various parameters. The choice of the user can be saved in the Windows Registry. I use SaveSettings in VB6 , but C will have a different statement. Each time the user opens the program, these setting can be read from the Registry and applied to the Preferences (I use GetSettings in VB6). It now jumps back to the hard coded settings.

View>Options>Map Options>Notation. The font size the user works with can also be saved and read from the registry, as presently, when the program is opened, it jumps back to the hard coded settings.

On the Browser, the selection a user makes, can also be saved and read again. I am referring to what is normally selected by the user. In my case it is pressure at nodes and flow in pipes, Presently it jumps back to no selection when the program is opened.

The options a user has, are all over the menus. One single main menu item could be 'Options' which can include the following in submenus or one large frame with all the settings will be even better.

File>Preferences
View>Dimensions
View>Legends>Modify
Project>Defaults
Project>Analysis options

Thanks

PK

@ucchejbb ucchejbb added the enhancement New feature or request label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants