If I make an array of panels
Like
Is there some way I can make one stuff_click to process all panels, or do i have to make stuff1_click, stuff2_click etc for each one?
Like
B4X:
Dim stuff(5) As Panel
stuff(i).Initialize("stuff")
stuff(i).Color=Colors.black
Is there some way I can make one stuff_click to process all panels, or do i have to make stuff1_click, stuff2_click etc for each one?
Last edited: