Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : AlphaImageLoader?
| Subject: | AlphaImageLoader? |
| Posted by: | "Richard Bibby" (richard.bib..@profdoc.com) |
| Date: | Mon, 11 Feb 2008 16:43:55 |
Hej,
Not sure if this is really the correct newsgroup but here goes.
I am using Crystal Reports to create and run a report and then export the
report as html. A main file and an image (png) is produced. I then create a
TidMessage message and add the main file and attachment, and then mail it
away!
Until recently everything worked ok. The html source referred to the image
with the following code:
<div class="adht3zh200mdc-1" nowrap="true"
style="z-index:15;top:3388px;left:35px;width:699px;height:283px;"><img
src="connectrs_status{9B0A3EB3-B5CF-44CA-98BC-6FA49A74DF22}.png" border="0"
width="699px" height="283px"></div>
However when I moved my application to another machine I found that the htm
referred to the image as follows:
<div class="adht4fb1868utc-0" nowrap="true"
style="z-index:25;top:3265px;left:35px;width:699px;height:283px;"><div
style="width:699px;height:283px;display:inline-block;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='connectrs_status{A621762E-94BE-48D1-8EE2-3DE57CED30D5}.png');"></div></div>
For some reason the html is being rendered using Microsoft's
AlphaImageLoader. The resulting email does not display the embedded image.
Anyone know where AlphaImageLoader comes from and why its used on one
machine and not another?
/Richard