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
Search found 13 matches
- Fri Jul 05, 2024 11:40 pm
- Forum: Support
- Topic: Change scrollbar color
- Replies: 1
- Views: 9747
- Wed Feb 14, 2024 6:35 am
- Forum: Support
- Topic: Issue with TDBRichViewEdit and Image Dimensions in Markdown Mode
- Replies: 9
- Views: 15210
- Wed Feb 07, 2024 9:20 am
- Forum: Support
- Topic: Issue with TDBRichViewEdit and Image Dimensions in Markdown Mode
- Replies: 9
- Views: 15210
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
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
- Tue Feb 06, 2024 4:55 pm
- Forum: Support
- Topic: Issue with TDBRichViewEdit and Image Dimensions in Markdown Mode
- Replies: 9
- Views: 15210
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.
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.
- Tue Feb 06, 2024 2:23 pm
- Forum: Support
- Topic: Issue with TDBRichViewEdit and Image Dimensions in Markdown Mode
- Replies: 9
- Views: 15210
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
and whats its CurWidth ?
thank you for yout support
- Tue Feb 06, 2024 9:28 am
- Forum: Support
- Topic: Issue with TDBRichViewEdit and Image Dimensions in Markdown Mode
- Replies: 9
- Views: 15210
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 ...
- Mon Feb 05, 2024 3:47 pm
- Forum: Support
- Topic: Issue with TDBRichViewEdit and Image Dimensions in Markdown Mode
- Replies: 9
- Views: 15210
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 ...
- Thu Jan 18, 2024 12:40 pm
- Forum: Support
- Topic: Assistance Request for Transition to Version 22 and Markdown Functionality
- Replies: 6
- Views: 16376
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."
- Wed Jan 17, 2024 5:19 pm
- Forum: Support
- Topic: Markdown Issue with Last Word Styling and Trailing Space
- Replies: 3
- Views: 10546
Re: Markdown Issue with Last Word Styling and Trailing Space
the fix works well, thank you for the support
- Wed Jan 17, 2024 5:17 pm
- Forum: Support
- Topic: Assistance Request for Transition to Version 22 and Markdown Functionality
- Replies: 6
- Views: 16376
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 ...
- Wed Jan 17, 2024 12:13 pm
- Forum: Support
- Topic: Markdown Issue with Last Word Styling and Trailing Space
- Replies: 3
- Views: 10546
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 ...
- Wed Jan 17, 2024 9:51 am
- Forum: Support
- Topic: Assistance Request for Transition to Version 22 and Markdown Functionality
- Replies: 6
- Views: 16376
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 ...
- Tue Jan 16, 2024 5:34 pm
- Forum: Support
- Topic: Assistance Request for Transition to Version 22 and Markdown Functionality
- Replies: 6
- Views: 16376
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 ...