hibtc / madgui-old

[OBSOLETE] GUI for accelerator simulations using MAD-X
MIT License
1 stars 0 forks source link

Filter displayed elements in ElementPopup and ParamDlg #36

Open coldfix opened 10 years ago

coldfix commented 10 years ago

Currently, the amount of displayed parameters is quite large and most probably not what a user wants. A possible solution might to remove all parameters that have their default values, or better yet: collapse these parameters.

coldfix commented 9 years ago

The usage of ListCtrl for these dialogs opens new pathes for this matter: It should be easy to add a button to hide/highlight parameters with default values. On the other hand, this is matter becomes less important now, since the ListCtrl is less messy.

AT LEAST: put the non-null elements on top.

coldfix commented 8 years ago

Furthermore: highlight required parameters