Hi everyone.
Assuming I put a button on a screen, and I want all of it to be disabled. I have to by the command button.enable = False.
Now suppose on that same screen I want to put 40 buttons.
I'll have to put btn1.enable = False for all of them? Or is there any way to steady them all at once? So I would put Btn.enable = False and all 40 buttons would be disabled.
For this example I refer to buttons, but if there is this way re references 40 objects of the same pattern (button, label, edittext, panel, etc ...) how do I reference others too? for example use the same thing, but for edittext and labels?
Assuming I put a button on a screen, and I want all of it to be disabled. I have to by the command button.enable = False.
Now suppose on that same screen I want to put 40 buttons.
I'll have to put btn1.enable = False for all of them? Or is there any way to steady them all at once? So I would put Btn.enable = False and all 40 buttons would be disabled.
For this example I refer to buttons, but if there is this way re references 40 objects of the same pattern (button, label, edittext, panel, etc ...) how do I reference others too? for example use the same thing, but for edittext and labels?