Search found 18 matches

by a.mancini
Mon Jan 27, 2025 10:07 am
Forum: Support
Topic: Out of memory in MakeDocumentFromStream
Replies: 5
Views: 17272

Re: Out of memory in MakeDocumentFromStream

OK thanks
by a.mancini
Fri Jan 24, 2025 4:20 pm
Forum: Support
Topic: Out of memory in MakeDocumentFromStream
Replies: 5
Views: 17272

Re: Out of memory in MakeDocumentFromStream

Hi,
I’m using version 22.3.1 with Delphi 12.1.
Perhaps the term "out of memory" is incorrect, and it’s more about a loss of data from the first chunk.
This happens when the chunk is not modified before or after the subsequent ReadBuffer.

I believe the bug is in Delphi (though I’m not sure if it ...
by a.mancini
Wed Jan 22, 2025 6:33 pm
Forum: Support
Topic: Out of memory in MakeDocumentFromStream
Replies: 5
Views: 17272

Out of memory in MakeDocumentFromStream

Hello,

I would like to report an issue with the MakeDocumentFromStream function.

Steps to Reproduce:
1. Set the linewidth property to 0 (no automatic carriage return).
2. Write a single line with 2548 characters.

Observed Issue:
When reading the stream in MakeDocumentFromStream, the value of the ...
by a.mancini
Wed Jan 08, 2025 2:18 pm
Forum: Support
Topic: Extra Space Added in Empty Lines in Markdown Component
Replies: 2
Views: 16290

Re: Extra Space Added in Empty Lines in Markdown Component

Thank you for your explanation regarding the handling of empty paragraphs in Markdown. I understand the current behavior and appreciate the clarification.

I believe the proposed option to remove non-breaking spaces (NBSP) in paragraphs loaded from Markdown, if they are the only character in the ...
by a.mancini
Tue Jan 07, 2025 6:31 pm
Forum: Support
Topic: Extra Space Added in Empty Lines in Markdown Component
Replies: 2
Views: 16290

Extra Space Added in Empty Lines in Markdown Component

Hello,

We have encountered an issue with the Markdown component used in our project.
Whenever an empty line is present in the Markdown content, saving and reloading the document introduces an extra space in the empty line.

This behavior becomes problematic when editing a document multiple times ...
by a.mancini
Fri Jul 05, 2024 11:40 pm
Forum: Support
Topic: Change scrollbar color
Replies: 1
Views: 26636

Change scrollbar color

Hello,

I would like to change the color of the scrollbar in some cases.
I tried using the RVFLATSCROLLBARS compilation directive, but I believe it is no longer supported.
Is there a way to change the color of the scrollbar?

Best regards,
Alessandro Mancini
by a.mancini
Wed Feb 07, 2024 9:20 am
Forum: Support
Topic: Issue with TDBRichViewEdit and Image Dimensions in Markdown Mode
Replies: 9
Views: 20800

Re: Issue with TDBRichViewEdit and Image Dimensions in Markdown Mode

Okay, it works perfectly

One other question about OnSaveImage2: Can it retrieve the name of the image? For example, if I have this ![image](<IMAGE_NAME.jpg>) can I retrieve 'IMAGE_NAME.jpg
by a.mancini
Tue Feb 06, 2024 4:55 pm
Forum: Support
Topic: Issue with TDBRichViewEdit and Image Dimensions in Markdown Mode
Replies: 9
Views: 20800

Re: Issue with TDBRichViewEdit and Image Dimensions in Markdown Mode

Thank you very much for the reply! I really appreciate your help.
I also wanted to compliment you on the excellent library you have produced.
In my opinion, it is a must-have for Delphi.

Thank you again.
I'll try the tests tomorrow.
by a.mancini
Tue Feb 06, 2024 2:23 pm
Forum: Support
Topic: Issue with TDBRichViewEdit and Image Dimensions in Markdown Mode
Replies: 9
Views: 20800

Re: Issue with TDBRichViewEdit and Image Dimensions in Markdown Mode

when you apply rv.SetCurrentItemExtraIntProperty(rvepImageWidth, CurWidth , True); ?
and whats its CurWidth ?


thank you for yout support
by a.mancini
Tue Feb 06, 2024 9:28 am
Forum: Support
Topic: Issue with TDBRichViewEdit and Image Dimensions in Markdown Mode
Replies: 9
Views: 20800

Re: Issue with TDBRichViewEdit and Image Dimensions in Markdown Mode

Thank you for your reply,

But GetCurrentPictureInfo returns the same information (original width and height) as the OnSaveImage2 event.

procedure TFormSintesi.EdtSintesiSaveImage2(Sender: TCustomRichView;
Graphic: TGraphic; SaveFormat: TRVSaveFormat; const Path,
ImagePrefix: TRVUnicodeString ...
by a.mancini
Mon Feb 05, 2024 3:47 pm
Forum: Support
Topic: Issue with TDBRichViewEdit and Image Dimensions in Markdown Mode
Replies: 9
Views: 20800

Issue with TDBRichViewEdit and Image Dimensions in Markdown Mode

Hello everyone,

I am encountering an issue while working with TDBRichViewEdit in Markdown mode.
I am loading images from the filesystem instead of saving them directly in Markdown as base64.
The problem arises when I resize the images in the editor and then save the changes. Upon reloading the ...
by a.mancini
Thu Jan 18, 2024 12:40 pm
Forum: Support
Topic: Assistance Request for Transition to Version 22 and Markdown Functionality
Replies: 6
Views: 19803

Re: Assistance Request for Transition to Version 22 and Markdown Functionality

I have sent you an email with some observations. Thank you for the support."
by a.mancini
Wed Jan 17, 2024 5:19 pm
Forum: Support
Topic: Markdown Issue with Last Word Styling and Trailing Space
Replies: 3
Views: 12925

Re: Markdown Issue with Last Word Styling and Trailing Space

the fix works well, thank you for the support
by a.mancini
Wed Jan 17, 2024 5:17 pm
Forum: Support
Topic: Assistance Request for Transition to Version 22 and Markdown Functionality
Replies: 6
Views: 19803

Re: Assistance Request for Transition to Version 22 and Markdown Functionality

Our software relies on databases containing data spanning up to 20 years. Unfortunately, a complete migration of database fields to WideMemo for Oracle NVARCHAR2 is not feasible due to certain constraints. As a result, we continue to save data using the MEMO function in Delphi, ensuring ...