Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A small bug in 15.2.56
#1
I have a TIWText component called MyText.

I do

-- Any ASYNC event (for example OnAsyncClick of a TIWButton)
MyText.Text := 'My awesome text';
-- End of Any ASYNC event

The first time I see rendered the text 'My awesome text'.

If I run again the ASYNC event (I click again on the button),  the TIWText does render nothing. Empty HTML.

If I use this workaround

-- Any ASYNC event (for example OnAsyncClick of a TIWButton)
MyText.Lines.Clear;
MyText.Lines.Add('My very beautiful text');
-- End of Any ASYNC event

Then everything work great.


Tried in 15.2.56 (D11.2), no other versions.

Thanks,
Eddy
Reply


Messages In This Thread
A small bug in 15.2.56 - by sonjli - 09-30-2022, 10:21 AM
RE: A small bug in 15.2.56 - by jeroen.rottink - 09-30-2022, 12:34 PM
RE: A small bug in 15.2.56 - by sonjli - 09-30-2022, 12:49 PM
RE: A small bug in 15.2.56 - by jeroen.rottink - 09-30-2022, 04:00 PM
RE: A small bug in 15.2.56 - by Alexandre Machado - 10-06-2022, 06:27 AM
RE: A small bug in 15.2.56 - by sonjli - 10-18-2022, 06:38 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)