JEditorPane/HTML image loading delay

I am using a JEditorPane to render HTML to a graphics buffer which I then write as an image file. Since HTML loading is asynchronous I wait for the "page" property change event after calling setPage() before using print() to capture the rendered HTML to a graphics buffer. Unfortunately, the "page" property change event is fired after the HTML is loaded but before images referenced by the HTML are rendered. As a result, the image that I capture has little picture icons in place of the graphics. If I sleep for a short time before capturing the image, it works fine. However, sleeping is not an acceptable solution as there is no way to predict how long I will need to sleep because it varies based on system load and complexity of the HTML being rendered. Is there any way to check if an HTML document has completely loaded including all the images? Does anyone have a better way to capture an image of a rendered HTML document that would not have this problem?
Below is a code snippet that shows what I am trying to do.
static final JEditorPane p;
static final Object done;
static {
    done=new Object();
    p=new JEditorPane();
    p.setSize(1728, 2156);
    p.addPropertyChangeListener("page", new PropertyChangeListener() { public void propertyChange(PropertyChangeEvent evt) {
        synchronized(done) {
            done.notifyAll();
static void capture(File htmlFile) {
    BufferedImage img=new BufferedImage(1728, 2156, BufferedImage.TYPE_BYTE_GRAY);
    synchronized(done) {
        p.setPage(htmlFile.toURL());
        try {
            done.wait();
        } catch(InterruptedException e) {}
/* without this code images are not rendered
    try {
        Thread.sleep(100);
    } catch (InterruptedException ex) {}
    Graphics g=img.createGraphics();
    g.setColor(Color.white);
    g.fillRect(0, 0, 1728, 2156);
    p.print(g);

HI Sarnoth,
I'm trying to do something similar and have used your code, but it doesn't work completely for me. Do you see anything that I'm doing wrong? I am trying to save the HTML page as a JPEG image. This is my code and I'm having problems. Anyone have any ideas? It is dying on the je.encode(bi) line. Also, for some reason, if I uncomment the commented out lines, it hangs. Any ideas on that one too?
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.FileNotFoundException;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.image.BufferedImage;
import javax.swing.JEditorPane;
import com.sun.media.jai.codec.ImageCodec;
import com.sun.media.jai.codec.ImageEncoder;
import com.sun.media.jai.codec.JPEGEncodeParam;
public class HTMLPageToImageConverter
     private HTMLPageToImageConverter() {
     static final JEditorPane p;
     static final Object done;
     static {
         done = new Object();
         p = new JEditorPane();
         p.setSize(1728, 2152);
/*         p.addPropertyChangeListener("page", new PropertyChangeListener() { public void propertyChange(PropertyChangeEvent evt) {
             synchronized(done) {
                 done.notifyAll();
     static void GenerateHTMLBufferedImage(File htmlFile, BufferedImage img) {
         img = new BufferedImage(1728, 2152, BufferedImage.TYPE_BYTE_GRAY);
         synchronized(done) {
             try {
                  p.setPage(htmlFile.toURL());
             } catch(IOException e1) {}
/*             try {
                 done.wait();
             } catch(InterruptedException e) { System.out.println("GenerateHTMLBufferedImage InterruptedException"); }
         Graphics g = img.createGraphics();
         g.setColor(Color.white);
         g.fillRect(0, 0, 1728, 2152);
         p.print(g);
     public static boolean SaveHTMLFileToJPEG(String htmlFile, String jpegFile) {
          try {
               BufferedImage bi = null;
               GenerateHTMLBufferedImage(new File(htmlFile), bi);
               FileOutputStream fos = new FileOutputStream(jpegFile);
               JPEGEncodeParam jp = new JPEGEncodeParam();
               ImageEncoder je = ImageCodec.createImageEncoder("JPEG", fos, jp);
               je.encode(bi);
               fos.close();
          } catch(FileNotFoundException fnfe) { System.out.println("SaveHTMLFileToJPEG FileNotFoundException"); }
            catch(IOException ioe) { System.out.println("SaveHTMLFileToJPEG IOException"); }
          return true;
}Called from other code
HTMLPageToImageConverter.SaveHTMLFileToJPEG("d:/page1.html", "d:/page1.jpeg");
...Thanks in advence,
--Ed                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • IMAGE LOADING DELAY - HOW SOLVE?

    Safari allows check box to display images on loading a page or turn them off.
    However, unlike IE, there's no menu selection to 'load images' once at the page. Is there a solution I've missed? Example: OtherWorldComputing.com has many images. IE will load it, Safari won't (it just hangs on the images.) With the 'display image on opening page' unchecked the OWC pages load but to then get the images in Safari seems impossible. I tossed cookies, cleaned the cache, run Disk Unility today and reset Safari some weeks back) but it didn't help. What's the solution other than IE which I wish to avoid if possible.
    Thanks!!
    Amber
    MINI 1 GB Ram First Version   Mac OS X (10.3.9)   DSL 979 KBPS Thruput downloads during event</<br>
    MINI 1 GB Ram First Version   Mac OS X (10.3.9)  

    Hi Amber
    Help me understand why it might or might not work, please
    I must be honest here & say that I really don't know ! The 4.2.2.1/2 works like a dream for some people & not for others.
    Overall, ( & I can only comment on 10.4.x & safari 2.x ) safari & dns lookups/caching can sometimes seem like a work in progress. I haven't been able to locate much useful info on exactly how the various parts integrate so far, but I will !.
    Anyway, you're on 10.3.9 which I've never used, but I'd try running system maintenance , either using a 3rd party app.... or by entering the commands in Terminal ( I'll check which ones are correct for 10.3.9 in a minute )
    How are you connected to the web? do you have a router that you can enter dns settings for? ( try the 4.2.2.1 & 2 in there )
    Also try creating a fresh new location in System Preferences-Network & switching to that; this has helped others with the same problems as you.

  • Jeditorpane/html - images disappear when scrolling

    The title says it-
    I've had this issue with JEditorPanes in my own code and also with the Java Help viewer. I'm using 1.4.1_01.
    I don't have a lot of images or any very large ones. My pages are quite standard, and very simple- just text and greatly reduced screenshots.
    When I scroll up and down in the component, however, images either completely disappear or part of them disappears. Reloading the page fixes it. Definately a repaint issue of some sort. But, in the case of Java Help, I don't have access to the JEditorPane to hack in any kind of fix.
    Whats the deal here? I can't find any bug postings about this one but it certainly seems to be a major bug.
    Thanks

    I'm glad to hear someone else is having the problem. Any ideas on a work around?
    There has to be some work around. For example, I'm using IDEA for my IDE and it is running under 1.4.1_01- clearly they have used Java Help but their help view isn't having the same problem mine is. I hope I find a solution soon. This is an absolute show stopper. I can't deploy something that is clearly broken.
    It is next to impossible that this is a user error- I haven't even written any code! It is all Java Help's code. I've even tried to turn off all the fancy drawing that is part of Swing, and turned off all hardware acceleration in Windows.

  • Jasper report on HTML when one image loaded from database and for the other

    How to generate jasper report on HTML when one image loaded from database and for the other we give a image path
    My code
    ByteArrayOutputStream baos = new ByteArrayOutputStream();
              exporter = new JRHtmlExporter();
              exporter.setParameter(JRExporterParameter.JASPER_PRINT, print);
              exporter.setParameter(JRExporterParameter.OUTPUT_STREAM, baos);
              exporter.setParameter(JRHtmlExporterParameter.IMAGES_URI, strImageInputDirectory);
         exporter.setParameter(JRHtmlExporterParameter.IMAGES_DIR_NAME, strImageOutputPath == null ? "." : strImageOutputPath);
         exporter.setParameter(JRHtmlExporterParameter.IS_OUTPUT_IMAGES_TO_DIR, Boolean.TRUE);
         exporter.setParameter(JRHtmlExporterParameter.IS_USING_IMAGES_TO_ALIGN, Boolean.FALSE);
         exporter.setParameter(JRHtmlExporterParameter.IS_WHITE_PAGE_BACKGROUND, Boolean.FALSE);
              exporter.exportReport();
              byte[] bdata = ((ByteArrayOutputStream) baos).toByteArray();
    Can any one help pls
    Message was edited by:
    ameet.au

    hey sorry for posting it in this forum.
    but do u have sample code for making it work.. since i am able to do it on PDF format(image from Database and another stored in the webserver) using
    byte image[] =(byte[]) outData.get("image");
                        ByteArrayInputStream img = new ByteArrayInputStream(image);
                        hmimg.put("P_PARAMV3", img);
    print = JasperFillManager.fillReport(reportFileName, hmimg, jrxmlds);
    bdata= JasperExportManager.exportReportToPdf(print);

  • Some email images do not show while using the icloud web app.  I can see the images on my IOS devices and in gmail but I only see a small gray box in the icloud web mail app.  Load HTML images is checked in preferences.

    Some email images do not show while using the icloud web app.  I can see the images on my IOS devices and in gmail but I only see a small gray box in the icloud web mail app.  Load HTML images is checked in preferences.  Is there a solution to this issue?

    I've seen the opposite issue.  My wife recieved an email with jpg attachments.  She couldn't see or print them on her iPhone 4S but they showed up fine in iCloud or in the mail app.  I had her forward the email to herself and then they showed up.  I assume there is an issue with how Apple is processing the attachments and resending causes them to get reformatted in a way that makes them easier to handle.
    So yeah.  Seems like some bugs.  Hope Apple fixes them soon.

  • Why Mail can´t load html images when it should?

    Hi, This is odd: Mail 6.2 seems unable to load html images on e-mail received even if the preference is set properly. Any clue?

    not at all. It happens since I´ve upgraded to Mountain Lion a few days back

  • HTML Images not appearing in 1.4.2

    Hi
    I have a an application wich displays an HTML page in a JEditorPane (an About box for the application). This html is loaded from the hard disk which has several images on it. It worked fine with JRE 1.4.0 and 1.4.1_x versions. But since i upgraded to 1.4.2, images in the html does not appear (it displays the default image when images cannot be found) I checked the path of the images for the case sensitivity, but thet are correct
    this is the html code fragment for the image
    <img src="file://C:/Projects/images/companylogo.gif" width="199" height="82">
    Any ideas?
    Thanx in advance

    Hi - sorry not to be useful - but I wanted to register that I have exactly the same problem and it is urgent that I solve. If anyone has a solution please post it here. Please!!!!
    Txs in advance.

  • How can i control what images load on my project to save preload time and avoid loading all images, elements, divs not yet visible?

    Sup buddies,
    How can I control what images load on my project to save preload time and avoid loading all images, elements, divs not yet visible?
    As the project grows in size the load time increases. How does one control not loading all images ,divs,elements etc. until they're
    needed on the timeline? For example some sections are off and only become visible when recalled. My projects slowly grow in size so loading
    all images , is counter productive . My other option would be to create separate htmls but that breaks the seamless user experience .
    TY...Over N Out... 

    hello, kiwi
    quote: "Is there an easy way to burn a completed project to DVD, but keep only the (lo res, lo size) previews on my hard drive?"
    yes.
    maybe,...
    1. you might think of making DVD backups first prior to importing the photos into Aperture. "Store Files: In their current location" once in Aperture make low rez Previews, and export finished Project.
    or,
    2. bring in the photographs to hard drive first prior to importing the photos into Aperture. "Store Files: In their current location" once in Aperture make low rez Previews, and export finished Project.
    the low rez Previews will stay in Aperture but the high quality Versions will be exported onto DVDs and gone from the hard drive (if you delete the originals).
    another way would be to export small about 50-70 pixel wide high quality jpegs to a folder on your Desktop and import & keep these in Aperture Library as a reference. make metadata to show where the original Project DVDs are stored and DVD filing system used.
    victor

  • I have created a webpage. The images load on EI and Chrome. But not on Firefox. Why is that?

    I have created a webpage ( luckysquidstudios.com) with basic HTML and none of the images load on Firefox. They load on Chrome and IE. Why is that.

    That is a problem with backslashes in the image links that Firefox sees as %5c.<br />
    You need to change those to forward slashes
    See Tools > Page Info > Media
    *http://luckysquidstudios.com/%5Cimages%5CHome%5Cconsquid.png
    *http://luckysquidstudios.com/%5Cimages%5CHome%5Cfacebookicon.png
    *http://luckysquidstudios.com/%5Cimages%5CHome%5Cdaicon.png

  • Something in correct with Image loading....

    Hi All,
    I have created a very simple form to load image into a form.
    Using forms 10g dev suite on win XP.
    I load two images for two image items.
    for IMAGE1 I have written the below code in its when-image-pressed trigger and this Image loading WORKS FILE...
    i get the desired image loaded
    DECLARE
         tiff_image_dir VARCHAR2(80) := 'C:\DevSuiteHome_1\forms\111.gif';
         photo_filename VARCHAR2(80);
    BEGIN
         :System.Message_Level := '25';
         photo_filename := tiff_image_dir ;
         READ_IMAGE_FILE(photo_filename, 'GIF', 'emp.my_test_button');
         READ_IMAGE_FILE(photo_filename, 'GIF', 'emp.my_test_button');
         IF NOT FORM_SUCCESS THEN MESSAGE('This employee does not have a photo on file.');END IF;
         :SYSTEM.MESSAGE_LEVEL := '0';
         END;
    the problem is with Image two...it laods some incorrect image .....as i am trying to USE JAR file
    the trigger code is below
    DECLARE
         photo_filename VARCHAR2(80);
    BEGIN
         :System.Message_Level := '25';
         READ_IMAGE_FILE('111.gif', 'URL', 'emp.image_item');
         IF NOT FORM_SUCCESS THEN MESSAGE('This employee does not have a photo on file.');END IF;
         :SYSTEM.MESSAGE_LEVEL := '0';
    END;
    below is the entry for my formsweb.cfg
    I have placed my
    [my_app]
    width=675
    height=480
    separateFrame=false
    splashScreen=no
    lookAndFeel=oracle
    colorScheme=blue
    background=/forms/formsdemo/images/blue.gif
    logo=/forms/formsdemo/images/bannerlogo.gif
    baseHTMLjinitiator=demobasejini.html
    baseHTMLjpi=demobase.htm
    baseHTML=demobase.html
    baseHTMLie=demobaseie.html
    envFile=formsdemo.env
    archive_jini=frmall_jinit.jar,AppIcons.jar
    #archive=frmall_jinit.jar
    pageTitle=Oracle Forms - My Application
    form=my_test_button.fmx
    imagebase=codebase
    userid=scott1/tiger@ora11g
    My classpath entry in ENV file is
    CLASSPATH=C:\DevSuiteHome_1\jlib\debugger.jar;C:\DevSuiteHome_1\forms\demos\my_app\AppIcons.jar;C:\DevSuiteHome_1\forms\demos\jars\uploadserver.jar;C:\DevSuiteHome_1\forms\demos\jars\demowebserviceclientside.jar;C:\DevSuiteHome_1\jdk\jre\lib\rt.jar;C:\DevSuiteHome_1\forms\demos\jars\javamailintegration.jar;C:\DevSuiteHome_1\forms\demos\jars\mail.jar;C:\DevSuiteHome_1\forms\demos\jars\activation.jar
    What mistake am i doing?
    rgds,
    s

    Slava ,Magoo and S@r@h....
    I have done the following,still no respite..
    step 1) Create the jar file
    C:\myapp>jar cvf AppIcons.jar *.gif
    added manifest
    adding: 111.GIF(in = 28895) (out= 28675)(deflated 0%)
    adding: 222.GIF(in = 28895) (out= 28675)(deflated 0%)
    adding: name_gif.GIF(in = 28903) (out= 28681)(deflated 0%)
    step 2) move the AppIcons.jar in the ClassPATH specified by env file(envFile=formsdemo.env)
    in my case the classpath looks like below
    and I have moved the AppIcons.jar to C:\DevSuiteHome_1\forms\demos\my_app
    CLASSPATH=C:\DevSuiteHome_1\jlib\debugger.jar;C:\DevSuiteHome_1\forms\demos\my_app\AppIcons.jar;C:\DevSuiteHome_1\forms\demos\jars\uploadserver.jar;C:\DevSuiteHome_1\forms\demos\jars\demowebserviceclientside.jar;C:\DevSuiteHome_1\jdk\jre\lib\rt.jar;C:\DevSuiteHome_1\forms\demos\jars\javamailintegration.jar;C:\DevSuiteHome_1\forms\demos\jars\mail.jar;C:\DevSuiteHome_1\forms\demos\jars\activation.jar
    step 3) shutdown and restart the OC4J
    To Answer Slava's question:
    2. Check Jinitiator console and see if AppIcons.jar is loaded.
    You should see :
    Loading http://host:port/forms/java/AppIcons.jar from JAR cache
    YES its loading prefectly.
    To answer Magoo's questions:
    q)What is the incorrect image look like? Somehting like a broken link image?
    Yes,the image is a small page icon which is broken like a torn page(and has three small solid figures in it)
    q)Do you get there a message like Unable to load image 111.gif for Image Item ?
    No I do not get any error message.
    What next ?
    rgds
    s

  • Exporting clickdummy as "html + images" creates too many gifs

    Hi, I created a prototype in Fireworks, exported as "HTML and Images". There are multiple pages and a few slices. My problem now is the images folder. It's huge. There are thousands of gifs. Is this normal? I wanted to provide this prototype via an online link, but you mostly see the images loading from top to bottom when opening any page. It's annoying. Working offline from desktop is fine of course.
    Do I have to reduce the number of sclices so that there are fewer gifs in the image folder? I would have to cick off some hover states... or is there any other way to reduce the number of images the page is build of?
    Thanks for any help and advice!
    Mari

    OK, thanks, that already helped me. But unfortunately I didn't manage to create these html-text slices. There are just green solid boxes where I can enter html text but I dont know how to transfer my different text areas in combination with images to html + image slices. Do I have to slice up the whole page?
    After trying and studying the article you mentioned above I exported as Css and Images and now my page consists of html text and some images, looks nice and is edidable in Dreamweaver. But with this method I loose all the hover functionality. In which direction should I work on?
    A export as Css and Images and try to insert the hover and swap-image functionality manually in Dreamweaver or
    B export as Html and Images and try to learn how to add html text slices?
    Thanks again!
    Mari

  • HTML images not visible in Mail

    All of a sudden images are not being displayed in Mail. I've checked the option on displaying html images in mail preferences. How do I get images in mail messages to display?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Captivate 7 | HTML course loading issues on iPad

    Hi,
    I have created a course in Captivate 7 and published it to HTML 5 version. The published course was uploaded on a server and launched the course on ipad, but noticed that the audio loading delayed. Kindly let me know if there are any solutions to increase the performance of the course so that audio loading is good.
    Below is the link where the course is uploaded.
    http://118.139.169.29/subbuk/For_Adobe_community/Sample/index.html
    Regards
    Chandru

    Suresh,
    Could you please clarify what you mean by your statement? : "The request to audio download happens after content download..."
    Are you talking about the content for an individual SLIDE is downloaded before the audio clip for that slide (in slide-based audio)? Or do you mean that the content for the entire module is downloaded before the audio for a slide is downloaded?
    Also, if you're saying the slide content is downloaded before the audio for that particular slide, then what exactly is the benefit of having preloaders for the project?  Are you saying that with HTML5 content project preloaders are not really much use because content is downloaded slide by slide anyway?

  • ImageIcon & Lazy image loading

    The whole day I'm fuzzing around with loading an ImageIcon lazily. I suppose you know what lazy means. I want to load my icons when they have to be painted on the screen, because I use thousands of them. I read the "How to Use Icons" tutorial (http://java.sun.com/docs/books/tutorial/uiswing/misc/icon.html). With its ArrowIcon implementation of Icon (http://www.iam.ubc.ca/guides/javatut99/uiswing/misc/example-swing/ArrowIcon.java) and its IconDemoApplet (http://java.sun.com/docs/books/tutorial/uiswing/misc/example-1dot4/IconDemoApplet.java). However, I'm still confused. I also took a look at the ImageIconProxy example of the proxy pattern (http://www.javaworld.com/javaworld/jw-02-2002/jw-0222-designpatterns.html). Finally I got the following code (the IconProperties part can be ignored). I'm afraid that this does not what I want. I have now only a few images, so I can't measure it directly. Does my class exactly the same as the ImageIcon class itself? Is there no postponing of instantiation because I subclass ImageIcon? Do I have to implement the interface Icon instead? Do I have to copy all the stuff in ImageIcon to my implementation in that case? Or is it better to extend the Image class to provide functions like described beneath (check upon existence).
    And for completeness. I extend this LazyIcon object subsequently with a class named LayeredIcon to create combined icons.
    * The class <code>LazyIcon</code> implements <code>ImageIcon</code>
    * because their will be at least some calls like:
    * <pre>
    *   Icon icon = new ImageIcon(imageURL);
    *     Image image = icon.getImage();
    *     image = image.getScaledInstance(...);
    *   Icon icon2 = new ImageIcon(image);
    * </pre>
    * Besides that I want to add a function <code>IconExists</code> and
    * to add lazy image loading, and maybe also background loading.
    * This doesn't work, so it seems like in the constructor of
    * ImageIcon there is done more than only setImage(image).
    * @author A.C. van Rossum
    public class LazyIcon  extends ImageIcon {
      boolean isIconCreated = false;
      protected Image image;
      protected IconProperties properties;
       * The <code>LazyIcon</code> stores the <code>Image</code> until
       * the moment it has to be created. It has default icon properties.
      public LazyIcon(Image image) {
        this(image, IconProperties.DEFAULTICON);
      public LazyIcon(Image image, IconProperties properties) {
        this.image = image;
        setIconProperties(properties);
      //other constructors have to follow
       * The method <code>setIconProperties</code> enables the user
       * to change the properties of an icon, before calling the
       * method <code>paintIcon</code>.
       * @param properties A set of properties: dimension, etc.
      public void setIconProperties(IconProperties properties) {
        this.properties = properties;
      public int getIconHeight() {
        return isIconCreated ? super.getIconHeight() : properties.getHeight();
      public int getIconWidth() {
         return isIconCreated ? super.getIconWidth() : properties.getWidth();
       * The method <code>paintIcon</code> does only set the image of
       * the ImageIcon class lazily (when this function is called.)
      public void paintIcon(final Component c, Graphics g, int x, int y) {
        if(!isIconCreated) {
          setImage(image);
          isIconCreated = true;
        super.paintIcon(c, g, x, y);
      public Image getImage() {
        if (isIconCreated)
          return super.getImage();
        else return image;
    }Is my problem formulation clear enough? Many thanks in advance if you want to give it a look.
    Andy

    I spent some more time looking at the programs today, and it seems that all of the students involved were using a graphics library called objectdraw (http://cortland.cs.williams.edu:16080/~cs134/eof/). As far as I can tell, the objectdraw source code isn't public, so I can't say which (if any) of the standard methods they were using.
    After some work, I managed to produce a method with the same parameters as the objectdraw getImage method that used the AWT Toolkit. When I overrode the objectdraw version in the students' code, the bug (at least for the moment) seems to have gone away. So the problem may be in that other library.
    Does anyone else have experience with objectdraw? Is this a known bug, or could this be something else...?

  • Image load on ICWC

    Hi:
    I have the following requirement, in CRM 5.0 ic web client, whe want to load the picture of the business partner when this is created, and then display it when the business partner is confirmed, i've tried to place it in a html image placeholder but it failed so do anyone have any idea on this.
    Thanks & regards

    are you asking about how to upload images into bsp application?
    if i understood correctly, then below is a sample command to upload pictures on to the document.
    <htmlb:image src="C:\ICON\images.jpg" alt=" " tooltip="<%= otr(YP_HRPA/smile) %>" width="15"/>
    add the image in the mime repository to use it in th bsp application.
    regards,
    manasa
    Message was edited by:
            manasa manasa

Maybe you are looking for

  • Getting an error in WebUtil while opening a custom form in EBS

    I am trying to use Webutil in Oracle EBS Release 12.1.3. I have configured all the following options: 1. Downloaded frmwebutil.jar and jacob.jar and copied those files in $ORACLE_HOME/forms/java 2. Downloaded jacob.dll and copied this file in $ORACLE

  • Print to video HDV to SD widescreen

    I need to print to video (to DVCam tape) my HDV project that was edited frame size 1440X1080 to SD widescreen. When I play out the timeline it is SD letterbox. I am a little confused with this, will it not be 16:9? The HDV thing is somewhat new to me

  • Moving music from Windows Media Player to iTunes

    Hi Apologies if this is repeating what others have asked many times in the past - I know what these forums can get like sometimes! I have had a look around though and couldn't find a definitive answer, so... I have to date put all my music in Windows

  • Check no in Payment List Report (T-Code: S_P99_41000099)

    Hi, I had successfully executed the actual payment run with the payment method is C (check) using F110. But when I run S_P99_41000099 in the payment list, I cant find check number. I tried the choose fields to display more fields, but I cant see chec

  • Mac can't remember two sided printing?

    I print a document using two sided printing. To do that in Layout I set Two-Sided: long edge binding. Then I print a second document using "Last Used Settings". It remembers the other settings, but forgets about two-sided and sets it back to "Off" ea