Search found 12 matches

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: 6658

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: 6658

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: 6658

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: 6658

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; var Im...
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: 6658

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 eleme...
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: 10624

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: 6490

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: 10624

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 compatibilit...
by a.mancini
Wed Jan 17, 2024 12:13 pm
Forum: Support
Topic: Markdown Issue with Last Word Styling and Trailing Space
Replies: 3
Views: 6490

Markdown Issue with Last Word Styling and Trailing Space

Hello, I've run into a snag while working with Markdown. It seems there's an issue when the last word of my text is styled (e.g., bold) and ends with a space. Any tips on resolving this or best practices to follow? Just want to make sure my text formats correctly according to Markdown rules. Thanks ...
by a.mancini
Wed Jan 17, 2024 9:51 am
Forum: Support
Topic: Assistance Request for Transition to Version 22 and Markdown Functionality
Replies: 6
Views: 10624

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

thank you for replay For the second request I implemented this code: procedure TFormSintesi.EdtSintesiLoadCustomFormat(Sender: TCustomRichView; Stream: TStream; var DoDefault: Boolean); begin EdtSintesi.LoadMarkdownFromStream(Stream,FApplicationInfo.Path.Cache); DoDefault := False; end; procedure TF...
by a.mancini
Tue Jan 16, 2024 5:34 pm
Forum: Support
Topic: Assistance Request for Transition to Version 22 and Markdown Functionality
Replies: 6
Views: 10624

Assistance Request for Transition to Version 22 and Markdown Functionality

Hello, We are currently in the process of transitioning from version 16 to version 22 of our system to leverage the markdown functionality offered in the latest releases. During this transition, I have encountered some challenges that I have been unable to address through the forum and Help resource...