Search found 19 matches

by jwinkl
Mon Oct 25, 2021 3:49 pm
Forum: Support
Topic: Border of TEdit not drawn
Replies: 1
Views: 4592

Border of TEdit not drawn

Hi, when I insert a TEdit control in TRichViewEdit and save via LoadRVF, then import the saved file into a TRichView via LoadRVF, the TEdit is there, but not to be seen at first, because the border around this control is not drawn immediately after Format; it is drawn, however, as soon as the mouse ...
by jwinkl
Mon Oct 25, 2021 3:26 pm
Forum: Support
Topic: Saving and loading of controls
Replies: 2
Views: 5247

Re: Saving and loading of controls

Thanks - that was the mistake. I declared it only as a field, not a property.
by jwinkl
Sat Oct 23, 2021 1:03 pm
Forum: Support
Topic: Saving and loading of controls
Replies: 2
Views: 5247

Saving and loading of controls

Hi,
I have written a decsendant of TEdit with an additional field EditStyle. When I insert this control in TRichViewEdit and then save the document via SaveRVF, this field is not saved with the control and is not available when loaded via LoadRVF. Please tell me how to achieve this.
Thanks Johann
by jwinkl
Sun Oct 28, 2012 3:20 pm
Forum: Support
Topic: Install Issue with RVDBPkgXE2.bpl in XE2
Replies: 6
Views: 16711

No, I tried to install it in XE2, platform Win64. DesignIntf seems to be the problem.
by jwinkl
Fri Oct 26, 2012 9:53 am
Forum: Support
Topic: Install Issue with RVDBPkgXE2.bpl in XE2
Replies: 6
Views: 16711

Today I've tried to install the non-DB package RVPkgDXE2 and got the same error: designide cannot be found. Please help.

Johann
by jwinkl
Fri Jan 27, 2012 2:47 pm
Forum: Support
Topic: Compiler problem with OnDrawBorder
Replies: 1
Views: 7688

Sorry, but it seems I've just solved the puzzle myself. The parameter "Width" in the DrawBorder procedure must be declared as TRVStyleLength instead of Integer. Funny that the Example in the help file has this bug.
by jwinkl
Fri Jan 27, 2012 2:29 pm
Forum: Support
Topic: Compiler problem with OnDrawBorder
Replies: 1
Views: 7688

Compiler problem with OnDrawBorder

I've got a problem with compiling the following code: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, RVStyle, RVScroll, RichView, RVEdit, RVTable; type TForm1 = class(TForm) RVEd: TRichViewEdit; RVStyle: TRVStyle; procedure FormCreate(S...
by jwinkl
Tue Jan 24, 2012 8:25 am
Forum: Support
Topic: Wordwrap in tables on screen and in print
Replies: 3
Views: 10551

OK. Is there a new licence required for ScaleRichView?
by jwinkl
Fri Jan 20, 2012 7:53 am
Forum: Support
Topic: Wordwrap in tables on screen and in print
Replies: 3
Views: 10551

Wordwrap in tables on screen and in print

I have a Richview with a table with a defined number of columns, all of the same width (set with Bestwidth) and defined values for CellHPadding and CellHSpacing. Then the Richview is printed out by RVPrint. However, there seems always to be a slight difference how the table cells handle word wrap in...
by jwinkl
Thu Jan 05, 2012 3:09 pm
Forum: Support
Topic: Number of actual lines
Replies: 16
Views: 36920

This works perfect. Many thanks and great respect for dealing with the problem so quickly and efficiently.

Johann
by jwinkl
Wed Jan 04, 2012 12:45 pm
Forum: Support
Topic: Number of actual lines
Replies: 16
Views: 36920

Here it is:

http://www.bggmuend.ac.at/jw/Test.zip

It is a Delphi 7 project, and I've sent an executable along.
by jwinkl
Wed Jan 04, 2012 7:38 am
Forum: Support
Topic: Number of actual lines
Replies: 16
Views: 36920

I've assigned value 408 both to Cell[0,0].BestWidth and Cell[0,1].BestWidth, which makes the second line just fit as shown in the picture. Nevertheless, the result is the same as before, so this can't be the reason. The problem also occurs with values 409 and 410; there is no problem with 411. Your ...
by jwinkl
Tue Jan 03, 2012 11:24 am
Forum: Support
Topic: Number of actual lines
Replies: 16
Views: 36920

OK, I think I've found a way. So look:

Before:

Image

After:

Image

Best regards

Johann
by jwinkl
Tue Jan 03, 2012 10:27 am
Forum: Support
Topic: Number of actual lines
Replies: 16
Views: 36920

Sorry if I didn't make myself clear. Unfortunately I have no idea how to send pictures to the forum.
by jwinkl
Sun Jan 01, 2012 9:43 am
Forum: Support
Topic: Number of actual lines
Replies: 16
Views: 36920

Hi Sergey, I've tried it and it works fine, except that if you make the width of the cells so that the second line just fits and there is no empty space at its end, the first word of the third line will remain in the third line of the left cell. It seems that the routine works only if there ist enou...