Hi all,
first of all, thank you to Felippe and all the developers for the great work with QB64 and InForm.
I think I found some bugs in list controls in InForm.
The event __UI_ValueChanged is triggered twice (maybe more) when an element in the list is chosen.
I mean, if you click on an element in a list (or dropdown list) or change the selected text with the cursor keys,
this event is supposed to be triggered only once, as list value is only changed once, but actually it does not.
The SUB is triggered two or more times.
Also, if any variable is changed after first run of the sub, its value is lost when it runs for the second time.
You can see in the attached program.
I am thinking of several solutions, but this bug is weird.
regards