thegrumpys / odop

Open Design Optimization Platform (ODOP) - Coil spring design app; mechanical springs; compression spring, extension spring, torsion spring
https://www.springdesignsoftware.org
MIT License
4 stars 5 forks source link

Dep Var hint msg also appears for Indep Var & Calc Inputs #732

Closed grumpyinca closed 2 years ago

grumpyinca commented 2 years ago

A recent change (applying to Calculator View only) with the words:

To control the value of a Dependent Variable either FIX it or enable its MIN and/or MAX constraints and then set its constraint values. This allows SearchButton to find the Dependent Variable's value that is within this constraint range.

also appears in the pop-up dialog to change Independent Variables and Calculation Inputs.

1fifoto commented 2 years ago

Added conditional logic to display words only if Dependent Variable.

Independent Variable display Screen Shot 2022-08-27 at 9 34 19 AM

Dependent Variable display Screen Shot 2022-08-27 at 9 34 41 AM

Calculation Input display Screen Shot 2022-08-27 at 9 34 31 AM

Merged into master, clsoing