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...
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.
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.