Search found 12 matches
- Thu Sep 04, 2008 10:13 pm
- Forum: Support
- Topic: RvHtmlImporter v0.0027 bugs
- Replies: 27
- Views: 67061
- Wed Sep 03, 2008 10:13 pm
- Forum: Support
- Topic: RvHtmlImporter v0.0027 bugs
- Replies: 27
- Views: 67061
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 ...
- Fri Aug 15, 2008 9:10 pm
- Forum: Support
- Topic: RvHtmlImporter v0.0027 bugs
- Replies: 27
- Views: 67061
- Fri Jul 25, 2008 1:41 am
- Forum: Support
- Topic: RvHtmlImporter v0.0027 bugs
- Replies: 27
- Views: 67061
- Wed Jul 02, 2008 10:33 pm
- Forum: Support
- Topic: RvHtmlImporter v0.0027 bugs
- Replies: 27
- Views: 67061
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 HTML 4 ...
- Tue Jun 24, 2008 5:25 am
- Forum: Support
- Topic: RvHtmlImporter v0.0027 bugs
- Replies: 27
- Views: 67061
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 ...
- Tue Jun 17, 2008 3:20 am
- Forum: Support
- Topic: RvHtmlImporter v0.0027 bugs
- Replies: 27
- Views: 67061
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 ...
- Fri Jun 06, 2008 10:25 am
- Forum: Support
- Topic: RvHtmlImporter v0.0027 bugs
- Replies: 27
- Views: 67061
- Wed Jun 04, 2008 11:03 pm
- Forum: Support
- Topic: RvHtmlImporter v0.0027 bugs
- Replies: 27
- Views: 67061
- Mon Jun 02, 2008 10:38 pm
- Forum: Support
- Topic: RvHtmlImporter v0.0027 bugs
- Replies: 27
- Views: 67061
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 above is exactly what ...
- Thu May 22, 2008 5:07 pm
- Forum: Support
- Topic: RvHtmlImporter v0.0027 bugs
- Replies: 27
- Views: 67061
- Mon May 12, 2008 11:40 pm
- Forum: Support
- Topic: RvHtmlImporter v0.0027 bugs
- Replies: 27
- Views: 67061
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 ...