Search found 14 matches
- Mon Apr 21, 2014 12:20 pm
- Forum: Support
- Topic: Table 1px border problem with MergeCells
- Replies: 14
- Views: 30839
It is not only artifacts of zooming: 1. If I print (TsrvActionPrint): https://www.dropbox.com/s/yn76ni4g0v87iso/%D0%A2%D0%B0%D0%B1%D0%BB%D0%B8%D1%86%D0%B0.png 2. And I need table border 1px !!! If set BorderWidth = 0 this is terrible: https://www.dropbox.com/s/zefe9rqy75gnwu0/%D0%A2%D0%B0%D0%B1%D0 ...
- Sun Apr 20, 2014 10:10 am
- Forum: Support
- Topic: Table 1px border problem with MergeCells
- Replies: 14
- Views: 30839
- Thu Apr 17, 2014 7:41 pm
- Forum: Support
- Topic: Table 1px border problem with MergeCells
- Replies: 14
- Views: 30839
Bad: 1. Stamens in the corner 2. Border 2px. I need 1px. http://s7.hostingkartinok.com/uploads/images/2014/04/36f64eec9857003fca55fef6ca519fb6.png Code: TRVTableItemInfo* __fastcall TForm1::CreateTable(int Rows,int Cols,TCustomRVData *RVData) { TRVTableItemInfo *Table = new TRVTableItemInfo(Rows ...
- Thu Apr 17, 2014 9:45 am
- Forum: Support
- Topic: Table 1px border problem with MergeCells
- Replies: 14
- Views: 30839
Sorry for the delay. - Rules are deprecated feature of tables. Please do not use them, use cell borders instead. - Please do not use clNone to hide borders, assign BorderWidth/CellBorderWidth=0 instead. If remove Rules and clNone code lines result: http://s7.hostingkartinok.com/uploads/images/2014 ...
- Sun Apr 13, 2014 6:24 pm
- Forum: Support
- Topic: Table 1px border problem with MergeCells
- Replies: 14
- Views: 30839
- Wed Apr 09, 2014 6:59 pm
- Forum: Support
- Topic: Table 1px border problem with MergeCells
- Replies: 14
- Views: 30839
- Sun Mar 30, 2014 11:16 am
- Forum: Support
- Topic: Table 1px border problem with MergeCells
- Replies: 14
- Views: 30839
If you use old version of ScaleRichView, please upgrade to new version. Also, try including rvtoCellBelowBorders in table->Options. Version: RVE 13.10. RVA 3.4. SRV 4.6 IF Table->Options = Table->Options << rvtoCellBelowBorders; Cell borders become invisible. I install new version: RVE 14.12.6. RVA ...
- Fri Mar 28, 2014 10:01 am
- Forum: Support
- Topic: Table 1px border problem with MergeCells
- Replies: 14
- Views: 30839
Table 1px border problem with MergeCells
Hello! IF: TRVTableItemInfo* __fastcall CreateTable(int Rows,int Cols,TCustomRVData *RVData) { TRVTableItemInfo *Table = new TRVTableItemInfo(Rows,Cols,RVData); Table->BorderStyle = rvtbColor; Table->CellBorderStyle = rvtbColor; Table->Color = Graphics::clNone; Table->BorderColor = clBlack; Table ...
- Sun Sep 26, 2010 8:05 pm
- Forum: Support
- Topic: TRichViewEdit only one editable line such as TEdit
- Replies: 1
- Views: 7915
TRichViewEdit only one editable line such as TEdit
Hi! I want TEdit with all features of TRichViewEdit. How I can customize TRichViewEdit to use it as TEdit (only one line)?
- Fri Sep 10, 2010 4:23 pm
- Forum: Support
- Topic: Replacement controls (InsertControl) for SaveRVFToStream
- Replies: 6
- Views: 16198
- Thu Sep 09, 2010 11:40 pm
- Forum: Support
- Topic: Replacement controls (InsertControl) for SaveRVFToStream
- Replies: 6
- Views: 16198
- Thu Sep 09, 2010 5:16 pm
- Forum: Support
- Topic: Replacement controls (InsertControl) for SaveRVFToStream
- Replies: 6
- Views: 16198
- Thu Sep 09, 2010 5:14 pm
- Forum: Support
- Topic: Replacement controls (InsertControl) for SaveRVFToStream
- Replies: 6
- Views: 16198
I want to replace control to save doc in db. For example replace TComboBox control in text {ComboBox}. If i don't replace controls in text, I can't save document in stream, method SaveRVFToStream exception: "Class TComboBox not found". I can use SaveHTML() and event SaveComponentToFile to replace ...
- Thu Sep 09, 2010 4:43 pm
- Forum: Support
- Topic: Replacement controls (InsertControl) for SaveRVFToStream
- Replies: 6
- Views: 16198
Replacement controls (InsertControl) for SaveRVFToStream
Hi! I have some inserted controls (method InsertControl()) in TRichViewEdit. How I can replace this controls before saving in database blob with using method SaveRVFToStream(). Event SaveRVFToStream is not running when I call SaveRVFToStream(). Is there an analogue event SaveRVFToStream of for ...