I have an array with 1, 2 , or more elements
I want to open an UI dialog with buttons as many as my Array length.
AND I want to be able to personalise every single function() onClick for each single existed button
The problem is that I can't make the code reconize each individual button once have been created.