Search found 16 matches
- Thu Sep 16, 2010 2:36 am
- Forum: Support
- Topic: edit canot display the caret
- Replies: 8
- Views: 32149
- Wed Sep 15, 2010 10:00 pm
- Forum: Support
- Topic: edit canot display the caret
- Replies: 8
- Views: 32149
- Wed Sep 15, 2010 4:03 pm
- Forum: Support
- Topic: edit canot display the caret
- Replies: 8
- Views: 32149
- Wed Sep 15, 2010 4:00 pm
- Forum: Support
- Topic: edit canot display the caret
- Replies: 8
- Views: 32149
- Wed Sep 15, 2010 3:52 pm
- Forum: Support
- Topic: edit canot display the caret
- Replies: 8
- Views: 32149
edit canot display the caret
when i insert a Tedit into cells,but Tedit can not dispaly the caret? procedure TForm2.btn1Click(Sender: TObject); var i:Integer; begin srvedit1.RichViewEdit.Clear; if dlgOpen1.Execute then begin srvedit1.RichViewEdit.LoadRTF(dlgOpen1.FileName) ; end; srvedit1.RichViewEdit.Format; for i := 0 to ...
- Sun Sep 12, 2010 2:34 pm
- Forum: Support
- Topic: I cannot input chinese character in scalerichview.
- Replies: 2
- Views: 11974
- Sun Sep 12, 2010 2:15 pm
- Forum: Support
- Topic: I cannot input chinese character in scalerichview.
- Replies: 2
- Views: 11974
I cannot input chinese character in scalerichview.
1.I load a rtf file,the rtf show ok.I set realation unicode properity.
2.I cannot input chinese character in scalerichview.
3.I test scalerichview demo ,the editer demo also cannot input chinese character.why?
how can¡¡I¡¡input chinese character in scalerichviewer?
2.I cannot input chinese character in scalerichview.
3.I test scalerichview demo ,the editer demo also cannot input chinese character.why?
how can¡¡I¡¡input chinese character in scalerichviewer?
- Thu Jul 22, 2010 9:38 pm
- Forum: Support
- Topic: screeFont and printFont have difference
- Replies: 4
- Views: 15297
- Thu Jul 22, 2010 2:03 pm
- Forum: Support
- Topic: screeFont and printFont have difference
- Replies: 4
- Views: 15297
- Thu Jul 22, 2010 2:00 pm
- Forum: Support
- Topic: how to print the content of editbox in cells?
- Replies: 8
- Views: 24444
- Thu Jul 22, 2010 1:28 am
- Forum: Support
- Topic: screeFont and printFont have difference
- Replies: 4
- Views: 15297
- Wed Jul 21, 2010 4:06 pm
- Forum: Support
- Topic: how to print the content of editbox in cells?
- Replies: 8
- Views: 24444
- Tue Jul 20, 2010 11:47 pm
- Forum: Support
- Topic: how to print the content of editbox in cells?
- Replies: 8
- Views: 24444
- Tue Jul 20, 2010 11:27 pm
- Forum: Support
- Topic: how to print the content of editbox in cells?
- Replies: 8
- Views: 24444
I can see the content of the editbox in the screen,but printer's output is blank when I print the richview. procedure TfrmCheck.btnPrintClick(Sender: TObject); var printit:Boolean; begin if dlgPrint1.Execute then begin printit:=True; end; if PrintIt then begin rvprnt1.AssignSource(rchvw1); rvprnt1 ...
- Tue Jul 20, 2010 11:11 pm
- Forum: Support
- Topic: how to print the content of editbox in cells?
- Replies: 8
- Views: 24444