the problem is that changing it to true will not allow the touch event of the Pane to be triggered. not like in b4a in b4j the button behaves differently.
this is why i changed them to enable= false
in my opinion, i would not use buttons. i would use labels instead and then they can be enabled=true.
You can define a same EventName for all Buttons and have one Click event and use the Tag property to know which Button raised the event.
this will not work. you cannot handle the pane_touch event and also the button_click event.
i really don't understand what the end result should look like but to be honest i think that after giving several projects code and really solving the most problems it is time for
@WebQuest to try by himself. At the end he is the one that should create his own app ?