Thanks. I posted too quickly without doing enough troubleshooting. In trying to reproduce the problem in a simple piece of code I found the issue. I had an invisible button in the background to prevent all click events getting to another component and the label on top of that. With the new version of the targetSDKversion it seems buttons can never be anything but the top layer and you can't get a click event for anything that is put on top of them. Actually you can't put anything on top of them at all. This invisible button took the events. Solution was to put the label on a panel. Thanks for the replies