Forms 9i - Image Palette

The Image Palette functionality was removed from Forms9i. I was wondering if there are any plans to add this back in later.

The Image Palette functionality was removed from Forms9i. I was wondering if there are any plans to add this back in later.

Similar Messages

  • Adobe forms:Data view palette not showing any fields present in the context

    Hi Experts,
    I am trying to create a static adobe form by following a step-by-step tutorial.The steps I have followed are:
    1. Created an Interface with just one field in the Import parameters (apart from the default one).
    2. Created a form by using that interface and included that field in the context .
    3. Activated the form and wennt to the layout of the form.
    4. I should be seeing that field added and activated in the context in the form but its not there.
    What could possibly be the reason for it.Please guide me.
    Thanks and Regards
    Abhishek

    Hi,
    I am working on Adobe Form when I open it in change mode I am unable to see the below options in it.
    Always I could see only the preview of pdf output. I tried for the option in Palette by right click on the pdf form->Right Click->Palette but it has options Border,Accessibility etc but no option is related to DataView or Hierarchy palettes.
    I am looking for Dataview and Hierarchy Palettes to be displayed on the left side of the form.
    Please share if any ideas.
    Regards,
    Rafi

  • Why are forms 10g Images blur on run time ?

    Hi everyone,
    I've created a form in 6i that contains many images of type .bmp & gif as i run the form all pictures show clearly.
    I upgrading the same form to 10g, as i'm running the form, all images appear blur !!!
    Can anyone explain why?
    Is there any solution for this weird phenomenon ?
    Thanks
    Best Regards
    Lanlani

    That's very curious as the appeared to take a long time to download each. They also reported being fully downoladed in the download window in iTunes. It's certainly never happened before that they would synchronise without being fully downloaded.

  • I'VE CREATED A FORM WITH IMAGES. WHEN I OPEN THE FILE IN ACROBAT READER, THE IMAGES ARE BALCK BOXES!

    I'VE CREATED A FORM WITH IMAGES. WHEN I OPEN THE FILE IN ACROBAT READER THE IMAGES ARE BLACK BOXES.
    THE FORM HAs (extend features to acrobat reader). THE FORM WAS DISTRIBUTED.
    NON OF MY EMPOYEES CAN SEE THE IMAGES. WHAT'S WRONG? CAN YOU HELP?

    However, the view large images is an issue for a form that is being distributed. Either a note needs to be added to the PDF to tell how to enable the view or the images need to be changed so that the enabling is not needed.

  • RMS form Button image issue

    On RMS forms Button image is not coming. I think this is some confguration issue but i am not able to locate the configuration file which is responsible for this issue.

    I think this is a better way to implement your UI:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
      <mx:Spacer height="2%"/>
      <mx:Panel width="55%" height="28%" title="User Details" paddingTop="10">
        <mx:Form>
          <mx:FormItem label="Select account type: " letterSpacing="1"
            fontFamily="Arial" >
              <mx:ComboBox id="accCombo" />
          </mx:FormItem>
          <mx:FormItem label="UserName: " letterSpacing="2" fontSize="11"
            fontFamily="Arial">
            <mx:TextInput id="uname" width="100%"/>
          </mx:FormItem>
          <mx:FormItem label="Password: " letterSpacing="2"
            paddingTop="30" fontSize="11" fontFamily="Arial">
            <mx:TextInput id="password" width="100%" displayAsPassword="true"/>
          </mx:FormItem>
          <mx:FormItem label="Retype Password: " letterSpacing="2"
            paddingTop="30" fontSize="11" fontFamily="Arial">
            <mx:TextInput id="password1" width="100%"
              displayAsPassword="true"/>
          </mx:FormItem>
        </mx:Form>
      </mx:Panel>
    </mx:Application>
    If this post answers your question or helps, please mark it as such.

  • Forming an image from a ByteBuffer

    I would be grateful if anybody could help me with a problem i am having with my program, i am trying to read pixels to form an image, i have the whole thing working now, however it is grayscale, and i cant work out why. Any help would be appreciated.
         GL11.glReadBuffer(GL11.GL_FRONT);
                ByteBuffer pixels = ByteBuffer.allocateDirect(400*400*3);
                GL11.glReadPixels(0, 0, 400, 400, GL11.GL_RGB, GL11.GL_UNSIGNED_BYTE, pixels);
                ColorModel glColorModel = new ComponentColorModel(ColorSpace.getInstance(ColorSpace.CS_sRGB),
                                                new int[] {8,8,8,0},
                                                false,
                                                false,
                                                ComponentColorModel.OPAQUE,
                                                DataBuffer.TYPE_BYTE);
                int[] band = new int[3];
                // make array from byteBuffer to make a DataBufferByte from array...
                byte [] byteA=new byte[400*400*3];
                pixels.get(byteA);
                DataBuffer db = new DataBufferByte(byteA, 400*400*3, 0);
                WritableRaster raster = Raster.createInterleavedRaster(db, 400, 400, 400*3, 3, band, null);
                // make my image
                BufferedImage image = new BufferedImage(glColorModel, raster, false, null);//new java.util.Hashtable());thanks

    Ok, investigation further:
                for (int i = 0; i < 1600 ; i ++){
                    System.out.println(byteA);
    }produces non grayscale numbers, such as 76 51 25 76 51 25 76 51 25 , ie the background. This means the problem is in the raster part, maybe the glColorModel? the thing is i just coppied the glColorModel straight from my texture loading thing, and they are in colour....                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Texte sous forme d'image. Comment faire ?

    Bonjour, je viens de creer mon site internet sur Muse qui est à présent en ligne. Cependant, mon texte n'est pas sélectionnable et est copié comme une image... Que dois je faire pour y remedier ? Par avance merci.

    Si le contenu des horaires est bien en Arial, il semble que les titres "horaires de nos restaurants" soient dans une variante de l'Avant Garde, dans le même bloc texte.
    Notez sur la capture ci dessous la petite icône des textes "sous forme d'image" :
    Au passage, ajoutez des polices web via le menu police, j'en ai profité pour faire un petit tour de ce qui existait autour de l'Avant-Garde.

  • Forms 9i -  "Show Palette" on Image Item

    I can not get the palette which allows you to rotate, zoom etc. to display when I run the form. Is anybody else having a similar problem ?

    Here's the code for a Bean which uses an existing image veiwer for png images - but it shows the principle.
    So I have included the JAR file which includes the PNG veiwer in my archive tag in the formsweb.cfg.
    This code then creates a Bean area which creates an instance of the PNG viewer in the bean area and loads an image into it from a URL
    package oracle.forms.demos;
    import java.awt.*;
    import java.net.*;
    import java.awt.image.*;
    import oracle.forms.ui.VBean;
    import oracle.forms.properties.ID;
    import oracle.forms.handler.IHandler;
    import oracle.ewt.imageCanvas.ScalingImageCanvas;
    import oracle.ewt.scrolling.scrollBox.ScrollBox;
    import com.sixlegs.image.png.*;
    public class PitImageBean extends VBean
      private static final ID IMAGEURL   = ID.registerProperty("imageURL");
      private static final ID SCALEIMAGE = ID.registerProperty("scaleImage");
      private ScalingImageCanvas m_imageCanvas;
      private ScrollBox          m_scrollBox;
      public void init(IHandler handler)
        super.init(handler);
        m_imageCanvas = new ScalingImageCanvas();
        m_imageCanvas.setScalingMode(ScalingImageCanvas.PRESERVE_ASPECT_RATIO);
        m_scrollBox   = new ScrollBox(m_imageCanvas,2,2);
        ((ScalingImageCanvas) m_scrollBox.getContent()).setInteriorAlignmentX(0.5F);
        ((ScalingImageCanvas) m_scrollBox.getContent()).setInteriorAlignmentY(0.5F);
        m_scrollBox.setHDisplayPolicy(ScrollBox.DISPLAY_AS_NEEDED);
        m_scrollBox.setVDisplayPolicy(ScrollBox.DISPLAY_AS_NEEDED);
        this.add(m_scrollBox);
      public synchronized void setImage(String imageURL)
        Image oldImage = m_imageCanvas.getImage();
        try
          PngImage img = new PngImage(new URL(imageURL));
          m_imageCanvas.setImage(Toolkit.getDefaultToolkit().createImage(img));
        catch (Exception e)
          e.printStackTrace();
        if (oldImage !=null)
          oldImage.flush();
      public boolean setProperty(ID id, Object value)
        if (id == IMAGEURL)
          this.setImage((String)value);
          return true;
        else if (id == SCALEIMAGE)
          //add better error handling here
          if (value != null & !value.toString().equals(""))
            Double scaleFactor = new Double(value.toString());
            m_imageCanvas.setXScalingFactor(scaleFactor.doubleValue());
            m_imageCanvas.setYScalingFactor(scaleFactor.doubleValue());
          return true;
        else
          return super.setProperty(id, value);
    }

  • Acrobat Forms - receiving Images embedded in Distributed Forms

    Hi, I've been using the Acrobat forms through Live Cycle for a while now for small simple projects, but trying to implement it now in something a bit more complex (as well as learning more as I go).
    I've made a form in LiveCycle ES2 requesting Text, Radio Buttons ...
    ...BUT also that the respondee can send their company logo with the form. To make it simpler than just attaching the logo seperately in an Email.
    I've found the Image Field Object which allows the respondee to upload their Logo into the PDF which then gets mailed back to me.
    What I haven't seen is a way to extract this logo to a databank or similar.
    The text I can collect, sort through, and export as CSV or XML which is great, but other than the logos being embedded in the returned PDF, they don't seem to be accessible anywhere.
    I've probably overlooked it somewhere. (I hope). Can someone assist?
    (I'm also not certain what the difference between creating forms in LiveCycle and straight through Acrobat is, but I'll ask that in another question).
    Thanks Angus
    Acrobat X Pro
    LiveCycle ES2
    CS 5.5 Design Pro Suite

    Since your question is specific to Designer, ask in the LiveCycle forum. Be aware that adding pictures is a rather new process and may not work for folks with older versions of Acrobat or Reader (don't remember how far back this goes).

  • Adobe form - Printing images dynamically

    I have created a simple read-only (not interactive) Adobe form. At the end of the document, I need to print a signature depending upon the approver (which I can access from the data structure imported into the form.).
    If I create an image field, how do I assign the image dynamically depending on the approver?
    I have thought of an alternative solution of creating 3 separate forms each with a static image of the signature and calling a separate form in the program depending on the approver. But I was wondering if I can assign images dynamically so that I can have only one form.
    Any help will be greatly appreciated.
    Jitendra Mehta

    Hello . The solution is easy, I have posted the solution into IFbA forum under NeWeaver many times. And I can recommend you to read this article where there is a complete solution for your problem:
    http://www.docstoc.com/docs/2540673/How-To-Integrate-ADOBE-form-on-WebdynPro-for-ABAP-and-Deploy-it-
    It was originally SAP SDN blog, but I am not able to locate it on sap site any more. Hope this solves your problem, regards Otto

  • Tabbed child form with image

    Hello, forum!
    Help, please!!!
    I use JhsTabbedChildrenTemplates.jtp to generate master with five details on the same page.
    Layout style of two of the detail groups is form layout. I use for this tabbedformChildGroup.jut. I have successfully used this template for all groups except when using the group with image. If I use table-layout for this group all works fine. But when I use form layout for this child group there is error on the page when i run it.
    When I generate this group as form on the different page (unchek same page) all
    works fine too.
    Help, please.
    tabbedformChildGroup.jut:
    <header id="$GROUP_NAME$Header" text="$FORM_GROUP_TITLE$" rendered="${ui:cond('$GROUP_NR$'=='1',param.selectedTab==null or param.selectedTab=='' or param.selectedTab=='1',param.selectedTab=='$GROUP_NR$')}">
    <contents>
    $SEARCH_REGION$
    <rowLayout rendered="${!createMode$GROUP_NAME$ and bindings.$GROUP_NAME$Iterator.currentRowIndexInRange!=-1
    and bindings.$GROUP_NAME$Iterator.findMode!='true'}">
    <contents>
    <image source="${requestContextPath}/cabo/images/srmvall.gif" onClick="doEvent('First$GROUP_NAME$');"/>
    <spacer width="4" height="1"/>
    <image source="${requestContextPath}/cabo/images/srmv.gif" onClick="doEvent('Previous$GROUP_NAME$');"/>
    <spacer width="4" height="1"/>
    <styledText styleClass="OraPromptText"
    text=" [${bindings.$GROUP_NAME$Iterator.rangeStart+bindings.$GROUP_NAME$Iterator.currentRowIndexInRange+1} / ${bindings.$GROUP_NAME$Iterator.estimatedRowCount}] "/>
    <spacer width="4" height="1"/>
    <image source="${requestContextPath}/cabo/images/smv.gif" onClick="doEvent('Next$GROUP_NAME$');"/>
    <spacer width="4" height="1"/>
    <image source="${requestContextPath}/cabo/images/smvall.gif" onClick="doEvent('Last$GROUP_NAME$');"/>
    </contents>
    </rowLayout>
    <styledText text="${nls.NO_ROWS_FOUND}"
    styleClass="OraInstructionTextStrong"
    rendered="${bindings.$GROUP_NAME$Iterator.currentRowIndexInRange==-1}"/>
    $FORM_ITEMS$
    <!-- bug 3472400: for hidden field value binding, we cannot bind to a Boolean
    request attribute, has to be a string! -->
    <formValue name="createMode$GROUP_NAME$" value="${createMode$GROUP_NAME$String}" />
    $GROUP_BUTTONS$
    </contents>
    </header>
    P.S. I implemented group with image and image upload as described in 3 chapter
    of JHS developer's guide.

    Because of a UIX bug 4509014, tabbed children do not work when the form submits a multipart request (which is the case with image uploading).
    This is documented in the release notes of JHeadstart versions 10.1.2.1 and 10.1.2.2
    There is a patch avaliable for this bug:
    https://updates.oracle.com/ARULink/SimpleSearch/process_form?search_type=patch&patch_number=4509014&plat_lang=912P&display_type=&search_style=8&orderby=3&direction=d&old_type_list=&gobuttonpressed=&sortcolpressed=&tab_number=&c_release_parent=product&c_product_child=release
    Steven Davelaar,
    JHeadstart Team.

  • Images and XML forms and Images and scaling

    Hello,
    I have two questions about using images in XML forms.
    1) How do I insert images into the XML form editor.
    The thread HTML Editor in XML Form? (Posted: Aug 26, 2004 7:50 PM), discuss how the HTML Editor in XML forms can be extended to be able to insert images like in the KM editor.
    Has anyone any practical experience with this?, as the thread is fairly old.
    And is there other solutions which are more suited?
    The portal is running on WAS 6.40, EP 6.0 SP11
    2) Is is possible for the portal to scale images
    In the portal, different users will use XML forms to publish news stories. These users will want to publish images along with the text.
    In many content management systems, the system will automatically scale the images (e.g. create one thumbnail, a mid-size image and keep the full size) Can this be achieved in the portal.
    The reason for this is to make sure that no one can post a very large image and to make sure each image is the same size.
    I'm interested in hearing how other people, solve the issue with uploading and scaling of images used in the portal.
    Kind regard,
    Jørgen Ruud
    Will reward SDN points.

    Hi Sumit,
    Just to add to what Duncan had said ... please ensure the following things as well
    1. Access portal using FQDN
    2. Maintain proper browser settings http://wiki.sdn.sap.com/wiki/display/EP/MSIE6BrowserSettingsforaccessingSAP+Portals
    3. Please go through the forum link http://forums.sdn.sap.com/thread.jspa?threadID=1814082
    Regards,
    Mahesh

  • How to show image in Smart Form dynamically , Image is stored on local PC

    Hi All,
    I have a requirement where user can attach any image to PM Order in T-code IW33. Now this image  gets stored on user`s local PC.
    After this user will generate a report which is a Smart form, On this Smartform i have to show that attached image.
    So that image will contain Order Id and attached image.
    How this can be achieved.
    Regards,
    Abhishek

    Actually this Image(Image of Signature ) will be coming from Mobile device and then it will be stored as an attachment for an PM Order.
    So there will not be any manual interuption and therefore no one will be storing this in se78. But this image gets stored in local PC. And now i have to get this image on my Smartform.
    Any idea how to do it?
    Regards,
    Abhishek

  • Create pdf form from image file

    is there any way to create a pdf form from an image?  perhaps using ghostscript?  TIA

    #pacman -S potrace
    The only disadvantage of this utility is input image format is bmp only.

  • Interactive Form with images from KM ??

    hello: I need to read an image from km to incorporate it in Interactive Form, but for some reason when being generated the Form does not show it. The subject to dynamically obtain the images from km.
    Thank you very much.

    Hello,
    Please review this link to import a KM image:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/kmc/getting%2ban%2bimage%2bfrom%2bkm%2bdocument%2bto%2bbe%2bused%2bin%2bweb%2bdynpro
    Now you must put the image to an attribute of context of type string. For it you do the following thing:
    //Reading the image file......
         BufferedInputStream bufIn = new BufferedInputStream(resourceimg.getContent().getInputStream());
         byte[] imagebyte = new byte[bufIn.available()];
         bufIn.read(imagebyte);
    //Convertir a String
         String imgString=new BASE64Encoder().encode(imagebyte);
         wdContext.currentContextElement().setImgString(imgString);
    Finally, in the Form you must add a Image Field, with the following properties:
    -Tab field
    URL: empty
    Embebed Image Data
    - Tab Binding
    Default Binding: $record.ImgString
    That is.
    Regards

Maybe you are looking for

  • Could not be saved because the source file could not be read.

    I tried to download and after a while, this error message: ''[filename] could not be saved because the source file could not be read.'' I've been on google searching but I could not find the answer can someone PLEASE help me. it happened when downloa

  • First tab wont close, navigation buttons not working

    Every time I open up Firefox, the first tab loads up my Home Page. But none of my navigation buttons work. I cant go back or home or anything.Then the back, foreword, reload and stop buttons will work after I open up a new tab. I still can not click

  • Dual Monitor Inspiron 15 HDMI

    Dell Inspiron 15 3521: How can I use the HDMI connection for dual monitor? I want to use the Presenter View option of PowerPoint. I can use the connection to Extend but not Duplicate. TY, Art

  • Having difficulty using a dotnet assembly (won't load)

    I am trying to use a dotnet dll and having problems loading it.  Used .net controller from tools menu to create a CVI wrapper all that worked out without any issue. However, when I try to use it will get an  error CDotNetCouldNotLoadAssemblyError.  I

  • When will MAC O/S be supported on MiFi (Fivespot) device to access the Verizon wifi hotspots?

    I just got the Fivespot for Broadband internet access for my laptop.  I've had it about a week, and tried the dedicated network access from home, and an internet cafe using both the USB connection, and the wifi connection.  Both work fine, and speeds