Canvas draw text displaying

I use a canvas to make a slider to my ListView.
it works well but the first time it is displayed there is no text in it...all other times text is displayed even if it changed...

I don't understand why.
I tried to move clear earlier, but with same result...


fist time displaying

other times

Oh sorry ! i forgot the bloks ! :see_no_evil:


DrawText is in "letter" but it seems not to be used the first time

The canvas must be visible in order for you to drawText. You do not set your canvas to be visible until after you have called drawText. After that it is OK, because the canvas is visible.

I did it, but without changes

is there no way to refresh canvas ?

Canvas.Clear, then draw again

Hello TIMAI2..
Could you please show me how to using canvas DrawText to show text within the label which I set it invisable on Designer?
When I tried to connect the label block to call Canvas block it not connected.
Thank you.