Search found 19 matches
- Mon Oct 25, 2021 3:49 pm
- Forum: Support
- Topic: Border of TEdit not drawn
- Replies: 1
- Views: 5279
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 ...
- Mon Oct 25, 2021 3:26 pm
- Forum: Support
- Topic: Saving and loading of controls
- Replies: 2
- Views: 6182
Re: Saving and loading of controls
Thanks - that was the mistake. I declared it only as a field, not a property.
- Sat Oct 23, 2021 1:03 pm
- Forum: Support
- Topic: Saving and loading of controls
- Replies: 2
- Views: 6182
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
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
- Sun Oct 28, 2012 3:20 pm
- Forum: Support
- Topic: Install Issue with RVDBPkgXE2.bpl in XE2
- Replies: 6
- Views: 18437
- Fri Oct 26, 2012 9:53 am
- Forum: Support
- Topic: Install Issue with RVDBPkgXE2.bpl in XE2
- Replies: 6
- Views: 18437
- Fri Jan 27, 2012 2:47 pm
- Forum: Support
- Topic: Compiler problem with OnDrawBorder
- Replies: 1
- Views: 8290
- Fri Jan 27, 2012 2:29 pm
- Forum: Support
- Topic: Compiler problem with OnDrawBorder
- Replies: 1
- Views: 8290
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 ...
- Tue Jan 24, 2012 8:25 am
- Forum: Support
- Topic: Wordwrap in tables on screen and in print
- Replies: 3
- Views: 11333
- Fri Jan 20, 2012 7:53 am
- Forum: Support
- Topic: Wordwrap in tables on screen and in print
- Replies: 3
- Views: 11333
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 ...
- Thu Jan 05, 2012 3:09 pm
- Forum: Support
- Topic: Number of actual lines
- Replies: 16
- Views: 42020
- Wed Jan 04, 2012 12:45 pm
- Forum: Support
- Topic: Number of actual lines
- Replies: 16
- Views: 42020
Here it is:
http://www.bggmuend.ac.at/jw/Test.zip
It is a Delphi 7 project, and I've sent an executable along.
http://www.bggmuend.ac.at/jw/Test.zip
It is a Delphi 7 project, and I've sent an executable along.
- Wed Jan 04, 2012 7:38 am
- Forum: Support
- Topic: Number of actual lines
- Replies: 16
- Views: 42020
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 ...
- Tue Jan 03, 2012 11:24 am
- Forum: Support
- Topic: Number of actual lines
- Replies: 16
- Views: 42020
- Tue Jan 03, 2012 10:27 am
- Forum: Support
- Topic: Number of actual lines
- Replies: 16
- Views: 42020
- Sun Jan 01, 2012 9:43 am
- Forum: Support
- Topic: Number of actual lines
- Replies: 16
- Views: 42020