Search found 27 matches

by sr1111
Sun Jun 06, 2010 8:23 am
Forum: Support
Topic: english and arabic text in the document
Replies: 1
Views: 9372

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:= 'Aria...
by sr1111
Thu Sep 24, 2009 4:20 pm
Forum: ScaleRichView
Topic: error BoundTextVisible
Replies: 1
Views: 14007

error BoundTextVisible

error in the old my project
undeclared
SRichViewEdit1.ViewProperty.BoundTextVisible := cbShowTextArea.Checked;
by sr1111
Sat May 09, 2009 8:48 am
Forum: Support
Topic: replace for only arial font text
Replies: 4
Views: 15572

thanks very good.
please can you tell me, how can I make this(replace) normal in the delphi richedit
by sr1111
Thu Apr 30, 2009 7:09 pm
Forum: Support
Topic: replace for only arial font text
Replies: 4
Views: 15572

yes, I want to replace 'orange' to 'apple' only if 'orange' is written with 'Arial' font
by sr1111
Thu Apr 30, 2009 4:05 am
Forum: Support
Topic: replace for only arial font text
Replies: 4
Views: 15572

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('or...
by sr1111
Sat Jan 31, 2009 10:53 pm
Forum: Support
Topic: Getalltext
Replies: 3
Views: 13488

I want to make stringreplace in rihviewedit for wholeword


can you help me for function or command
by sr1111
Sat Jan 31, 2009 1:31 am
Forum: Support
Topic: Getalltext
Replies: 3
Views: 13488

Getalltext

Getalltext(sRichViewEdit1.RichViewEdit); very good

but

I need Getallwords I want to get only words
is there a function or alternative a way
by sr1111
Mon Jan 19, 2009 3:32 am
Forum: Support
Topic: hunspell for richview
Replies: 5
Views: 21485

I did into this lines and but not run
RVHunSpell1.Dictionaries.Add.Load('en_us');

after I add hunspelldll.dll now runner

you can add hunspelldll.dll to directory rvspell\Demos\HunSpell\RichViewActions

not run without hunspelldll.dll
by sr1111
Sun Jan 18, 2009 5:41 pm
Forum: Support
Topic: hunspell for richview
Replies: 5
Views: 21485

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)
by sr1111
Sun Jan 18, 2009 3:54 am
Forum: Examples, Demos
Topic: [Examples] Count of characters and words
Replies: 37
Views: 230570

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...
by sr1111
Sun Jan 18, 2009 3:12 am
Forum: ScaleRichView
Topic: dualeditor for Srichviewedit
Replies: 6
Views: 27506

thanks very good

serkand
by sr1111
Fri Jan 16, 2009 3:00 am
Forum: ScaleRichView
Topic: dualeditor for Srichviewedit
Replies: 6
Views: 27506

my mail:[email protected]

I am waiting...
by sr1111
Mon Jan 12, 2009 6:11 am
Forum: ScaleRichView
Topic: dualeditor for Srichviewedit
Replies: 6
Views: 27506

thanks but I dont applied to srichviewedit and I dont it run

could you cretae a example for Srichviewedit dualeditor
by sr1111
Sun Jan 11, 2009 6:22 pm
Forum: Support
Topic: richviewedit1 to richviewedit2, richviewedit2 to rich...
Replies: 1
Views: 10383

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...
by sr1111
Wed Jan 07, 2009 7:29 am
Forum: ScaleRichView
Topic: dualeditor for Srichviewedit
Replies: 6
Views: 27506

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