Started another round of playing around with the AIMMS webui and running into some more questions again I think most of my questions originate from the fact I still think in the old winUI and trying to convert my mind into the webUI way of thinking
I saw that the scalar widget has two ways it can display the contents, depending on whether you include one or more values:
The top one is the style whenever you select a single scalar value, the bottom one is when you have multiple scalars to be displayed. Is it possible to use the second style if you just want to display a single scalar value?
The underlying reason for this question is that I would like to create something like the DialogGetString functionality: create a dialog page that provides the user with a field to provide the name for a scenario or a case.
Is there anything I am overlooking here? Am I trying to use the webUI in the old winUI way and should I be doing this in a different way?