Search found 38 matches
- Sat Jun 25, 2022 12:56 pm
- Forum: Support
- Topic: RV 20.3: Property "PixelPerInch" doesn't exist
- Replies: 2
- Views: 5767
RV 20.3: Property "PixelPerInch" doesn't exist
Hello, I just installed RichView 20.3 trial for Delphi 10.3 Rio. When I opened my project afterwards, Delphi reported the non-existing property "PixelPerInch" for "rvActionsImageCollection1" and "rvActionsVirtualImageLists" - the data modules from ..\RichViewActions\Source
- Mon Mar 14, 2022 9:08 am
- Forum: Support
- Topic: TRichView content through DevExpress' TcxCustomGridRecord
- Replies: 5
- Views: 6019
Re: TRichView content through DevExpress' TcxCustomGridRecord
That's what I'm trying to achieve... But the content is only available as variant in this case and the mentioned example below to load the variant value into a stream doesn't work.
- Tue Feb 15, 2022 9:32 am
- Forum: Support
- Topic: TRichView content through DevExpress' TcxCustomGridRecord
- Replies: 5
- Views: 6019
Re: TRichView content through DevExpress' TcxCustomGridRecord
As far as I know, the blob field as such is not empty / not null, even if the richview assigned to it is, because of the special format TRIchView is using. I would like to know, if the richview assigned to that data field was / is empty. I believe in the past there was the advice to check for plain ...
- Mon Feb 14, 2022 5:34 pm
- Forum: Support
- Topic: TRichView content through DevExpress' TcxCustomGridRecord
- Replies: 5
- Views: 6019
TRichView content through DevExpress' TcxCustomGridRecord
Hello, I'm looking for a way to check if content of a RichView (assigned to a column of a cxDBGrid and available via TcxCustomGridRecord.Values[<ColumnIndex>] as Variant) is "empty" i.e. the plain text. The call is from an event, where the dataset is not synced with the appropriate record, which is ...
- Mon Jan 03, 2022 3:33 pm
- Forum: Support
- Topic: Issues extracting text from RTF with TRichview 20
- Replies: 4
- Views: 5566
Re: Issues extracting text from RTF with TRichview 20
Thanks, after changing the sender to TCustomRVMSWordReader this part still isn't working: ... if Sender.FontTable.Count = 0 then begin CodePage := CP_ACP; end else begin CodePage := RVU_Charset2CodePage(Sender.FontTable[Sender.RTFState.CharProps.FontIndex].Charset); end; ... .FontTable and .RTFState ...
- Mon Jan 03, 2022 1:43 pm
- Forum: Support
- Topic: Issues extracting text from RTF with TRichview 20
- Replies: 4
- Views: 5566
Issues extracting text from RTF with TRichview 20
Hello, I've installed the trial version of TRichView 20 and can't compile my project because of some issues with some helper functions, that were created with your help some time ago: type TRTFConverter = class(TObject) private FParser: TRVRTFReader; FFirstLine: Boolean; FRTFText: TRVUnicodeString ...
- Wed Nov 10, 2021 9:49 am
- Forum: Support
- Topic: Using expressions (if..the..else etc.) in a TRichViewEdit?
- Replies: 3
- Views: 6963
Re: Using expressions (if..the..else etc.) in a TRichViewEdit?
We use TRichViews in ReportBuilder templates. The content is determined by the user via TRichViewEdits. Here we often use the placeholder functionality (don't remember how you call it officially), i.a. the user can place variables / placeholders like {Customer: Address} etc. in an TRichViewEdit ...
- Tue Nov 09, 2021 4:35 pm
- Forum: Support
- Topic: Using expressions (if..the..else etc.) in a TRichViewEdit?
- Replies: 3
- Views: 6963
Using expressions (if..the..else etc.) in a TRichViewEdit?
Hello, long time ago I've been asking here on the forum about the possibility to use "conditions" (if..the..else etc.) in a TRichViewEdit and it wasn't possible back then. Today I saw this announcement http://www.trichview.com/forums/viewtopic.php?f=6&t=9954 and am wondering, if it's possible to use ...
- Thu Sep 26, 2019 10:57 am
- Forum: Support
- Topic: Usage of TrvActionsResource in the current TRichView version
- Replies: 4
- Views: 20766
Re: Usage of TrvActionsResource in the current TRichView version
No real issue, sorry. I just meant adjusting my project to the new version.
- Wed Sep 25, 2019 3:02 pm
- Forum: Support
- Topic: Usage of TrvActionsResource in the current TRichView version
- Replies: 4
- Views: 20766
Re: Usage of TrvActionsResource in the current TRichView version
Thank you for the detailed explanation!
Do you know when this new update will be available?
Is it worth waiting for it, before addressing the described "issue"?
Do you know when this new update will be available?
Is it worth waiting for it, before addressing the described "issue"?
- Mon Sep 23, 2019 2:40 pm
- Forum: Support
- Topic: Usage of TrvActionsResource in the current TRichView version
- Replies: 4
- Views: 20766
Usage of TrvActionsResource in the current TRichView version
So far I've been adding the unit "dmActionsAlpha" to the uses clause in some units of my project and then using "MyrvActionsResource: TrvActionsResource" to access the image lists or actions from this DataMadoule like "MyToolBar.Images := MyrvActionsResource.ilNormal" or "MyRVActionUndo ...
- Fri Sep 20, 2019 9:18 am
- Forum: Support
- Topic: Support for DevExpresss VCL v19.1.2
- Replies: 4
- Views: 21640
Re: Support for DevExpresss VCL v19.1.2
After modifying cxTRichView.pas as you suggested, I tried to compile the cxRVEditorsD10_3.dproj package and an error got displayed, that the file cxVer.inc wasn't found. It is located in several subfolders of the DevExpess installation folder, one of them being "..\DevExpressVCL\Library\Sources ...
- Thu Sep 19, 2019 8:55 am
- Forum: Support
- Topic: Support for DevExpresss VCL v19.1.2
- Replies: 4
- Views: 21640
Re: Support for DevExpresss VCL v19.1.2
There seems to be no change. Both DevExpress parts are still being skipped according to the log and also no change in the list of installed packages. The line {$IFDEF DELPHI6} is only once in the cxTRichView.pas and that's in the uses clause: [...] {$IFDEF DELPHI6} Variants, {$ENDIF} [...]
- Wed Sep 18, 2019 11:10 am
- Forum: Support
- Topic: Support for DevExpresss VCL v19.1.2
- Replies: 4
- Views: 21640
Support for DevExpresss VCL v19.1.2
Hello, is there a schedule for supporting DevExpresss VCL v19.1.2? I wanted to test the current TRichView version and installed the trial version, but it only supports DevExpress VCL v18.2.2 apparently, so during the installation I got this: ... Installing optional integration in DevExpress VCL ...
- Tue Feb 20, 2018 5:01 pm
- Forum: Support
- Topic: TRichView wrapper for ReportBuilder as standalone package?
- Replies: 3
- Views: 15760
TRichView wrapper for ReportBuilder as standalone package?
Hello, I wasn't here for a while and came back to see, if there is a new version of the TRichView wrapper for ReportBuilder, which supports RB 19, which came out a few days ago. So far the website says, that RB 18 is supported, but it also says, that the TRichView wrapper for ReportBuilder is ...