Label text not updating

Having an issue where updating the text for a label doesn't happen instantly. Text updates once the full block has finished.

image

In the above image, I attempt to use a procedure to allow the programme to leave the "BT_Connect_Image".Click to allow the text to update and it doesn't seem to work either way I try. The obvious inclination is the Bluetooth connection is delaying the text and once connected it changes to another screen before you see it attempting to connect, leaving the user wondering if it is trying to connect.
NOTE I use have to cleverly use the Vertical/ Horizontal Layout as "Screens" by making them visible or not in order to keep the Bluetooth Connection.

use a timer.

image

2 Likes

Set a few initialize settings and worked a treat, thank you!!