Search found 4 matches

by pyoung@wddc.com
Thu Jun 05, 2025 4:15 pm
Forum: Support
Topic: Getting item index of selected control
Replies: 2
Views: 1814

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 pyoung@wddc.com
Fri Dec 08, 2023 10:24 pm
Forum: Support
Topic: Table Font size
Replies: 3
Views: 46478

Re: Table Font size

RVDefaultLoadProperties.DefaultFontSizeDouble says cannot be assigned to a read-only property. How to I assign this property?
by pyoung@wddc.com
Tue May 04, 2021 6:09 pm
Forum: Support
Topic: Markdown URL
Replies: 2
Views: 11564

Re: Markdown URL

Great, thanks, will give that a try.
by pyoung@wddc.com
Fri Apr 30, 2021 8:50 pm
Forum: Support
Topic: Markdown URL
Replies: 2
Views: 11564

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 ...