Bug: integer range vs. UI

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-02-07 11:31 PM
‎2018-02-07
11:31 PM
You can give possible values of an integer parameter with
values "iBlaBla" range [iMin, iMax]and when parameter selecting, this will give You the desired result, integer numbers from
But for
For me, a complex, pictured,
Tested only in AC18.
GDL/Python/C++ dev
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-02-08 11:37 PM
‎2018-02-08
11:37 PM
do a loop and use "put" on all the parameters prior values command where do a "get"
it will work in plain old parameters and ui.
Piotr
it will work in plain old parameters and ui.
Piotr

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-02-10 09:20 PM
‎2018-02-10
09:20 PM
Hi Piotr,
this is what I have done, and worked, so this is a good workaround. (On the other end, it took an hour of me to find the reason for not working, especially that on Parameters list stuff worked well.)
this is what I have done, and worked, so this is a good workaround. (On the other end, it took an hour of me to find the reason for not working, especially that on Parameters list stuff worked well.)
GDL/Python/C++ dev