Hi folks,
First time poster, still learning the ropes a little.
I am just wondering if there is any way to enable multiple elements (say, edittext's) at the same time (maybe have them in a group and just call Edittext_Group.Enabled = True).
I have a panel with 15 edittexts, and 5 labels, some or all of which are disabled or enabled, depending upon input. I'd rather not have to repeat
or
up to 20 times whenever the panel is accessed.
Cheers for any help!
Ben.
First time poster, still learning the ropes a little.
I am just wondering if there is any way to enable multiple elements (say, edittext's) at the same time (maybe have them in a group and just call Edittext_Group.Enabled = True).
I have a panel with 15 edittexts, and 5 labels, some or all of which are disabled or enabled, depending upon input. I'd rather not have to repeat
B4X:
Txt_x.Enabled = True
B4X:
Lbl_x.Enabled = True
Cheers for any help!
Ben.