Dynamic Image Displays Blank When Using In Visual Studio Project

I am trying to simply display a dynamic image in a report. I am using Crystal Reports XI Release 2.
I have two different environments: Local via Progress where reports are called using Crystal Viewer ActiveX, and over the web where reports are called from Open Laszlo and Visual Studio project.
The image is set to a blank image as default, and Graphic Location Forumla loads the image from the database (site.logo_location + site.logo_filename) which results in an image http:
www.vetinfo3.com\a.jpg.
When I run the reports locally using the ActiveX control, it works just fine and displays the image.
When I run over the web using OpenLaszlo, it displays a blank.
Troubleshooting
We are using Visual Studio 2005, which is bundled with an older version of Crystal that doesn't support dynamic images.
To address this, I loaded Crystal XI Release 2, which updated the version in Visual Studio and enabled the Graphic Location formula field on the dev machine.
I verified the Graphic Location field was set correctly.
This caused a Version error, so we loaded cr_net_2005_mm_mlb_x86.zip on server and specified the Version in web.Config.
No errors now, but when I build and publish the code, the image still displays as blank.
            From Fiddler
               GET http://www.vetinfo3.com/mdsol1/CrystalImageHandler.aspx?dynamicimage=cr_tmp_image_c5d6a923-293b-4f1e-8739-4e698f83b087.png
               Creates C:\Documents and Settings\Curtis\Local Settings\Temporary Internet Files\Content.IE5\PWRUX2XW\CrystalImageHandler[1].png
               Blank Image
According to issues within Visual Studio, they say the fix to this is to add the <httpHandler> in web.Config, but it is already there; added when we add the viewer to the project:
In web.Config I have some questions about this line:
    <httpHandlers>
      <add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
    </httpHandlers>
There are more service packs for Crystal XI Release 2:
crXIr2sp2_net_server_install.zip
crXIr2sp3_net_server_install.zip
crXIr2sp4_net_server_install.zip
I have not loaded these yet, but the readme files do not indicate they fix any dynamic image issues.
I am out of ideas on this; does anyone have any ideas?

What about if you take OpenLaszlo out of the picture? E.g.; use one of our samples from here;
https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples
I'd recommend vbnet_web_simplepreviewreport
Also, see [this|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0437ea8-97d2-2b10-2795-c202a76a5e80] article.
Ludek
Follow us on Twitter http://twitter.com/SAPCRNetSup

