Search found 6 matches

by [email protected]
Thu Apr 16, 2026 9:22 pm
Forum: Support
Topic: AppendRVFFromStream and Controls
Replies: 1
Views: 270

AppendRVFFromStream and Controls

I have a RichViiewEdit component on a form. If I use the the LoadRVFFromFile procedure, the controls on the document appear with no problem. However on the same component if I use the AppendRVFFromSteam procedure because I want to load several documents, the controls are not visible. They seem to be ...
by [email protected]
Wed Apr 01, 2026 9:41 pm
Forum: ScaleRichView
Topic: Purchase
Replies: 1
Views: 646

Purchase

Hi
I already have a license for TRIchView. I want to purchase the ScaleRichView module but the Order portion will not let me purchase just the module. What can I do?
by [email protected]
Thu Jun 05, 2025 4:15 pm
Forum: Support
Topic: Getting item index of selected control
Replies: 2
Views: 93214

Getting item index of selected control

Hi There.

In a richviewedit, if there is a Delphi control such as a TEdit and the user directly selects the TEdit using the mouse in order to perform some input, the CurItemNo does not get updated. It does if the user selects other item types but it appears that TControls intercede . Is there a way ...
by [email protected]
Fri Dec 08, 2023 10:24 pm
Forum: Support
Topic: Table Font size
Replies: 3
Views: 50252

Re: Table Font size

RVDefaultLoadProperties.DefaultFontSizeDouble says cannot be assigned to a read-only property. How to I assign this property?
by [email protected]
Tue May 04, 2021 6:09 pm
Forum: Support
Topic: Markdown URL
Replies: 2
Views: 13223

Re: Markdown URL

Great, thanks, will give that a try.
by [email protected]
Fri Apr 30, 2021 8:50 pm
Forum: Support
Topic: Markdown URL
Replies: 2
Views: 13223

Markdown URL

Using LoadMarkdown to load an .md file.

Linked images are not working.

If turn on dloBasePathLinks, I get an error as it appear to be appending the base path to the URL.
If I disable dloBasePathLinks, I do not get an error but I only see little red squares.

If the file is opened in a markdown ...