23.11.2018, 13:58
(23.11.2018, 08:49)Erwin van der Zwart Wrote: Hi,
Yes i noticed the error (and corrected them), i should stop posting from iPhone, it doesn't work smooth (:
What do you mean by string? What should it display?
You could add this to display the group address name of the controlled EVG by a separate script attachted to the selection box events :
BR,Code:GW = grp.getvalue('1/1/1')
EVG = grp.getvalue('1/1/2')
grp.update('1/1/4', 'Selected EVG = ' .. grp.find('2/' .. GW .. '/' .. EVG).name)
Erwin
Hi Erwin,
That exactly what I mean by string, group address name.
B.R,
Chouaibou.