For some reason, I am unable to get a newly added procedure to work. I've simply added a button and label in designer and generated the appropriate members. Very simply, when you click the button, the label should change color, the text on the label changes and the label moves to a new "left" position. When I compile and click the button, nothing happens to the label -- NOTHING. I set a break point at the beginning of the button_click, to make sure the code was working. It executed each step described above, but again, the button color did not change, the text does not change and it does not move. I added a message box to give me the "left" value of the label, and even though the button is in the middle of the screen, it says left is 0.
I am not new to B4A so this is quite perplexing.
I am not new to B4A so this is quite perplexing.