Search found 14 matches

by execoma
Mon Apr 21, 2014 12:20 pm
Forum: Support
Topic: Table 1px border problem with MergeCells
Replies: 14
Views: 30821

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 ...
by execoma
Sun Apr 20, 2014 10:10 am
Forum: Support
Topic: Table 1px border problem with MergeCells
Replies: 14
Views: 30821

And:

Image
by execoma
Thu Apr 17, 2014 7:41 pm
Forum: Support
Topic: Table 1px border problem with MergeCells
Replies: 14
Views: 30821

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 ...
by execoma
Thu Apr 17, 2014 9:45 am
Forum: Support
Topic: Table 1px border problem with MergeCells
Replies: 14
Views: 30821

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 ...
by execoma
Sun Apr 13, 2014 6:24 pm
Forum: Support
Topic: Table 1px border problem with MergeCells
Replies: 14
Views: 30821

I'm doing everything right?
Maybe move this topic in "Private Support Forums"? (accidentally created here)
by execoma
Wed Apr 09, 2014 6:59 pm
Forum: Support
Topic: Table 1px border problem with MergeCells
Replies: 14
Views: 30821

by execoma
Sun Mar 30, 2014 11:16 am
Forum: Support
Topic: Table 1px border problem with MergeCells
Replies: 14
Views: 30821

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 ...
by execoma
Fri Mar 28, 2014 10:01 am
Forum: Support
Topic: Table 1px border problem with MergeCells
Replies: 14
Views: 30821

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 ...
by execoma
Sun Sep 26, 2010 8:05 pm
Forum: Support
Topic: TRichViewEdit only one editable line such as TEdit
Replies: 1
Views: 7909

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)?
by execoma
Fri Sep 10, 2010 4:23 pm
Forum: Support
Topic: Replacement controls (InsertControl) for SaveRVFToStream
Replies: 6
Views: 16186

Thanks ;) то что надо, ваша разработка крута безгранично
by execoma
Thu Sep 09, 2010 11:40 pm
Forum: Support
Topic: Replacement controls (InsertControl) for SaveRVFToStream
Replies: 6
Views: 16186

М ...
by execoma
Thu Sep 09, 2010 5:16 pm
Forum: Support
Topic: Replacement controls (InsertControl) for SaveRVFToStream
Replies: 6
Views: 16186

Ой, в первом посту под Event SaveRVFToStream имел ввиду event SaveComponentToFile. Тут нельзя редактировать посты?
by execoma
Thu Sep 09, 2010 5:14 pm
Forum: Support
Topic: Replacement controls (InsertControl) for SaveRVFToStream
Replies: 6
Views: 16186

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 ...
by execoma
Thu Sep 09, 2010 4:43 pm
Forum: Support
Topic: Replacement controls (InsertControl) for SaveRVFToStream
Replies: 6
Views: 16186

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 ...