Search found 11 matches

by whisper1980
Sat Jun 14, 2025 10:21 pm
Forum: Support
Topic: Linked images in RTF?
Replies: 3
Views: 3072

Re: Linked images in RTF?

Whoops. I seem to have missed an option under Options: rvoAssignImageFileNames
by whisper1980
Sat Jun 14, 2025 10:16 pm
Forum: Support
Topic: Linked images in RTF?
Replies: 3
Views: 3072

Re: Linked images in RTF?

Thanks, Sergey.

The loading of the image works great.

As for saving, I copied the code from that sample you pointed me to for SaveItemToFile and it looks like it would work, but unfortunately, FileName is blank after the call to RVData.GetItemExtraStrProperty. Therefore, I can't reload the image ...
by whisper1980
Fri Jun 13, 2025 10:30 pm
Forum: Support
Topic: Linked images in RTF?
Replies: 3
Views: 3072

Linked images in RTF?

Still evaluating the trial so I don't have the source yet to dig into it, but does the TRichViewEdit support the concept of linked images, where the image is not embedded in the RTF but instead can contain something like a link describing an external image in a database for which I can parse out ...
by whisper1980
Fri May 30, 2025 4:01 pm
Forum: Support
Topic: Simulate a backspace key
Replies: 3
Views: 7715

Re: Simulate a backspace key

Unfortunately, I'm using FMX on Android and iOS.
by whisper1980
Thu May 29, 2025 7:41 pm
Forum: Support
Topic: Simulate a backspace key
Replies: 3
Views: 7715

Simulate a backspace key

Still evaluating TRichView, but is there a way on mobile to simulate a backspace key (from an on-screen button)? Simulating the Enter key was easy, but I can't figure out how to simulate a virtual keyboard's backspace key.

Some background...
On a phone, having the keyboard popup whenever the user ...
by whisper1980
Tue May 27, 2025 8:23 pm
Forum: Support
Topic: Bookmarks spanning multiple paragraphs?
Replies: 6
Views: 11194

Re: Bookmarks spanning multiple paragraphs?

FWIW, my solution for now was to convert my bkmkstart and bkmkend tags into regular hidden text when sending over to mobile that will use TRichViewEdit. Then when sending back to Windows app that uses WPTools, I convert that hidden text back into the standard bookmark tags. Seems to work for my ...
by whisper1980
Tue May 27, 2025 3:53 pm
Forum: Support
Topic: Bookmarks spanning multiple paragraphs?
Replies: 6
Views: 11194

Re: Bookmarks spanning multiple paragraphs?


Sorry to hijack this thread but it looks kind of similar to DIVs or fragments which were requested before: https://www.trichview.com/forums/viewtopic.php?p=37388#p37388
I would love such a feature which would open so many use cases!


Yes... that would be perfect. BTW, for some reason I can't ...
by whisper1980
Tue May 27, 2025 3:45 pm
Forum: Support
Topic: Bookmarks spanning multiple paragraphs?
Replies: 6
Views: 11194

Re: Bookmarks spanning multiple paragraphs?

Would it be easy to allow the "Ignore bookmarks" in the RTFReadProperties to truly ignore them and instead of removing them, just leave them as-is? In my case, user's aren't going to be adding bookmarks on mobile. I just want them to stay there so when the rtf is sent back to my Windows app from ...
by whisper1980
Mon May 26, 2025 8:14 pm
Forum: Support
Topic: Bookmarks spanning multiple paragraphs?
Replies: 6
Views: 11194

Bookmarks spanning multiple paragraphs?

I'm in the process of evaluating TRichView for use with a mobile (Android and iOS) companion data collection app. With WPTools (not mobile app compatible), it allows me to have a bookmark span multiple paragraphs which we use to link bookmarked text for use in a report summary and looks like this in ...
by whisper1980
Sun May 25, 2025 8:52 pm
Forum: Support
Topic: Importing Hyperkinks in RTF adds drive path
Replies: 2
Views: 7578

Re: Importing Hyperkinks in RTF adds drive path

Perfect! Thanks for the quick reply Sergey!
by whisper1980
Sun May 25, 2025 6:56 pm
Forum: Support
Topic: Importing Hyperkinks in RTF adds drive path
Replies: 2
Views: 7578

Importing Hyperkinks in RTF adds drive path

I am evaluating your TRichView product and downloaded the trial. When I use your demo Tutorial_2_7_Skia and add a line to save to RTF at the end of the FormCreate method, the Hyperlinks look like this:
{\field
{\*\fldinst HYPERLINK "First%20jump"}
{\fldrslt \plain \f0\b\ul\fs20\cf4 Like this one ...