Search found 27 matches
- Sun Jun 06, 2010 8:23 am
- Forum: Support
- Topic: english and arabic text in the document
- Replies: 1
- Views: 10334
english and arabic text in the document
I have (english and arabic text) in the one richedit how can I change font in the richviewedit all arabic and english text I want to arabic text only= arial, english text only=times new roman I can make this but all text arial RichViewEdit.SelectAll; RichViewEdit.Style.TextStyles[0].FontName ...
- Thu Sep 24, 2009 4:20 pm
- Forum: ScaleRichView
- Topic: error BoundTextVisible
- Replies: 1
- Views: 15980
error BoundTextVisible
error in the old my project
undeclared
SRichViewEdit1.ViewProperty.BoundTextVisible := cbShowTextArea.Checked;
undeclared
SRichViewEdit1.ViewProperty.BoundTextVisible := cbShowTextArea.Checked;
- Sat May 09, 2009 8:48 am
- Forum: Support
- Topic: replace for only arial font text
- Replies: 4
- Views: 18209
- Thu Apr 30, 2009 7:09 pm
- Forum: Support
- Topic: replace for only arial font text
- Replies: 4
- Views: 18209
- Thu Apr 30, 2009 4:05 am
- Forum: Support
- Topic: replace for only arial font text
- Replies: 4
- Views: 18209
replace for only arial font text
I want to text replace only arial font how can I make my code (all text arial, bad) with Srv.RichViewEdit do for i :=0 to Srv.RichViewEdit.style.TextStyles.Count-1 do Srv.RichViewEdit.Style.TextStyles .FontName := 'Arial'; Srv.RichViewEdit.Format; begin APPLICATION.ProcessMessages; stringReplace ...
- Sat Jan 31, 2009 10:53 pm
- Forum: Support
- Topic: Getalltext
- Replies: 3
- Views: 15177
- Sat Jan 31, 2009 1:31 am
- Forum: Support
- Topic: Getalltext
- Replies: 3
- Views: 15177
Getalltext
Getalltext(sRichViewEdit1.RichViewEdit); very good
but
I need Getallwords I want to get only words
is there a function or alternative a way
but
I need Getallwords I want to get only words
is there a function or alternative a way
- Mon Jan 19, 2009 3:32 am
- Forum: Support
- Topic: hunspell for richview
- Replies: 5
- Views: 24281
- Sun Jan 18, 2009 5:41 pm
- Forum: Support
- Topic: hunspell for richview
- Replies: 5
- Views: 24281
hunspell for richview
hunspell question
normal procedure load
p := ExtractFilePath(Application.ExeName) + 'dict\';
spell := hunspell_initialize(PChar(p + 'en_US.aff'), PChar(p + 'en_US.dic'));
where, how can I load, apply this en_US.aff, en_US.dic for richviewedit (rvspell\Demos\HunSpell\RichViewActions)
normal procedure load
p := ExtractFilePath(Application.ExeName) + 'dict\';
spell := hunspell_initialize(PChar(p + 'en_US.aff'), PChar(p + 'en_US.dic'));
where, how can I load, apply this en_US.aff, en_US.dic for richviewedit (rvspell\Demos\HunSpell\RichViewActions)
- Sun Jan 18, 2009 3:54 am
- Forum: Examples, Demos
- Topic: [Examples] Count of characters and words
- Replies: 37
- Views: 266496
I used this function in the delphi2009 error [DCC Warning] Unit3.pas(777): W1050 WideChar reduced to byte char in set expressions. Consider using 'CharInSet' function in 'SysUtils' unit. can you fix this function function WordCount(t: String): LongInt; var ws: Boolean; wc: Integer; i: Integer; begin ...
- Sun Jan 18, 2009 3:12 am
- Forum: ScaleRichView
- Topic: dualeditor for Srichviewedit
- Replies: 6
- Views: 32234
- Fri Jan 16, 2009 3:00 am
- Forum: ScaleRichView
- Topic: dualeditor for Srichviewedit
- Replies: 6
- Views: 32234
- Mon Jan 12, 2009 6:11 am
- Forum: ScaleRichView
- Topic: dualeditor for Srichviewedit
- Replies: 6
- Views: 32234
- Sun Jan 11, 2009 6:22 pm
- Forum: Support
- Topic: richviewedit1 to richviewedit2, richviewedit2 to rich...
- Replies: 1
- Views: 11218
richviewedit1 to richviewedit2, richviewedit2 to rich...
richviewedit1 to richviewedit2 and richviewedit2 to richviewedit1 this is procedure very slow and some not run for after 100 pages how can I fast replace formatted text richviewedit1 to richviewedit2 and richviewedit2 to richviewedit1 var AStream: TMemoryStream; BStream: TMemoryStream; begin AStream ...
- Wed Jan 07, 2009 7:29 am
- Forum: ScaleRichView
- Topic: dualeditor for Srichviewedit
- Replies: 6
- Views: 32234
dualeditor for Srichviewedit
1-how can I implant this procedure to Srichviewedit and without externalRvStyle and RVStyle1DrawParaBack = ? (where write events) for Srichviewedit. 2-is there dual editor a example for Srichviewedit procedure TForm1.RVStyle1DrawParaBack(Sender: TRVStyle; Canvas: TCanvas; ParaNo: Integer; ARect ...