Search found 75 matches

by mohsen24000
Mon Mar 12, 2012 4:39 pm
Forum: Support
Topic: a Problem in EXPORT...!
Replies: 7
Views: 19089

for alignment i solve it :
replace \qr\ri0\rtlpar with \rtlpar\qr\ri0 in RTF file.
:D
by mohsen24000
Mon Mar 12, 2012 4:20 pm
Forum: Support
Topic: a Problem in EXPORT...!
Replies: 7
Views: 19089

hi
i solve it in rtf with :
{\rtf1\fbidis\ansi\
in begin of rtf file!
by mohsen24000
Sun Mar 11, 2012 4:18 pm
Forum: Support
Topic: a Problem in EXPORT...!
Replies: 7
Views: 19089

hi dear sergey.
I sent example of document (as RVF file) to richviewgmailcom.
plz survey it.
thanks a lot.
by mohsen24000
Fri Mar 09, 2012 9:52 pm
Forum: Support
Topic: a Problem in EXPORT...!
Replies: 7
Views: 19089

a Problem in EXPORT...!

hi dear friends. I have a richviewedit with RtL content. it's correct view but when export with exportRV in msWord fonts an right align is incorrect but only first paragraph's font is correct. no problem in colors and backcolors. my docx files in wordpad show correct but in msword 2010 is incorrect ...
by mohsen24000
Sun Feb 19, 2012 10:27 am
Forum: Support
Topic: embedded fonts!?
Replies: 3
Views: 13165

Sergey Tkachenko wrote:The component cannot embed fonts, you need to implement this feature yourself.
i should install fonts or other way to implement this feature?
by mohsen24000
Sat Feb 18, 2012 7:58 am
Forum: Support
Topic: embedded fonts!?
Replies: 3
Views: 13165

embedded fonts!?

hi friends.
is it possible to embedding fonts in TRichview?
thanks.
by mohsen24000
Thu Jan 26, 2012 2:08 pm
Forum: Support
Topic: How can I get the selected text
Replies: 9
Views: 23961

use GetWordAt function
by mohsen24000
Wed Jan 18, 2012 5:57 am
Forum: Support
Topic: Inserting Zero Width Joiner control character ZWJ (#$200D)
Replies: 13
Views: 36130

hi dear sergey. i resolve it! before loading rtf file, i replace \zwnj that deleted in richview with \- and after loading in richview replace it with #$200F and problem fix... sRTF:=Tstringlist.Create; sRTF.LoadFromFile('d:\sample\doc1.rtf'); //sRTF.Text:=Replace(sRTF.Text,'\zwnj',' '); sRTF.Text:=R...
by mohsen24000
Tue Jan 17, 2012 1:08 pm
Forum: Support
Topic: combobox that show sample style text!
Replies: 2
Views: 10197

procedure TForm1.rvcmbDrawItem(Control: TWinControl; Index: Integer; Rect: TRect; State: TOwnerDrawState); var ItemString: string; begin TComboBox(Control).Canvas.FillRect(Rect); TComboBox(Control).Canvas.Font.Size:=rvstyle1.TextStyles[index].Size; TComboBox(Control).Canvas.Font.Name:=rvstyle1.Text...
by mohsen24000
Tue Jan 17, 2012 7:56 am
Forum: Support
Topic: combobox that show sample style text!
Replies: 2
Views: 10197

combobox that show sample style text!

hi dears.
how can i implement a combobox that's show sample text for any textstyle?

for example:
This is a sample
This is a sample
This is a sample
This is a sample

thanks a lot.
by mohsen24000
Fri Jan 13, 2012 11:45 pm
Forum: Support
Topic: AddTextNL does not work for me!
Replies: 1
Views: 8496

AddTextNL does not work for me!

hi dears.
when i want to add multi line text with AddTextNL but all #13#10 disappear and broken lines joined.
for example:
i am a student.
i love my god.
convert to:
i am a student.i love my god.

why?

thanks a lot.
by mohsen24000
Sun Jan 08, 2012 6:25 pm
Forum: Support
Topic: Inserting Zero Width Joiner control character ZWJ (#$200D)
Replies: 13
Views: 36130

thanks dear.
my delphi version is 2010.
by mohsen24000
Sat Jan 07, 2012 4:04 am
Forum: Support
Topic: FootNote's Line separator
Replies: 1
Views: 8948

FootNote's Line separator

hi dears.
how can i change Line Separator between context and footnotes to RTL in print preview area and printing doc!?
thanks a lot.
by mohsen24000
Fri Jan 06, 2012 9:40 pm
Forum: Support
Topic: Inserting Zero Width Joiner control character ZWJ (#$200D)
Replies: 13
Views: 36130

when use:
rve.add(str+widechar($AD)+str);
or
rve.add(str+widechar($200D)+str);
and then save it to RTF file. in MSWord it's worked and shown, but dose'nt show in richviewedit!
please help me for this problem.
my richedit's version is 12
by mohsen24000
Fri Jan 06, 2012 8:42 pm
Forum: Support
Topic: Inserting Zero Width Joiner control character ZWJ (#$200D)
Replies: 13
Views: 36130

dose "no-width non break character" support in trichview?
such as MSWord in RTL language as persian, arabic, etc.