Search found 27 matches

by th9999
Wed Jul 26, 2017 4:50 am
Forum: ScaleRichView
Topic: GetItemStyle
Replies: 8
Views: 37942

SRVMakeBW

Code: Select all

procedure SRVMakeBW(Srv: TSRichViewEdit);
//var i: TSRVHeaderFooterType;
begin
  MakeBW(Srv.RichViewEdit.Style);
  MakeBW(Srv.RVHeader.Style);
  MakeBW(Srv.RVFooter.Style); 
  //for i := Low(TSRVHeaderFooterType) to High(TSRVHeaderFooterType) do
  //  MakeBW(Srv.SubDocuments[i].GetRVStyle);
end;
by th9999
Wed Jul 26, 2017 4:45 am
Forum: ScaleRichView
Topic: GetItemStyle
Replies: 8
Views: 37942

SRVMakeBW

Hello, administrator Sorry to have to bother you, I listen to your code changes, print text can black font, but I don't have any (TSRVHeaderFooterType) unit, I modify your code, do not know to have what effect, modify the code is as follows: Procedure SRVMakeBW (Srv: TSRichViewEdit); / / var I: TSRV...
by th9999
Mon Jul 24, 2017 11:45 pm
Forum: ScaleRichView
Topic: GetItemStyle
Replies: 8
Views: 37942

Re: GetItemStyle

Hi Sergey Tkachenko I have a document at the time of editing, the text has multiple colors to distinguish, but at the time of printing requirements to print all black font, in my judgment in the way you modify the document font color, but some will be garbled words? The HTML code is as follows: for ...
by th9999
Mon Jul 24, 2017 11:34 pm
Forum: ScaleRichView
Topic: GetItemStyle
Replies: 8
Views: 37942

Re: GetItemStyle

Thank you very much
by th9999
Mon Jul 24, 2017 11:04 am
Forum: ScaleRichView
Topic: GetItemStyle
Replies: 8
Views: 37942

GetItemStyle

Hello, administrator Ask a question. I have a document containing text, pictures, components, forms, etc. How can I decide which item is a form or text. My code is as follows: For I: = 0 to TmpSRichViewEdit. RichViewEdit. Do ItemCount - 1 The begin If TmpSRichViewEdit. RichViewEdit. RVData. GetItemS...
by th9999
Sat Apr 09, 2016 8:29 am
Forum: ScaleRichView
Topic: Paste the Chinese is garbled
Replies: 6
Views: 25225

Thank you

Thank you, I try!
by th9999
Sat Apr 09, 2016 12:04 am
Forum: ScaleRichView
Topic: Paste the Chinese is garbled
Replies: 6
Views: 25225

TSRVHeaderFooterType

Thank you, can you tell me the TSRVHeaderFooterType need the unit, I won't compile
by th9999
Fri Apr 08, 2016 11:45 pm
Forum: ScaleRichView
Topic: Paste the Chinese is garbled
Replies: 6
Views: 25225

TSRVHeaderFooterType

TSRVHeaderFooterType need to refer to the unit
by th9999
Fri Apr 08, 2016 3:39 am
Forum: ScaleRichView
Topic: Paste the Chinese is garbled
Replies: 6
Views: 25225

Paste the Chinese is garbled

Clerk hello:
Excuse me, recently a lot of customer response, my ScaleRichView when using paste, if the Chinese content, paste it is garbled,
thank you
by th9999
Mon Aug 11, 2014 6:58 am
Forum: ScaleRichView
Topic: Continue to play problem
Replies: 2
Views: 17287

Thank you

Thank you, I now is in the use of such renewal function, thought can begin in the interface intuitive display to continue playing
by th9999
Mon Aug 11, 2014 5:54 am
Forum: ScaleRichView
Topic: Continue to play problem
Replies: 2
Views: 17287

Continue to play problem

Administrator: hello,
Can be specified in one line, please start printing? Interface can show began printing line (dashed lines start line, for example, can the mouse drag)
by th9999
Wed Jun 26, 2013 12:10 am
Forum: ScaleRichView
Topic: МнјУґъВл
Replies: 1
Views: 15386

МнјУґъВл

procedure TZYBLBJFrm.Button1Click(Sender: TObject); var c : TCheckBox; begin c := TCheckBox.Create(nil); c.Parent := SRichViewEdit1.RichViewEdit; c.Font.Charset := ANSI_CHARSET; c.Font.Name :='ЛОМе'; c.Font.Size := 12; c.Font.Color := clBlue; c.Name := 'CheckBox'+inttostr(SRichViewEdit1.RichViewEdit...