I have a problem with some labels and edittexts
I'm sure it's my fault but I can't seem to work out what is happening.
The original labels and Edittexts were created within the designer and not via code. They are not initialized within the code
The views show GPS information and I allow the user to switch from Lat / long to OSGB using a toggle button. The problem is the text doesn't change when I toggle and the GPS coordinates are supposed to change under the GPS_LocationChange event, updating two EditText's.
When I use the debugger, all the data in the Global Variables is correct and shows the appropriate values. However, the views do not update (I'm debugging on Samsung Galaxy S4 via B4A Bridge)
I'm sure it's my fault but I can't seem to work out what is happening.
The original labels and Edittexts were created within the designer and not via code. They are not initialized within the code
The views show GPS information and I allow the user to switch from Lat / long to OSGB using a toggle button. The problem is the text doesn't change when I toggle and the GPS coordinates are supposed to change under the GPS_LocationChange event, updating two EditText's.
When I use the debugger, all the data in the Global Variables is correct and shows the appropriate values. However, the views do not update (I'm debugging on Samsung Galaxy S4 via B4A Bridge)