Caret color in table cell?

General TRichView support forum. Please post your questions here
Post Reply
whisper1980
Posts: 49
Joined: Sun May 25, 2025 6:41 pm

Caret color in table cell?

Post by whisper1980 »

I've set the caret width in fmxRVERVData.pas as mentioned in your help file, and it works great (I was hoping Caret.Width property would have worked here so as to not have to modify source code). Anyway, I then used the Caret.Color property to set the caret color to blue as a test, and the caret takes on that color except when in a table cell. In a table cell it draws the caret in the modified width but uses the default color, which looks gray on Android. How can I get the Caret.Color to also be used in a table cell?

TRichViewFMX v23
Delphi 12.3
Sergey Tkachenko
Site Admin
Posts: 17883
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Caret color in table cell?

Post by Sergey Tkachenko »

Do you use version 23.0? Please upgrade to 23.2. As far as I remember, this problem was solved.
whisper1980
Posts: 49
Joined: Sun May 25, 2025 6:41 pm

Re: Caret color in table cell?

Post by whisper1980 »

The download release file is labeled v23 that I downloaded on June 30, but when I bring up Delphi, it says it is TRichViewFMX 23.2. The source files show April 15. Viewing the download file details, it also says the product version is 23.2.
Post Reply