I have a button that tells each box to select a certain line but it only affects the box which was created first.
...
I have an event:
EVERY TICK -> TEXT BOX SET TEXT: GlobalVariable1 & ComboBox1.getValueSelected & ComboBox2.getValueSelected
SoldjahBoy
OK I was able to look at your issues.
For the first one, argh, when I did this plugin I just started learning Javascript, and did a big mistake!!! I think I get it, I'll do an update as quickly as possible...
For the second part, since the new version, getValueSelect returns an integer, so you have to put the expression between str() to have the good result.
Hopefully it helps you, just let me know ;)
Thanks