Search found 5 matches

by ibr_ozdemir
Thu Feb 23, 2006 8:48 am
Forum: Support
Topic: Import HTML file problem
Replies: 2
Views: 13371

Import HTML file problem

hi
When i export (html format) a text with RichView application, its working great. But when i import the same file i lose the text styles (like bold, italic, align settings).
I also tried RVHTMLImport. How can i handle that.
thanks
by ibr_ozdemir
Tue Jan 24, 2006 10:57 am
Forum: Support
Topic: How can i load a document without "textstyles"
Replies: 1
Views: 10798

How can i load a document without "textstyles"

hi
i have a RVStyle component on my form, i want to RVStyle.TextStyles items be stable but they changes when i load a document. also i tried "Use a predefined set of styles" at RicviewEdit's settings window.
by ibr_ozdemir
Mon Jan 23, 2006 11:13 am
Forum: Support
Topic: simple problem (i think)
Replies: 1
Views: 12297

simple problem (i think)

Hi
I have problems with printing document. Simply, how can i get a print what RichView shows (i want to page with size value like printer settings, but its changing with richview width).

maybe i couldnt that because its very simple.
by ibr_ozdemir
Wed Jan 04, 2006 4:47 pm
Forum: Support
Topic: my computer doesnt support word document file (*.doc)
Replies: 3
Views: 15681

i used your "Actions" example and this code function TrvActionsResource.IthalEt(RVE: TCustomRichViewEdit): boolean; var od:TOpenDialog; oc:TRVOfficeConverter; begin Result:=false; od:=TOpenDialog.Create(nil); oc:=TRVOfficeConverter.Create(nil); try oc.ExtensionsInFilter:=true; od.Filter:=oc ...
by ibr_ozdemir
Wed Jan 04, 2006 11:41 am
Forum: Support
Topic: my computer doesnt support word document file (*.doc)
Replies: 3
Views: 15681

my computer doesnt support word document file (*.doc)

hi people I try to open(import) a *.doc file in TRichView, but it gives error. Error is : Unable to load graphics conversion filter. Continue with document conversion? i installed OfficeConversion, i installed Microsoft Word with all options, but doesnt change anything. also its working many ...