Search found 12 matches

by wasuplee123
Thu Sep 04, 2008 10:13 pm
Forum: Support
Topic: RvHtmlImporter v0.0027 bugs
Replies: 27
Views: 61266

If I don't put those subtractions, I get the same issue as before. When I step through that code, sec.ContentLeft is 29, not 24, even though I'm not changing any indent settings. I think I may have found out why this happens. When I export a TRichView with just a single bullet, I get this HTML: <!DO...
by wasuplee123
Wed Sep 03, 2008 10:13 pm
Forum: Support
Topic: RvHtmlImporter v0.0027 bugs
Replies: 27
Views: 61266

Thanks for the reply. This worked, but only after I made some changes: ll.MarkerIndent := sec.ContentLeft-29; //TODO width of marker if ll.MarkerIndent<0 then ll.MarkerIndent := 0; ll.FirstIndent := 0; ll.LeftIndent := sec.ContentLeft-5; Notice how I had to subtract the MarkerIndent and LeftIndent b...
by wasuplee123
Fri Aug 15, 2008 9:10 pm
Forum: Support
Topic: RvHtmlImporter v0.0027 bugs
Replies: 27
Views: 61266

Is there any estimate for when this will be done?

This is the only issue (that I know of) that's keeping me from purchasing this component and using it in my application.
by wasuplee123
Fri Jul 25, 2008 1:41 am
Forum: Support
Topic: RvHtmlImporter v0.0027 bugs
Replies: 27
Views: 61266

Any updates on this?
by wasuplee123
Wed Jul 02, 2008 10:33 pm
Forum: Support
Topic: RvHtmlImporter v0.0027 bugs
Replies: 27
Views: 61266

I seem to have found an issue w/the new HTML importer. This may also be some issue w/the HTML exporting of TRichView, but I'm pretty sure it's just an issue on the import side. When I have make a bulleted list and then export to html I get an HTML like this: <!DOCTYPE html PUBLIC "-//W3C//DTD H...
by wasuplee123
Tue Jun 24, 2008 5:25 am
Forum: Support
Topic: RvHtmlImporter v0.0027 bugs
Replies: 27
Views: 61266

Thank you very much Sergey. This is working much better than the older HTML import component. I agree with nicefive about some concern over so many dependencies, but it is working, and all of these add-ons have source code available, so I'm fine with that. It would be nice in the future (if you're b...
by wasuplee123
Tue Jun 17, 2008 3:20 am
Forum: Support
Topic: RvHtmlImporter v0.0027 bugs
Replies: 27
Views: 61266

Thanks. Is there any way I can test this without purchasing the product? The reason I think that would make sense is because without testing this I don't know if it is sufficient for my needs or if there are any other bugs. I think it makes sense for it to be free for the same reason RvHtmlImporter ...
by wasuplee123
Fri Jun 06, 2008 10:25 am
Forum: Support
Topic: RvHtmlImporter v0.0027 bugs
Replies: 27
Views: 61266

Thank you very much for your help. I really appreciate it.
Good luck with your future work on this.

I'll check back here in a week or two.
by wasuplee123
Wed Jun 04, 2008 11:03 pm
Forum: Support
Topic: RvHtmlImporter v0.0027 bugs
Replies: 27
Views: 61266

Thanks, that fixed that issue. Now I see another issue though. I have the following HTML generated from TRichView, but when I import it becomes "This is a test ." instead of "This is a test ." (notice the space before the word "test" being underlined; the exported HTML ...
by wasuplee123
Mon Jun 02, 2008 10:38 pm
Forum: Support
Topic: RvHtmlImporter v0.0027 bugs
Replies: 27
Views: 61266

Maybe I misunderstood your instructions, but I still have this issue. In RVHtmlImport.pas, the first "if" (which is line 2216 for me) is: if (s[i1] = #13) then It doesn't make much sense to replace that "if" with the code you provided above. I did notice the code you provided abo...
by wasuplee123
Thu May 22, 2008 5:07 pm
Forum: Support
Topic: RvHtmlImporter v0.0027 bugs
Replies: 27
Views: 61266

I sent you an email over a week ago regarding this issue, but still haven't gotten a reply. I will just post the important part of my email here: I reproduced the problem using the importing and exporting in the ActionTest application from the TRichView website. I noticed that if I export it as &quo...
by wasuplee123
Mon May 12, 2008 11:40 pm
Forum: Support
Topic: RvHtmlImporter v0.0027 bugs
Replies: 27
Views: 61266

RvHtmlImporter v0.0027 bugs

Hi, I would be very interested in purchasing RichView, but I need to be able to save and load documents as HTML. The HTML export feature of TRichView is sufficient for me, but the import (via RvHtmlImporter v0.0027) is pretty buggy. For example, if I have the text: This is a test. When I export to H...