How to generate buttons within a loop?
I'm trying to generate buttons within a loop (one button for each column). The buttons are created correctly except that when the button executes its script it will always execute the script of the lastly created button - instead of the script that was passed to the button box object when it was created.So, it seems that the button gets only a reference to the script - and if script is changed the...
