Search found 4 matches

by [email protected]
Wed Feb 22, 2023 12:39 pm
Forum: Support
Topic: Richviewactions: TrvActionFind.FindDialogFind finds nothing
Replies: 1
Views: 2447

Richviewactions: TrvActionFind.FindDialogFind finds nothing

Delphi 10.4. RV: 20.3. Using RichviewActions. Problem: The search function in RichviewEdit does not find the text to be found. Description: I am using rvActionsResource.rvActionFind1 to start a search in my own inherited class of TRichview. It calls TrvActionFind.FindDialogFind from the unit Richvie...
by [email protected]
Wed Apr 01, 2020 1:29 pm
Forum: Support
Topic: Check if Image needs resizing on insert
Replies: 1
Views: 9608

Check if Image needs resizing on insert

In v17 of RichView I used the following code snipped to check if an image needs to be resized before inserting it. function IsImageTooLarge(gr: TGraphic): Boolean; begin Result := (MaxImageSize>0) and ((gr.Width > TRVStyle.GetAsPixelsEx(MaxImageSize, rvstuPixels)) or (gr.Height> TRVStyle.GetAsPixels...
by [email protected]
Tue Dec 10, 2019 12:49 pm
Forum: Support
Topic: Multiple Actionsbars with multiple richviewedits are magically remote controlled
Replies: 2
Views: 14862

Multiple Actionsbars with multiple richviewedits are magically remote controlled

I have a form with a RVControlPanel an Actionbar and a RichViewEdit. If I open multiple instances of that form and use the Actionbar of the first created form, it (magically) also changes the formating of the other open RichViews (that are bound to aonother ControlPanel). Even the buttons of the oth...