Search found 193 matches

by Marsianin
Thu Jan 17, 2008 10:34 pm
Forum: Support
Topic: Cannot compile RVXML on D2007
Replies: 3
Views: 10706

It's not a free addon?
by Marsianin
Thu Jan 17, 2008 10:19 pm
Forum: Support
Topic: Always unable to export to MS Word
Replies: 39
Views: 105802

RVOfficeConverter1.ErrorCode = -14
by Marsianin
Thu Jan 17, 2008 1:09 am
Forum: Support
Topic: Always unable to export to MS Word
Replies: 39
Views: 105802

The same thing with RVOfficeConverter.
This always returns false:

Code: Select all

RVOfficeConverter1.ExportRV(SaveDialog1.FileName,RichViewEdit1,1)
But export converters are available.
by Marsianin
Wed Jan 16, 2008 7:03 pm
Forum: Support
Topic: Cannot compile RVXML on D2007
Replies: 3
Views: 10706

Cannot compile RVXML on D2007

I'm unable to compile RichViewXML 1.4.5.1 with TRichView 1.9.48 on Delphi 2007 with the following error: RVXMLMisc.pas: 181: try 182: RVFTextString2Stream(Node.Items[I].Value, Stream); 183: Stream.Position := 0; [DCC Error] RVXMLMisc.pas(182): E2010 Incompatible types: 'TRVMemoryStream' and 'TMemory...
by Marsianin
Wed Jan 16, 2008 6:58 pm
Forum: Support
Topic: Always unable to export to MS Word
Replies: 39
Views: 105802

What about export guys? It doesn't works. Even in RVActions demo.
But now I'm going to use TRVOfficeConverter directly. Will let you know results.
by Marsianin
Wed Jan 16, 2008 6:56 pm
Forum: Support
Topic: RichViewEdit1.Paste doesn't work inside the table cell.
Replies: 5
Views: 14431

What you mean?

I need this if because my Paste menu can paste into a different controls.
I changed my code so it works now but this is a bug in TRichView.
by Marsianin
Wed Jan 16, 2008 4:27 pm
Forum: Support
Topic: Is there any native MS Word export?
Replies: 0
Views: 12243

Is there any native MS Word export?

Is there any 3rd party (may be shareware) MS Word Export for TRichView?
I found a lot of PDF, Excel, RTF exporters but no one can export directly into MS Word without Office OLE.
by Marsianin
Tue Jan 15, 2008 7:31 pm
Forum: Support
Topic: RichViewEdit1.Paste doesn't work inside the table cell.
Replies: 5
Views: 14431

This code doesn't works when cursor inside the table:

Code: Select all

if RichViewEdit1.Focused then RichViewEdit1.Paste
.Focused returns False if we're inside the table.
by Marsianin
Tue Jan 15, 2008 7:16 pm
Forum: Support
Topic: Always unable to export to MS Word
Replies: 39
Views: 105802

Just tried to export into .docx and .doc in your standard Actiontestd2007 - same thing, unable to export.
by Marsianin
Mon Jan 14, 2008 11:33 pm
Forum: Support
Topic: RichViewEdit1.Paste doesn't work inside the table cell.
Replies: 5
Views: 14431

RichViewEdit1.Paste doesn't work inside the table cell.

I'm using RichViewEdit1.Paste to control what I want to paste before doing it.
But RichViewEdit1.Paste doesn't works when I have cursor inside the table cell.
by Marsianin
Mon Jan 14, 2008 11:30 pm
Forum: Support
Topic: Always unable to export to MS Word
Replies: 39
Views: 105802

Always unable to export to MS Word

When trying to export as MS Word file with RVActions I'm always getting error: Error saving file. Possible reasons: - out of disk space; - disk is write protected; - etc... Using Delphi 2007 SP3, Vista Ultimate x64, Office 2007 SP1, RichView 1.9.48 (but compiled exe can't export on other systems too)
by Marsianin
Sat Nov 10, 2007 9:05 pm
Forum: Support
Topic: Is there a bulgarian translation for Actions?
Replies: 0
Views: 11947

Is there a bulgarian translation for Actions?

May be someone have Bulgarian translation for RichView Actions?
by Marsianin
Fri Sep 28, 2007 7:06 am
Forum: Support
Topic: RVActions insert table popup dalog and TBX bug under Vista
Replies: 1
Views: 8065

RVActions insert table popup dalog and TBX bug under Vista

I have Toolbar2k + TBX and using TBXSubMenuItem to display RVActions.ShowTableSizeDialog. Everything works fine under Win 98-XP but under Vista my TBXSubMenuItem pops up an empty window along with the ShowTableSizeDialog and after a couple popups I'm getting access violation :( Here is my code to ge...
by Marsianin
Tue Oct 10, 2006 10:22 am
Forum: Support
Topic: Refresh RichViewEdit to enable/disable addict livespell
Replies: 1
Views: 9898

Refresh RichViewEdit to enable/disable addict livespell

How to refresh TRichViewEdit to enable/disable Addict 3 livespell mode to show/hide red underlines under misspelled words ?
.Refresh or .Format doesn't helps :(
by Marsianin
Mon Jul 24, 2006 10:28 am
Forum: Support
Topic: JPEG in RVF stored as BMP (huge file size) ?
Replies: 1
Views: 8203

JPEG in RVF stored as BMP (huge file size) ?

Added 11 JPG pictures into my TRichViewEdit 1.9.24 which are 550kb in size and got 6.4mb RVF :shock:
Tryed to export this RVF into HTML (RVActions) and got all my 11 JPEGs as JPEGs and 550kb in size.
What's happens why RVF so huge ?