**Urgent**: GO_ITEM to pop-up CANVAS with IMAGE in Sun JRE gives error

Our Forms 10g Environment is this: Forms [32 Bit] Version 10.1.2.0.2 (Production) using Sun JRE i.e. Java Plug-in 1.6.0_06
Problem is that when we try to navigate to a canvas (from a Button) which has an IMAGE ITEM the form is exited. This happens in every form which has a canvas with an image.
i.e. In Button, we have code: Go_Item('block123.button1'). Button1 is also in that pop-up canvas.
Even GO_BLOCK gives the same result.
If the image is in the same canvas as the button which has GO_ITEM code, then it works.
Of course this whole things works fine in JInit. But we need to run in Sun JRE.
Is this a Bug?? Any help would be greatly appreciated.

christian erlinger wrote:
Well, as you are on 10.1.2.0.2 I strongly suggest that you apply the latest Patchset (10.1.2.3) the latest CPU Patches and the latest merge Patches. A lot of focus related things are fixed in those patches.
cheersI will do this and let u know thans.

Similar Messages

  • POP UP menu with image not pull down

    I'm new to fireworks. I've looked at tutorials, but it seems
    all the pop up menu features are for pull down menus. I want to
    press the button and have a blank ( separate window 360x 303 pixals
    ) pop up with a jpeg image in it. How do I do this?

    katveze,
    What you are wanting to do is called Disjointed Rollovers.
    Here is a
    great tutorial to point you in the right direction:
    http://www.communitymx.com/content/article.cfm?cid=E11E8
    alex
    katveze wrote:
    > I'm new to fireworks. I've looked at tutorials, but it
    seems all the pop up
    > menu features are for pull down menus. I want to press
    the button and have a
    > blank ( separate window 360x 303 pixals ) pop up with a
    jpeg image in it. How
    > do I do this?
    >

  • Rendering Canvas with Images - Display is flashing

    Hello everybody.
    I have created a Canvas within a Frame. This canvas contains many static pictures (.jpg and .png) and static texts. I also print out next to some of these images and static texts some values as strings using drawString.
    These values are changed depending on some calculations taking place.
    The problem is that the overall GUI is flashing periodically, and it does not look very nice.
    How can I render the whole GUI without these flashing problems?
    I write down my way:
    public class myCanvas extends Canvas implements Runnable
    public myCanvas()
    //This is a THREAD
            Thread t=new Thread(this);
            t.start(); //start it
    public void paint(Graphics g)
            //Static image and static text
            g.drawImage(image2, 1,5, this);
            Font font=new Font("Tahome",Font.BOLD,14);
            g.setFont(font);
            g.drawString("Value:",62,40);
    public void update(Graphics g)
            Font font=new Font("Tahome",Font.BOLD,20);
            g.setFont(font);
    // I 'd like to update only the values next to static image and static text from paint()
            g.drawString(cntTester+" bpm",148,42);
            cntTester++;
    public void run()
            //Firts wait for the images to fully load and paint
            try
                for (int i=0;i<4;i++)
                    mediaTracker.waitForID(i);
            catch (Exception ex)
      while (isPlay == true)
                try
                    Thread.sleep(2000); //2 secs
                catch(Exception ie)
                this.repaint(140,25,80,25); //Repaint specific sections
            }The above Canvas is instantiated within a Frame.
    I really appreciate nay help and guidelines.
    Regards,
    kalgik

    The flashing is really depends on the Thread.sleep() timeout.
    import java.awt.*;
    public class myCanvas extends Canvas implements Runnable
        //Declaration of variables
        private int cntTester=0; //It used only for test, to update values for parameters
        private MediaTracker mediaTracker;
        private Color colour;
        private Font font14;
        private Font font20;
        private Thread t;
        public myCanvas()
            colour=new Color(0x000000); //-> Black colour for letters
            font14=new Font("Tahome",Font.BOLD,14);
            font20=new Font("Tahome",Font.BOLD,20);
            this.setVisible(true);
            this.setBounds(2,2,235,315);
            init();
            //This is a THREAD
            t=new Thread(this);
            t.start(); //start it
       public void run()
            //First wait for the images to fully load and paint
            try
                for (int i=0;i<1;i++)
                    mediaTracker.waitForID(i);
            catch (Exception ex)
            while (isPlay == true)
                try
                    Thread.sleep(2000);//The flashing depends on this timeout (2 seconds).
                catch(Exception ie)
                myupdate();
                repaint(500,69,20,170,134); //repaint specific area of Canvas
        //I got rid of the overidden method update(Graphics g)
        public void myupdate()//Graphics g)
            cntTester++; //Simply increment the value of this variable
        public void init()
           mediaTracker = new MediaTracker(this);
            //Image Heart rate
            String imageHeartRateName="Images/Icons/HeartRate/heart-64x64.png";
            imageHeartRate = Toolkit.getDefaultToolkit().createImage(imageHeartRateName);
            mediaTracker.addImage(imageHeartRate, 0);
       public void paint(Graphics g)
            super.paint(g);
            System.out.println("Passing from [paint]");
            g.setColor(colour);
            //Heart rate:
            g.drawImage(this.imageHeartRate, 1,5, this);
            g.setFont(font14);
            g.drawString("Heart Rate:",62,40);//String , coordinates
            g.setFont(font20);
            g.drawString(cntTester+" bpm",148,42);//String , coordinates
    }

  • Image processor  in CS5  gives error constructor 327 ..How to fix??

    I am unable to access Image processor.  Please assist. Thank you.

    You need to provide more info - what options are used, what files processed, what operating system, where are the files stored. Script errors are almost always to do with permissions issues or security tools interfering, but we realyl know nothing about your system, so this is slightly more than pointless....
    Mylenium

  • Using a datepicker with format mask MM/YYYY gives error on submit

    I'm trying to use a datepicker with the format MM/YYYY.
    The item is linked to a database column of type DATE.
    The items displays correctly (month and year), but when submitting the page, I get an "ORA-01843: not a valid month" error from the built-in DML process.
    Shouldn't Apex apply the same date format mask to the item value when trying to save it to the database?
    - Morten
    http://ora-00001.blogspot.com

    Hi Mike,
    I can/need to do that for my own PL/SQL processes, but the problem is with the Built-In DML Process....
    - Morten
    http://ora-00001.blogspot.com

  • Form with Hierarchical tree in Windows gives error in Linux

    We have a Windows Forms 10g Release 1 form with a H. Tree item. We want to port it to Linux. We open the Form in Forms 10g Release 2 and compile and save it. Then we move the .fmb to the Linux machine, open it in Linux Forms 10g Release 2 and deploy.
    When we run the form we get an error and form is existed. There is no error message. Form is just existed.
    The versions of Forms 10 Release 2 in Windows and Linux are the same.
    What could be the problem?

    CraigB wrote:
    Then we move the .fmb to the Linux machine, open it in Linux Forms 10g Release 2 and deploy. Why do you need to open the form on Linux in order to deploy it? Why not just use the Form Compiler (frmcmp userid=user/pw@db module=<form_name> module_type=form). If you try to just compile the form do you get any errors?
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.
    Yeah we did that way as well. but same problem comes.

  • While networking with labview 8.5 it gives error"not enough memory for this operation" ??

    hi
    i m working with the labview networking for the first time, when i ran my code it worked well 4 sometime . but after some days, it started giving error " not enoug memory for this operation" when the data reaches at 'typecast' tool (refer my code). my OS is winXP and RAM is 496MB. how to solve this problem?please reply soon .

    Hi JAhmed,
    Looking at your code, there may be a memory issue with the way you are type casting the string output from your TCP Reads. Since you are type casting a string to a number or array, you are not giving an indication of how much memory to allocate for this data, and I would suggest instead using an Unflatten From String VI. Use this VI the same way as your Type Casts, but for the input that reads "data includes array or string size?" create a false constant value because your data does not include this information.
    Regards,
    Stephen S.
    National Instruments
    Applications Engineering

  • Firefox will open a 1Mb PDF file. With 30Mb PDF file Firefox gives error "File not found". Both PDFs from Adobe web site. Using PC with XP-sp3. Firefox 3.6.13

    Option in "Tools/Options/Applications/Adobe Acrobat Document" is set to "use Adobe Acrobat in Firefox". If I change the option to "Use Adobe Reader 9.2 (default)" then the large file gets downloaded and then opens in Reader.
    Any help appreciated.

    I originally posted this nearly 2 months ago. Is no-one else having this problem...???
    I upgraded to Firefox V3.6.16; problem still happening.
    Anyone got any ideas please...???

  • When  I am uploading  file with special character it gives error

    Hi All,
      I am uplloading one file with special character then it gives error. Please let me know solutions on this is soon as possible.
    Thanks,
    Madhav

    hi are you looking for the file to be transferred with the special character then declare it wil the char field...and send it..
    or the special charactera are coming unnecessary use the command ............replace all occurances  to avoid this..

  • Get canvas.toDataURL('image/jpeg') and convert base64 encoding to java.sql.Blob

    Convert canvas.toDataURL('image/jpeg') to java.sql.Blob.
    I am using oracle adf so I am able to action a backing bean from javascript and pass in parameters as a map. I pass in the canvas.toDataURL('image/jpeg') which I then try to decode in my bean. Using BASE64Decoder and the converting the bytearray to a file I can see the image is corrupted as I can't open the file thus converting the bytearray to blob is also a waste.
    Has anyone any ideas on base64 encoding from canvas.toDataURL to file or Blob?

    Use Case:
    A jsf page that enables a user to take photos using the HTML5 canvas feature - interact with webcam -, take photos and upload to profile
    1. I have created the jsf page with the javascript below; this pops up as a dialog and works okay and onclick an upload image, triggers the snapImage javascript function below and sends the imgURL parameter to the serverside managedbean
    <!-- java script-->
    function snapImage(event){
                    var canvas = AdfPage.PAGE.findComponent('canvas');
                    AdfCustomEvent.queue(event.getSource(),"getCamImage",{imgURL:canvas.toDataURL('image/jpeg'),true);
                    event.cancel();
    <!-- bean -->
    public void getCamImage(ClientEvent ce){
    String url=(String)ce.getAttributes().get("imgURL");
    decodeBase64URLToBlob(url);
    private BlobDomain decodeBaseB4URLToBlob(String url64){
                    BASE64Decoder de=new BASE64Decoder();
                    byte[] bytes=de.decode(url64);
                    File file=new File("abc.jpg");
                    InputStream in = new ByteArrayInputStream(bytes);
                    BufferedImage bImageFromConvert = ImageIO.read(in);
                    in.close();
                    ImageIO.write(bImageFromConvert, "jpg", file);
                    return createBlobDomainFromFile(file);
    ----problem---
    Accessing the generated jpeg file shows the image is corrupted, probably missing bytes or encode/decoder issues.and the blob image after uploading to database is saved as a binary stream which ondownload doesnt render as an image or anything i know of.
    Is there anyways of achieving the conversion without errors?

  • Problem in creating client side PDF with image using flex and AlivePD

    I need a favor I am creating client side PDF with image using flex and AlivePDF for a web based application. Images have been generated on that pdf but it is creating problem for large size images as half of the image disappeared from that pdf.I am taking the image inside a canvas . How do i control my images so that they come fit on that pdf file for any image size that i take.
    Thanks in advance
    Atishay

    I am having a similar and more serious problem. It takes a
    long time to execute, but even attaching a small image balloons the
    pdf to 6MB plus. After a few images it gets up to 20MB. These are
    100k jpeg files being attached. The resulting PDF is too large to
    email or process effectively. Does anyone know how to reduce
    size/processing?

  • Photoshop Elements 10 Help with image jumping around the screen

    I'm using a trial version of Elements 10 that I'm interested in buying it but 50% of the time when I click on an image so that I can click and drag it around the screen, it jumps off the screen.  I have been using Elements 6 and never had this problem and it is super frustrating.  I'm using a laptop and thought maybe it was my touchpad so i got a mouse and it is still doing the same thing.  Is there a way to fix this problem?  I will stick with Elements 6 if this can't be fixed as it takes me twice as long to edit images since the layers are jumping around and I keep have to kit the "undo" button.

      The editor saved prefs often get corrupted. If resetting all tools doesn’t work you may need to rebuild the editor preferences to resolve any conflicts.
    Hold down the Ctrl+Shift+Alt keys and simultaneously click on the Edit button on the welcome screen. Release the three keys and look behind the welcome screen by closing it. Or hold down the keys whilst double clicking on PhotoshopElementsEditor.exe
    You should see a pop up box with the words: Delete Adobe Photoshop Elements Settings File?
    Click on Yes
    Close down Elements and re-open it in the normal way - then wait whilst it rebuilds the preferences.
     

  • How to work with images in Keynote

    Hello,
    I'm a Keynote newbie and am having problems working with images. My basic question is, do I have to resize my .jpgs every time I put them in Keynote? It seems that if I choose to Insert>Choose a .jpg, it will fill my entire presentation and I have to resize. If I drag a .jpg, from iPhoto using the Media browser button, the .jpg will land squarely on the part of my canvas that's meant for the image (in the photo-with-title master slide). BUT, the image will just be masked and I once again need to resize it to fit the designated area.
    My second question is, if resizing is a fact of life in Keynote, are there any shortcuts which would allow me to resize quickly/automatically to the size of the image area on the canvas?

    I think Keynote inserts images in their native size, meaning that if you have a big jpg to begin with, it'll appear big on the slide. If you can't adjust the size of the images you have to begin with (for instance, you could easily adjust their size in a program like GIF Coverter--which would actually allow you to resize several at a time--before you begin to deal with Keynote at all) there is another solution to make it easier. Adjust the magnification of the slide to 50% so that when you insert the big images you can find the corners easily.
    I should add that I've only ever used Keynote 1. But Keynote arrives (inside a new iMac) as soon as tomorrow.

  • Change Browser Background Color with Image Fill

    I inserted a picture using 'Image Fill' and 'Original Size' under Browser Background in the Page Layout tab and the browser background, I assume, defaults to white.
    I need the browser background to be a standard black color with an Image Fill. I searched around the iWeb preferences and tabs but found no option...
    Many thanks in advance!
    Alex

    The only way to get a black browser background is to set it to black. If you tile the photo there will be not browser background or make the image large enough so that it would take a very large browser window to exceed the photo's size. Or create a very large canvas with the photo in it at its original size and the rest of the area black.
    OT

  • Pop-up menu - Arrow Image for submenu doesn't appear in DW/IE

    Hello all,
    I created a pop-up menu with submenus in Fireworks MX 2004
    => this is displayed fine in a preview in FW.
    I then exported this image and html files to a subdir within
    my website. I then used the following to insert it into my template
    file:
    Insert => Image => Fireworks HTML => selected the
    html file exported in FW.
    My problem is, when I try to preview the page in IE (via DW
    MX 2004), the pop-up menu and submenus are all ok....BUT...
    the small arrow (image) to link between the First menu level
    and the second submenu doesn't appear -> instead the generic
    image appears (as in file not found). Looking at the code on the
    template page, the file is "arrows.gif" and the path looks ok in
    the file.
    Note that MM_menu.js and the arrows.gif and all other
    exported files (from FW) are in the same directory.
    mm_menu_0510135640_0.childMenuIcon="../images/photogallery/arrows.gif";
    It seems as though the path for the arrows.gif isn't right -
    any ideas where?
    Thanks & Regards,
    SM

    If you are going to use these menus, you need to know
    something about them.
    Please read this -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    There are MUCH better ways -
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "srmistry" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello all,
    >
    > I created a pop-up menu with submenus in Fireworks MX
    2004 => this is
    > displayed fine in a preview in FW.
    >
    > I then exported this image and html files to a subdir
    within my website. I
    > then used the following to insert it into my template
    file:
    > Insert => Image => Fireworks HTML => selected
    the html file exported in
    > FW.
    >
    > My problem is, when I try to preview the page in IE (via
    DW MX 2004), the
    > pop-up menu and submenus are all ok....BUT...
    >
    > the small arrow (image) to link between the First menu
    level and the
    > second
    > submenu doesn't appear -> instead the generic image
    appears (as in file
    > not
    > found). Looking at the code on the template page, the
    file is "arrows.gif"
    > and
    > the path looks ok in the file.
    >
    > Note that MM_menu.js and the arrows.gif and all other
    exported files (from
    > FW)
    > are in the same directory.
    >
    mm_menu_0510135640_0.childMenuIcon="../images/photogallery/arrows.gif";
    >
    > It seems as though the path for the arrows.gif isn't
    right - any ideas
    > where?
    >
    > Thanks & Regards,
    >
    > SM
    >

Maybe you are looking for