In fmxRVSelectionHandlesFM, procedure TRVFMXSelectionHandles.Hide, line 594 you have this:
Code: Select all
if CaretPt <> nil then
CaretPt.Visible := False;
If I set it to nil using the debugger this one time, it continues just fine and does not crash, and I can continue to clear and load new content into the TRichViewEdit without fail. I must not be doing something after adding the toolbar, but I can't find what that might be.
Some other things: I also don't get that little balloon popup to move the caret precisely as in your demo. On iOS only, my app doesn't crash at all, but I can't place the caret in a word... it puts the caret at the start or end of the word I tap on.
Got any ideas?
Eric