Hi,
ok you are right. At the first moment. The lines are correct. But try to save the document in rtf and open it again. Then you see 2pixel lines. It's the same with the DBRichView. At first, the lines are correct. After Query.Post. The lines are 2 pixel.
Search found 9 matches
- Tue Nov 26, 2013 2:23 pm
- Forum: Support
- Topic: Table - 1 pixel border
- Replies: 6
- Views: 16532
- Tue Nov 26, 2013 10:45 am
- Forum: Support
- Topic: Table - 1 pixel border
- Replies: 6
- Views: 16532
Ok, here are the code: var table : TRVTableItemInfo; begin Table := TRVTableItemInfo.CreateEx (StrToInt(eRow.Text),StrToInt(eCol.Text),TDBRichviewEdit.RVData); with table do begin Table.Options := table.Options - [rvtoRowSizing, rvtoColSizing]; CellBorderWidth := 1; CellHSpacing := -1; CellVSpacing ...
- Mon Nov 25, 2013 9:45 pm
- Forum: Support
- Topic: Table - 1 pixel border
- Replies: 6
- Views: 16532
Table - 1 pixel border
Hi, I want to create a 1 pixel boarder with a table. Before the last update from the TDBRichViewEdit it works with your help here: http://www.trichview.com/help/index.html?idto_colors_and_layout_of_tables.html But after the update to 14.11.3 it doesn't work. The boarder betweens the rows are always ...
- Tue Jan 03, 2012 4:09 pm
- Forum: Support
- Topic: TBRichViewEdit sup and super
- Replies: 1
- Views: 8030
TBRichViewEdit sup and super
Hi, I use a TBRichViewEdit and RTF. With a Stream I changend Letters high and down with s := '{\sub\fs22 '+vm+'\plain}';. That's works. If I go with the cursor through the text I want to know when there is the formatting sup and super. Is there an easy way to find that out in order to undo the ...
- Mon Aug 22, 2011 3:31 pm
- Forum: Support
- Topic: Language and scale
- Replies: 1
- Views: 7397
Language and scale
Hello Sergey, I want that the ScaleRichView is always in german. If it possibile, thats in German in Delphi? I don't want that the user see the change from english to german. And the second thing. If I start the ScaleRichView and there is a document with text, I want to see the first page at the ...
- Wed May 18, 2011 7:15 pm
- Forum: Support
- Topic: Insert Picture in SRichViewEdit
- Replies: 3
- Views: 10688
- Wed May 18, 2011 9:19 am
- Forum: Support
- Topic: Insert Picture in SRichViewEdit
- Replies: 3
- Views: 10688
Insert Picture in SRichViewEdit
Hello,
I have a problem. I want insert a picture (JPEG) in SRichViewEdit and change the size of the height and width.
Maybe you can give an example code.
Greets
I have a problem. I want insert a picture (JPEG) in SRichViewEdit and change the size of the height and width.
Maybe you can give an example code.
Greets
- Mon Apr 11, 2011 5:09 pm
- Forum: Support
- Topic: InsertText with RTF Style
- Replies: 3
- Views: 10724
- Mon Apr 11, 2011 10:55 am
- Forum: Support
- Topic: InsertText with RTF Style
- Replies: 3
- Views: 10724
InsertText with RTF Style
Hello Sergey, in my Database, i have saved Text with RTF-Style and now i want insert the Text (with "InsertText(W!?)) from Database into TRichViewEdit. The Problem is, the Text is not in the RTF-Style assort the Text is in Plantext with all character. Sample: That is what we want H 2 O That is what ...