09-30-2022, 12:34 PM
Hi Eddy,
I assume you use IW15.2.65, the current latest version?
I tested this with IW15.2.65 and it works as expected. The second time you press the button nothing changes to the text property. The text stays the same. That's why no rendering event for the browser is needed. If you need it to render even if the text stays the same, you can also use MyText.Invalidate. In the end the effect is the same.
I assume you use IW15.2.65, the current latest version?
I tested this with IW15.2.65 and it works as expected. The second time you press the button nothing changes to the text property. The text stays the same. That's why no rendering event for the browser is needed. If you need it to render even if the text stays the same, you can also use MyText.Invalidate. In the end the effect is the same.

