Hi Erel,
There is still a problem with transparency and DrawText.
The attached program shows the problem.
There is one panel set to transparent.
btn1 draws a green rectangle
btn2 draws a blue 1 onto the gereen rectangle
btn3 draws a transparent rectangle to clear the green area
btn4 draws a red 1
In the posted code, line 55 is commented out.
clicking on btn4 doesn't show the red "1".
uncommenting line 55, which draws an empty rectangle out of the area.
clicking on btn4 shows the red "1".
It seems that there is an update problem when drawing a text onto a transparent rectangle.
Best regards.
There is still a problem with transparency and DrawText.
The attached program shows the problem.
There is one panel set to transparent.
btn1 draws a green rectangle
btn2 draws a blue 1 onto the gereen rectangle
btn3 draws a transparent rectangle to clear the green area
btn4 draws a red 1
In the posted code, line 55 is commented out.
clicking on btn4 doesn't show the red "1".
uncommenting line 55, which draws an empty rectangle out of the area.
clicking on btn4 shows the red "1".
It seems that there is an update problem when drawing a text onto a transparent rectangle.
Best regards.