Hello Sergey,
I've also tested this line with Outlook. But it doesn't work ok. Outlook only works ok with the style Attribute.
Also don't work "file://d:/roostest/image1.jpg". It must be "fille://d:\roostest\image1.jpg" (backslashes instead of slashes)
Best wishes
Bernhard
Search found 91 matches
- Tue Nov 03, 2015 7:24 am
- Forum: Support
- Topic: SaveHTMLEx - html use with Outlook
- Replies: 8
- Views: 30458
- Mon Nov 02, 2015 2:06 pm
- Forum: Support
- Topic: SaveHTMLEx - html use with Outlook
- Replies: 8
- Views: 30458
Now, I find the real difference. Please Forget my previous post. Richview makes the following line : <p><img width=149 height=149 alt="" src="d:/roostest/image1.jpg"></p> This don't work with Outlook. The following line works with Outlook : <div><img style="width: 148px; height: 148px;" alt="" src ...
- Mon Nov 02, 2015 1:07 pm
- Forum: Support
- Topic: SaveHTMLEx - html use with Outlook
- Replies: 8
- Views: 30458
- Mon Nov 02, 2015 8:45 am
- Forum: Support
- Topic: SaveHTMLEx - html use with Outlook
- Replies: 8
- Views: 30458
SaveHTMLEx - html use with Outlook
Hello, I'm exporting in our application Richview Data to HTML like the following Code : rv.RichView.SaveHTMLEx(sFile, '', 'image', '', '', '', [rvsoUseItemImageFileNames, rvsoOverrideImages, rvsoForceNonTextCSS]); The html contains Images, which are saved in separated files. The Internet Explorer ...
- Thu Sep 04, 2014 1:11 pm
- Forum: Support
- Topic: LoadRTF without font but with bold, underline, italic format
- Replies: 1
- Views: 10810
LoadRTF without font but with bold, underline, italic format
Hello, I want at runtime Import RTF Streams, but without the font and size. It should use the font and size of the item Position. But other formatting of the rtf should be used, for example bold, underline, italic. Is there a way to do this : I have the following code : RVData.DeleteItems(i, 1 ...
- Fri Jul 19, 2013 6:06 am
- Forum: Support
- Topic: Addict parser
- Replies: 7
- Views: 25452
Thanks for your answer. Now it works. But I've seen in the simple demo, that there is a PopupMenu and the Menu is creating at runtime. But the Addict Spelling component has already a popup menu. Can I use this PopupMenu automatically? (If I'm using standard components like TMemo then Addict uses ...
- Thu Jul 18, 2013 1:27 pm
- Forum: Support
- Topic: Addict parser
- Replies: 7
- Views: 25452
Now it works. Thanks. But in my Editorform I can't activate the Live Spelling. I only call in the FormCreate RichviewEdit1.StartLiveSpelling; But this seems not the only thing, I have to do. How can I say the TRVAddictSpell Component that it in the RichviewEdit1 should activate the LiveSpelling. I ...
- Wed Jul 17, 2013 7:59 am
- Forum: Support
- Topic: Addict parser
- Replies: 7
- Views: 25452
Thanks for your answer. I've recompiled addict4_d17 and checked of duplicated bpl and dcp files. All seems good. But I'm not able to compile and install the parser. The exact error is [dcc32 Fataler Fehler] addict4_d17.dpk(1): E2225 'Never-build' Package 'addict4_d17' muss neu compiliert werden But ...
- Tue Jul 16, 2013 12:40 pm
- Forum: Support
- Topic: Addict parser
- Replies: 7
- Views: 25452
Addict parser
Hello, we've bought Addict Spelling Component (version 4.5) and so I've downloaded on your website the parser for this Third Party product and tried to compile the Addict4_Richview_dxe3.dproj package. But I get the compiler error "Never build package addict4_d17 must recompile". Any ideas what the ...
- Thu Jun 20, 2013 7:48 am
- Forum: Support
- Topic: Wingdings font problem
- Replies: 23
- Views: 67307
Thanks for the files. I've installed now RV14.5 and copied the four changed files in the RV folder. Then I've recompiled all packages and my application. But the problem still exists. So we can say with the *A functions it works well. With the *W functions there seems be a problem. Probably I can ...
- Thu Jun 20, 2013 6:10 am
- Forum: Support
- Topic: Wingdings font problem
- Replies: 23
- Views: 67307
- Thu Jun 20, 2013 5:54 am
- Forum: Support
- Topic: Wingdings font problem
- Replies: 23
- Views: 67307
- Wed Jun 19, 2013 11:54 am
- Forum: Support
- Topic: Wingdings font problem
- Replies: 23
- Views: 67307
I have tested a lot of reports from our customer (and there are some very complicated reports with different fonts, tables in tables, input fields and so on). All works fine so far. So I think I can live with GetItemTextR and SetItemTextR. For our needs this functions does exactly what I expected ...
- Wed Jun 19, 2013 11:23 am
- Forum: Support
- Topic: Wingdings font problem
- Replies: 23
- Views: 67307
But what is to do that GetItemTextW returns (in my special report example) the characters 'nnnnn' and not '......'. At design time in the reportbuilder all is shown correct. But at runtime after this routine has executed instead of 'nnnnn' there is suddently '......' (which shows then in wingdings ...
- Wed Jun 19, 2013 6:23 am
- Forum: Support
- Topic: Wingdings font problem
- Replies: 23
- Views: 67307
Thanks for the changes in my example. But this doesn't solve the problem. The problem is in the line GetItemTextW. Instead of the characters 'nnnnn' I get some other characters ('......'). 'nnnnn' are the correct characters. In Wingdings this are the black rectangle. If I'm using GetItemTextR all ...