This piece of code causes error and program closes. I call the sub on the button click. This is a test:
Do you know why ?
B4X:
Sub mostraSimbolo(btn As Button)
btn.TextSize=24
end sub
Do you know why ?