Similar Messages

  • Adding dynamic images to your website using Dreamweaver

    Hi
    I've been working on a website which has been in use by public for some months now.
    I recently wanted to add a simple product catelogue.   I can do this just by creating my database connection and using the recordsets.
    However I wanted to add an image thumbnail to each product record.
    I found the above topic in the Adobe Help 'Adding dynamic images to your website using Dreamweaver'
    What I really would like to know is what exactly is put in the image_location field of the table, how is this field populated and then how to view the picture.
    I have tried, as per instructions, but the picture is not showing.
    I use php as I dont know coldfusion, but I'm sure the process must be pretty similar.
    If anyone can shed some light then that would be really appreciated.
    Many thanks liz

    komrad78 wrote:
    > I'd like to know how do you add background music to a
    website using
    > dreamweaver CS3?
    > I'm using dreamweaver CS3 to create a website for my
    church (they
    > already have a domain) and I'm trying to figure out how
    to add
    > background music.
    >
    > Also, is there a way for me to add a music player or
    something to the
    > page that starts playing when they enter the site and
    let's you pick
    > different songs from it?
    >
    > And lastly, if I just embed a song or whatever it is as
    the
    > background music, can I make it loop or play a different
    song
    > afterwards?
    As most anyone else will say, so I will say; *please don't
    start it
    automatically!*
    Playing music on a site is fine, but making it play
    automatically when you
    go to the site will alienate lots of people; especially those
    having a quick
    web surf at work or who have other music on whilst they're
    working.
    But back to your question; have a look at the XSPF music
    player
    http://musicplayer.sourceforge.net/).
    It comes in different visual versions
    (can modify it with a bit of Flash knowledge), allows you to
    select
    different songs or just leave it looping, or you can just
    loop one song. And
    yes, you can make it start automatically.
    See
    http://www.blastoffmusic.org
    for an example of a christian site where it
    is used (on the inside pages)
    HTH,
    Pete.
    Peter Connolly
    http://www.kpdirection.com
    Utah

  • Dynamic image displays depending on yes / no value

    Dynamic image displays depending on yes / no value    
    I´d like to have a image showing, depending on a specific value (y/n)
    ..sorry need some help.
    I can´t get it workin.....
    <img <?php $status="n";
    if ($status == "y") {
      echo 'src="stecker_on.png" alt="yes"';
    } else {
      echo 'src="stecker_off.png" alt="no"';
    } ?> height="71" width="101" />
    The image ist not showing... ideas ?
    All I get ist some text showing:
      height="71" width="101" />
    MANY THANKS !!!!

    Presumably you mean this -
    http://mediaconsults.de/1test/steckertest.php
    And it's not clear what that is going to show me.  Looking at the code on the page -
    <html>
    <head>
    <title>Unbenanntes Dokument</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_reloadPage(init) {  //reloads the window if Nav4 resized
      if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
        document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
      else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
    MM_reloadPage(true);
    //-->
    </script>
    </head>
    <body background="test%20png.png">
    <div id="Layer1" style="position:absolute; left:1290px; top:246px; width:95px; height:112px; z-index:1"><img src="stecker_off.png" alt="no"height="101" width="71" /></div>
    </body>
    </html>
    I would advise you the following:
    1.  Put a valid and complete doctype on that page!
    2.  Get rid of the resize if NN4 javascript - it hasn't been needed for nearly a decade.
    3.  Fix your image code (note the missing space after "no"!
    4.  1290px is way too wide unless you want lots of people scrolling right to see things.

  • Getting error when updating the JavaScript API for Office and manifest schema files in your Visual Studio project from version 1.0 to 1.1

    Hi,
    I`m getting error message like "None of the apps in your project can be activated in the target. The manifest file of one or more apps contain API sets or Office applications that are not supported by
    the target Office client. To debug those apps, update manifest files to exclude any unsupported API sets or Office applications, and then start the project again. Alternatively, you can debug your apps by using Office 365 as a target." when when
    updating the JavaScript API for Office and manifest schema files in your Visual Studio project from version 1.0 to 1.1 in manifest file though i have added host elements.
    any help in this regard is highly appreciated
    Thanks,
    Santosh Sutar  

    Hi Satosh Sutar,
    Based on the description, you got the error message when you update the apps from version 1.0 to 1.1.
    From the error message, it seems the menifest include some settings no allowed in the new version. Would you mind sharing more detail about how you update the project?
    And here is an article about updating apps for Office and menifest schema files in the project for your reference:
    How to: Update the JavaScript API for Office and manifest schema files in your Visual Studio project from version 1.0 to 1.1
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Using MS Visual Studio C++ 2008 Express, the "LoadLibrary" function doesn't recognize the NI-VISA DLL: "visa32.dll". I've included all the paths to the DLL. Is there a problem with this C++ compiler?

    I'm using MS Visual Studio C++ 2008 Express.  I've included all the paths to the DLL, "visa32.dll" but the LoadLibrary("visa32.dll") call returns the statement that can't convert character string to LPCSTR (pointer).  I ran the same code with the Portland Group compiler (which I no longer have) and there was not a problem accessing the DLL.  Is there some requirement for the C++ 2008 Express compiler that needs to be met?

    Hello jterry,
    If you compile as Unicode you need to pass Unicode strings to
    Win32 APIs which have LPTSTR or LPWSTR string.
    When you want to write code compilable for Unicode
    and Ansi just enclose all string constants in _T(). In your case:
    LoadLibrary(_T("visa32.dll"))
    You can look at this post on the microsoft discussion forums for more information.  Have a great day.
    O. Proulx
    National Instruments
    www.ni.com/support

  • How can I double-click a file to open it in default app in my Visual Studio project without creating an installer?

    I have an app with code to open a file by double-clicking on it. The app in my Visual Studio project file should start automatically and then open the file automatically. I double-click on the file, then look for the app in my solution folder (I choose the
    .exe in the Debug folder). Am I choosing the correct .exe file?
    What I'm trying to do is test some code I wrote that will open the associated file type when I double click on it, as opposed to creating an installer, installing the app and then double-clicking on the file to see if it will open in the associated app automatically.

    Hi dudefromthebronx,
    Yes, I think you could doubt click the .exe file in your local machine.
    Of course, maybe you could get it in Bin\Debug or Bin\Release folder, it is related to the current project settings.
    But we would know some differences between them:
    http://stackoverflow.com/questions/11600162/difference-between-bin-debug-and-bin-release
    https://social.msdn.microsoft.com/Forums/en-US/0cde96e6-8dd8-4aa9-adcf-d7f45da13b66/debug-bin-release-folders?forum=vbide
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Add WSDL to Visual Studio Project  - Please help !

    Hi,
    In this address there is explained how to add wsdl class to our project (sheet 7)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0123164-9b30-2b10-a086-b8a7f973b3e1
    However, after "Add New Item" = SAP Connector Proxy,  Visual Studio is not asked me a question to select the u201CWSDL file from SAP IFRu201D. It operates this phase automatically. How can I do this manually?
    Briefly, how can I add my wsdl to visual studio project?
    Thanks,
    Johnson.
    Edited by: asdasd asda on Oct 9, 2008 12:41 PM
    Edited by: asdasd asda on Oct 9, 2008 12:42 PM

    Hi,
    did you find a solution to this?
    thanks

  • How to modify a Visual Studio project for having traces at the beginning and the ending of a function

    Good afternoon,
    I am working on a Visual Studio project (written in C) and in order to do some debugging, I would like to add traces.
    This can be done in different ways:
    int function_1();
    { #ifdef DEBUG
    printf("function_1\n");
    #endif... }
    =>But as this implies that I need to copy the name of the functions everywhere, this is a lot of work.
    A better approach:
    int function_1();
    { #ifdef DEBUG
        printf("%s \n", __FUNCTION__);
      #endif... }
    => This is already better, but I still need to add those lines of code everywhere at the beginning (and the end) of my functions.
    So I'm wondering, would it be possible to modify my Visual Studio project in such a way that some lines of code are added at the beginning and the ending of a function, and this for a whole file, project, solution? Does somebody know how to do this?
    Thanks
    Dominique

    Probably you are looking for
    /Gh (Enable _penter Hook Function)
    https://msdn.microsoft.com/en-us/library/c63a9b7h.aspx
    Besides there exists also
    /GH (Enable _pexit Hook Function)
    https://msdn.microsoft.com/en-us/library/xc11y76y.aspx
    With kind regards

  • Why is the Image Verification display blank when I try to comment?

    Suddenly the IV window is blank when I try to comment on my blog (using firefox). If I write a comment, then enter gibberish into the IV confirmation field it returns a "no match" message (well sure, it would) but then this next time the IV image is normal and things proceed as they should and the message goes through normally.
    But it always takes two tries now, the first being used up trying to "match" to a non-existant IV image.
    The little icon next to the IV image field is "broken" in two on the first try also, then is whole on the second try, after the first failure.
    Evey time now it's this way, and just started today.
    iWeb 08 (2.04) - hosted on mobileme. OS X (10.6.7)
    What's up with that?
    thanks

    I just checked again this time connecting via Safari and got the same thing happening, only there is a "?" in the field where the Verification Image should be instead of the "broken page" symbol in Firefox.
    On the second try, after the "no match" error message, the verification image appears normally and it all works perfectly. It's like it has to be "nudged" into remembering how to work the way it should.
    I cleared the cache in firefox to no effect.
    The only thing I did prior to this happening was to change some page names in the website, which changed the navbar obviously, but it works fine as does everything else. What I did was change the page name "Blog" to "blog" to get consistency in the capitalization in the navbar. This changed the direct URL for the blog page, naturally, but that's not been a problem except for a few users who had to re-bookmark it to get there directly. Don't know yet if other users are having the same issue, but several comments have appeared without any feedback of a problem.
    I have iLife11 on its way to me and plan to upgrade to iWeb 3 when it gets here. Any hope that will straighten it out? (Yeah, I'm backed up with time machine, I read that post upthread about losing the whole enchilada.)
    The site appearance is fine as published, the blog works except for that one annoying and new little bug in posting comments online.
    I have no clue where to even begin looking at this point.
    If it was a Chevy, I could fix it.

  • Samsung 205BW goes blank when using DVI

    Hi
    I have a G4 Mac Mini. I recently purchased a [url="http://komplett.ie/k/ki.asp?sku=322266"]Samsung 205BW 20in widescreen LCD monitor[/url].
    I connected it via the DVI port on my mini with the DVI cable that came with the monitor and it seemed to work great but occasionally the screen will flick black as if there was nothing connected to it. It happens most noticeably when I go from a fullscreen quicktime video to the desktop or if I activate Expose. Also if the Mini goes to sleep and I try to wake it the screen stays black and I either have to reboot or change to using the VGA cable.
    The monitor works perfectly if I use a DVI-VGA adaptor and connect to the VGA port on the monitor but I'd prefer to use DVI.....
    I read on here of people using SwitchResX to change the settings for the monitor. I downloaded it but I don't really know what to input in the custom settings... perhaps someone here can help?
    Here is the DDC file from SwitchResX:
    =========================================================
    DDC block report generated by SwitchResX for display
    SyncMaster
    0 1 2 3 4 5 6 7 8 9 A B C D E F
    0 | 00 FF FF FF FF FF FF 00 4C 2D 1E 02 30 32 41 48
    1 | 03 11 01 03 80 2B 1B 78 2A EE 95 A3 54 4C 99 26
    2 | 0F 50 54 BF EF 80 B3 00 81 80 81 40 71 4F 01 01
    3 | 01 01 01 01 01 01 21 39 90 30 62 1A 27 40 68 B0
    4 | 36 00 B1 0F 11 00 00 1C 00 00 00 FD 00 38 4B 1E
    5 | 51 10 00 0A 20 20 20 20 20 20 00 00 00 FC 00 53
    6 | 79 6E 63 4D 61 73 74 65 72 0A 20 20 00 00 00 FF
    7 | 00 48 53 47 50 31 31 34 30 33 30 0A 20 20 00 6B
    Valid DDC block: checksum passed
    EDID Version........1.3
    Manufacturer........SAM
    Product Code........7682 (1E02) (021E)
    Serial Number.......1212232240
    Manufactured........Week 3 of year 2007
    Max H Size..........43 cm
    Max V Size..........27 cm
    Gamma...............2.20
    DPMS Supported Features:
    Active off
    Display type:
    RGB color display
    Input signal & sync:
    Digital
    Color info:
    Red x = 0.640 Green x = 0.300 Blue x = 0.150 White x = 0.313
    Red y = 0.330 Green y = 0.600 Blue y = 0.060 White y = 0.329
    Established Timings:
    800 x 600 @ 60Hz
    800 x 600 @ 56Hz
    640 x 480 @ 75Hz
    640 x 480 @ 72Hz
    640 x 480 @ 67Hz
    640 x 480 @ 60Hz
    720 x 400 @ 70Hz
    1280 x 1024 @ 75Hz
    1024 x 768 @ 75Hz
    1024 x 768 @ 70Hz
    1024 x 768 @ 60Hz
    832 x 624 @ 75Hz
    800 x 600 @ 75Hz
    800 x 600 @ 72Hz
    Manufacturer Reserved Timings:
    1152 x 870 @ 75Hz
    Standard Timing Identification:
    #0: 1680 x 1050 @ 60Hz (B300)
    #1: 1280 x 1024 @ 60Hz (8180)
    #2: 1280 x 960 @ 60Hz (8140)
    #3: 1152 x 864 @ 75Hz (714F)
    Monitor Description blocks:
    Descriptor #0 is Timing definition:
    Mode = 1680 x 1050 @ 60Hz
    Pixel Clock.............146.25 MHz Non-Interlaced
    Horizontal Vertical
    Active..................1680 pixels 1050 lines
    Front Porch............. 104 pixels 3 lines
    Sync Width.............. 176 pixels 6 lines
    Back Porch.............. 280 pixels 30 lines
    Blanking................ 560 pixels 39 lines
    Total...................2240 pixels 1089 lines
    Scan Rate............... 65.29 kHz 59.95 Hz
    Image Size.............. 433 mm 271 mm
    Border.................. 0 pixels 0 lines
    Sync: Digital separate with
    * Negative vertical polarity
    * Positive horizontal polarity
    Descriptor #1 is Monitor limits:
    Horizontal frequency range.......30-81 kHz
    Vertical frequency range.........56-75 Hz
    Maximum bandwidth unspecified
    Descriptor #2 is Monitor name:
    SyncMaster
    Descriptor #3 is Serial number:
    HSGP114030
    =========================================================
    thanks for any help!!
    Mac Mini G4 Mac OS X (10.4.9)
    Mac Mini G4 Mac OS X (10.4.9)

    I had the exact problem you report with my core duo Mac Mini connected to a Syncmaster 204B. This problem persisted when I returned the monitor several times to Samsung for replacement 204B's. They eventually upgraded me to a refurbished 204T and the problem disappeared.
    It seems to me that Samsung has some real problems with screen blanking when their monitors are hooked by DVI to certain Macintoshes. For anyone contemplating a Samsung monitor, I'd recommend another brand until it's known that this screen blanking problem has been resolved with all Samsung models.
    Mac Mini Core Duo   Mac OS X (10.4.9)   1 GB RAM

  • PS CS5 Image Display Differs From Used ICC Profile In Win 7

    Hi,
    on my Windows 7 Ultimate x64 machine, I just calibrated my Dell SP2309W monitor using an i1DisplayPro and basICColor 5, creating a ICC v2 profile (I am aware of the problems under Windows with ICC v4 profiles).
    It created the ICC profile and applied it to be used by Windows. I double checked under COLOR MANAGEMENT that the new ICC profile is being used. Although I can see that the new ICC is being used (desktop appearance changes), there are a few issues I am experiencing:
    (1.) Windows Photo Viewer
    The thumbnails in Windpows Explorer look fine (they DO use the new ICC profile), when I double click a jpeg and open the image it DOES NOT use the new ICC profile. When I click the PLAY SLIDESHOW button (starting the slideshow) in the opened image in Windows Photo Viewer, the images DO use the new ICC profile.
    (2.) Internet Browsers
    All current internet browser (Firefox, IE, Safari and Chrome) DO use the new ICC profile and display the image correctly.
    (3.) Photoshop CS 5
    When I open the same image - that Windows Photo Viewer does not correctly displays (according to the new ICC profile) - in Photoshop CS5, I get the same image display that Windows Photo Viewer gives me (when not thumbnail or not in slideshow mode) - it appears to be the sRGB display.
    My color settings in PS CS5 are: North America General Purpose 2 > sRGB IEC 61966-2.1.
    When I go to View > Proof Setup > Monitor RGB I get the image display using the new ICC profile.
    Why does the image look different in PS than my calibrated monitor should output ?
    I was under the impression (please correct me if I am wrong), that the sole purpose for calibrating my monitor was to get a uniform display across (ICC aware) applications. Even when one applies different color spaces to a document in PS, I thought the output on my calibrated screen done by the graphic card should always be according to my calibration and the settings in the ICC profile being used.
    What Am I doing wrong or what am I misunderstanding ?
    Any help or input is appreciated !
    Thanks.
    - M

    Hello,
    A note on monitor calibration: calibrating your monitor will not guarentee that every application will display color correctly, it's more of a step along the pipeline, and for the preview part of a color workflow it's the last step.  Here's how color translation follows for an ICC workflow when previewing to a monitor:
    Image Color Numbers > Document Tag or Workspace Profile > Monitor Profile
    For non-color managed applications, if the original document is or isn't tagged with a color profile it will be translated directly to the monitor profile anyway.  This is the equivalent in Photoshop of selecting "Monitor" in soft proofing.  Selecting monitor in softproofing will bypass the tagged or workspace profile to translate colors directly through the monitor profile.
    For most automatic color managed applications (like Firefox), the image will be translated through the tagged profile and then sent through the monitor profile.  If the image is untagged or the profile is unrecognized, the colors get sent directly to the monitor profile.
    For Photoshop, a tagged document will have its profile respected and then sent to the monitor.  An untagged document will be assigned the workspace profile, which acts like a temporary document profile, and then gets sent to the monitor.  This is often why users will notice Photoshop behaves differently from other applications.  It's usually a case of the workspace coming into play.  By default the workspace profile is set to sRGB.  You can change this in Edit > Color Settings.
    The purpose of the workspace is originally for printing workflows, as a way of keeping consistant color translations when dealing with both tagged and untagged documents.  For web output workflows it can be useful for viewing everything through sRGB, which is typical of the average monitor output (not so with newer wide-gamut monitors, another source of confusion...) combined with the fact that originally most web browsers were not color managed.  Hence viewing everything through sRGB is pretty close to what most monitors see and what untagged/unmanaged docs will look like.
    Monitor calibration is useful only because it brings your monitor output to a "known state".  In traditional workflows the monitor was always a middle-man, a preview device which was useful for getting an idea of what the printed output would look like before you print it.  Since print colorspaces are often smaller than display spaces, it's feasible and useful to narrow down the monitor/display space and calibrate it to a known state, so that even if it doesn't totally match the print, you'll get used to its differences/limitations and they'll be consistent so long as the calibration is maintained.
    For web output, your final output is often another user's computer monitor, which can have any form of behavior (most standard monitors are pretty close to sRGB, or use sRGB as an operating system workspace (default monitor profile).  Wide gamuts behave differently, but I'm not sure if there's a particular ICC space that they closely match, or if different wide-gamuts are even that close to each other in their display color spaces.
    Hope this helps!

  • How to embed image in html when using JTextPane, HTMLEditorKit, JavaMail

    I am developing a specialized e-mail client that has to be able to send e-mail messages (in html format with images and attachments) that can be read by standard e-mail clients, and receive similar messages from standard e-mail clients.
    I have everything working except for embedding images.
    Images are to appear in the document mixed in with the text, but that's not what I mean by "embed". By "embed" I mean that the image itself is encoded within the html.
    Here's a bit of code to set the context.
    JTextPane bodyPane = new JTextPane();
    bodyPane.setEditorKit(htmlEditorKit);
    bodyPane.setTransferHandler(new DropHandler());
    bodyPane.setDocument(new HTMLDocument());
    In the DropHandler I have the following:
    HTMLDocument htmlDoc = (HTMLDocument) bodyPane.getDocument();
    HTMLEditorKit htmlKit = (HTMLEditorKit) bodyPane.getEditorKit();
    int caretPos = bodyPane.getCaretPosition();
    At this point get "filename", the full path to an image file that has been dropped onto bodyPane.
    String htmlString = "<img src=\"file:///" + filename.replace("\\","/") + "\">";
    htmlKit.insertHTML(htmlDoc, caretPos, htmlString, 0, 0, HTML.Tag.IMG);
    This works just fine. The image is displayed in the document at the point of insertion.
    However, the image itself is an external file. I need to send an e-mail with this image and could send the image file as an attachment, but I obviously can't assume that the recipient of the email is going to save the attachment into the proper location.
    What is the best way to do this?
    There is a technique for embedding the actual image in the html, using this syntax:
    String htmlString = "<a href=\"data:image/png;base64,---mimed png image here--\" alt=\"Red dot\"></a>";
    I can't get this to work in JTextPane, so perhaps it's not supported. Also, there may be limitations on the size of an image. And apparently Internet Explorer doesn't support this.
    From what I read, using a "content identifier", that is, "cid:" and adding the image as another part of the e-mail message is probably the thing to do. I haven't taken the time to explore this yet.
    Does JTextPane support cid? Is that a nonsense question? I suspect what I need to do when the message is being composed is use absolute paths to local files with the images, and then when assembling the e-mail, attach the files and rewrite the html to build in the cid linkage. Similarly, when reading a message with cid's, the thing to do is save the body parts as files and rewrite the cid to point to the actual file.
    I have seen others ask similar questions, one as recently as last December, and the reply was to refer to a Sun tutorial. But that tutorial doesn't address the full problem of 1) inserting an image into a document (instead of attaching an image to a component) and 2) sending it as an e-mail message.
    I have yet to see an example that shows the complete package.
    Am I right that the data option I mentioned is not going to work?
    Am I right that cid is the best approach, and do I understand how to use it?
    Is there something else?
    Thanks
    John

    Hi Rocky,
    Are you using the DC?
    if yes then you need to put the image inside the component folder. after that close the application
    & reopen. You will get the image.
    In case this does not work then try refreshing the portal through server side. Once the cache is cleared, it will be up to view.
    Also check the Activity list you have created. It should be added to the dtr properly or else it wont be reflected once reimported the configurations.
    Regards
    Chander Kararia

  • Dynamic images display issues in FF and Opera

    Dreamweaver 8
    http://daylily.net/polytepals/results.asp?CultivarName=Carolina%20Octopus
    Can someone please help me correct the following problem. The
    dynamic image
    on this page displays properly in Explorer but it will not
    display in Opera
    or Firefox. It works correctly in Netscape when Netscape is
    set to display
    as Explorer.
    This is affecting all my dynamic images.
    Thank you,
    Bobby

    <img src="\polytepals\PolyPhoto\carolina_octopus.jpg">
    there are no backslashes in urls.
    <img src="/polytepals/PolyPhoto/carolina_octopus.jpg">
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Image.source problem when using an URL with params

    Hello everbody,
    I want to dynamically load images into a dataGrid using the
    following item renderer:
    <mx:DataGridColumn headerText="Image" dataField=""
    width="100">
    <mx:itemRenderer>
    <mx:Component>
    <mx:Image width="100" height="75" source="{'
    http://myserver:8080/servlets/getImage?id='+data.@id+'&width=100&height=75&format=image/pn g'}"/>
    </mx:Component>
    </mx:itemRenderer>
    </mx:DataGridColumn>
    This source won't compile, the error message is 'The
    reference to entity "width" must end with the ';' delimter.
    Ok what's going on here. Seems AS3 not liking my URL params,
    it's not that the width url parameter is a general widget property,
    when i rename the params to "xywhatever" i have the same result.
    When i remove the "&...." from the URL the code compiles.
    (Unfortunately my servlet isn't working without the params..).
    Anyone has an idea what i can do here?
    Thanks in advance!

    I am having difficulties connecting to the MS Active Directory from weblogic 10.3.2. Can you please post your connection info? I am getting data 525 v1772 error. I can't see the users.
    Note: My friend Koksal Aci changed a user parameter, we are not sure if it is the main reason we couldn't connect, but after we have written the first domain's name in capital + "\" + user name, we were successful in connection to Microsoft AD, and getting the user and group names.
    Edited by: cenkozan on Dec 3, 2010 11:12 AM

  • I am stumped I do not understand why my roommates macbook pro when duel screened will display perfectly on my monitor while mine refuses to, but mine will display perfectly when using another monitor that is not mine. Please help me out.

    One day when using my duel display the second monitor decided it wouldn't display at full resolution in the middle of doing something i was confused. I use a mini display to hdmi then hdmi to the second monitor. I thought maybe the converter or cable died. I bought another another mini display to hdmi and tried another hdmi cord and the same issue. My roommate has macbook pro as well so i decided to see if it was the monitor, when i pluged the mini display converter into his and used the external monitor it displayed perfectly not below resolution. Doing this I knew it was not the monitor or the mini display to hdmi or the hdmi cable. I took it into the genuis bar assuming now that it was my grapics card or logic board. When the genuis went to duel screen it on a cinema display it displayed perfectly. So went home tried to duel screen it again and still not displaying at full resolution. That is where I am stuck, in summary:
    My screen used to display perfect resolution on a second monitor and suddenly did not.
    Tested two mini display to hdmi and hdmi cords both were fine.
    Tested to see if monitor was issue but displayed perfectly when i used roommates laptop.
    Went to genius bar and displayed perfectly on second monitor so it can display perfect resolution on apples monitors but will not do so anymore on my monitor, even though roommates macbook pro will display perfect resolution on my monitor.
    I am beyond confused.

    Apparently you have tried everything except - take the monitor in question to the Apple Store along with your computer.  If it works there, the mystery continues.

Maybe you are looking for

  • Video File Conversion and Adobe AIR

    Hello guys I want to work on a simple app which will actually convert large size video files to small size video files. It will be a multiformat (and atleast supports .flv) But i have no idea where to start! I mean how to achive this file conversion

  • Jdbc/Cloudscape

    Hi, I have just downloaded the j2sdkee1.2.1. I have been able to configure it and try out couple of example. But when i tried the example "accounts" using an entity bean it say that it "cannot find the principle implementation jdbc/Cloudscape". Actua

  • Is it possible to auto-upgrade Minefield version of Firefox?

    Hello, I'm wondering if it's possible to make pacman to auto-upgrade Minefield to the latest nightly build every time I execute pacman -Syu Many thanks

  • Upgrade WebDB 2.2 to Portal Fails with Invalid Sys password

    I am upgrading from WebDB 2.2.0.0.5 all the way to the latest 3.0.9xx. My database is 8172. I am at the point where you run the 306 upgrade script. It makes it through renaming all the webdb objects to UPG_<OLD_NAME> but then fails with an invalid sy

  • Skip button not working

    As of yesterday I discovered that my forward skip button does not work. Does anyone know if this can be repaired?