Image in desktop to element

Hi people,
I have created an image item in my oaf page.
I would set this image with an image saved on my desktop.
I could i do?
Should i put the path in the image URI? and what is this path?
Thanks a lot

Hi,
You need to put the image file to $OA_MEDIA folder of your jdeveloper i.e. ..\jdevhome\jdev\myhtml\OA_MEDIA
Set the image URI to
/OA_MEDIA/FileName.extn
Thanks,
Mukesh Uchaniya

Similar Messages

  • Importing RAW images from iPhoto to Elements 8

    I just successfully downloaded Elements 8 (the free trial version). I have an iMac, and until now have used iPhoto for all of my photo file storage and editing needs.
    I need to import some of my original RAW files from iPhoto into Elements 8. How is this accomplished?
    I got the images I wanted into Elements 8 by selecting all the images I wanted to import, then dragging and dropping. The result? The images all got imported into Elements 8, but they are showing up there as jPegs.
    The images were originally brought into iPhoto as RAW files, and I never converted them into jPegs, so they should still be RAW files in iPhoto. Why, then, do they show up in Elements 8 as jPegs? And how do I import directly from iPhoto into Elements 8 and keep the images being imported as RAW files?
    Any insights/help would be greatly appreciated.

    Using Photoshop (or Photoshop Elements) as Your Editor of Choice in iPhoto.
    1 - select Photoshop as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop. When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window that indicates that PS wants to save it as a PS formatted file. You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    NOTE: With Photoshop Elements 6 the Saving File preferences should be configured: "On First Save: Save Over Current File". Also I suggest the Maximize PSD File Compatabilty be set to Always.
    If you want to use both iPhoto's editing mode and PS without having to go back and forth to the Preference pane, once you've selected PS as your editor of choice, reset the Preferences back to "Open in main window". That will let you either edit in iPhoto (double click on the thumbnail) or in PS (Control-click on the thumbnail and seledt "Edit in external editor" in the Contextual menu). This way you get the best of both worlds
    2 - double click on the thumbnail in iPhoto to open it in Photoshop. When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window that indicates that PS wants to save it as a PS formatted file. You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..

  • Hi, I try to load a photo from desktop and Elements 12 opens up but the photo doesn't appear in the screen.  I used to get it but lately they don't appear.

    I click on one of my photos on desktop and Elements 12 opens up but the photo doesn't appear on the screen.  I was getting it before but it doesn't come through now.

    Which operating system are you running on?
    How are you trying to open the photos?
    - from windows explorer? - double licking or right clicking and selecting Open with?
    - by loading the editor and go to File -> Open?
    Looking back at your other threads you seem to have had this problem before - what keeps changing?
    Brian

  • Displaying images in VBOX mxml element

    hi,
    i am new to flex.i am using flex builder 3.
    i want to disply sime images in a VBOX element. i have image URLs and image names with me in an arraycollection. i should disply the images side by side and VBOX should have scroll bar.
    thanks
    sankar

    If you want the images side-by-side, don't you want an HBox? Anyway, here's some code to answer your question.
    The scrollbar won't display unless the images do not display within the HBox width. You can force the scrollbar to display always by setting the HBox horizontalScrollPolicy property to "on".
    You might want to use a HorizontalList control instead.
    Below I have hard coded indexes and also used a repeater in the HBox.
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
      verticalGap="30">
      <mx:Script><![CDATA[
        import mx.collections.ArrayCollection;
        [Bindable] private var imgs:ArrayCollection = new ArrayCollection([
          {name: "red", path: "images/red.png"},
          {name: "green", path: "images/green.png"},
          {name: "blue", path: "images/blue.png"}
      ]]></mx:Script>
      <mx:HBox>
        <mx:Image source="{imgs.getItemAt(0).path}"/>
        <mx:Image source="{imgs.getItemAt(1).path}"/>
        <mx:Image source="{imgs.getItemAt(2).path}"/>
      </mx:HBox>
      <mx:HBox horizontalScrollPolicy="on">
        <mx:Image source="{imgs.getItemAt(0).path}"/>
        <mx:Image source="{imgs.getItemAt(1).path}"/>
        <mx:Image source="{imgs.getItemAt(2).path}"/>
      </mx:HBox>
      <mx:HBox>
        <mx:Repeater id="rp" dataProvider="{imgs}">
          <mx:Image source="{rp.currentItem.path}"/>
        </mx:Repeater>
      </mx:HBox>
      <mx:HorizontalList dataProvider="{imgs}" columnCount="3">
        <mx:itemRenderer>
          <mx:Component>
            <mx:Image source="{data.path}"/>
          </mx:Component>
        </mx:itemRenderer>
      </mx:HorizontalList>
    </mx:Application>
    If this post answers your question or helps, please mark it as such. Thanks!
    http://www.chikaradev.com
    Adobe Flex Development and Support Services

  • Drag and Drop image to desktop == Zero Byte File

    Drag and Drop image to desktop == Zero Byte File
    == This happened ==
    Every time Firefox opened
    == FireFox 3.6 OR Windows 7 64

    i have the same problem and Sun doesn't seem to have an answer to this question. The DnD works in Mac OS, but not on Window 2000/XP.

  • Using many images in a "Text element"

    Hi,
    I'd like your advices and tips about how using multiples images in a Text element. In fact, i'm not completely satisfied with the default Rich Text Editor because when you when to use an image you have to know in advance the url of it...
    I tried to use FCK editor but there is no link between the images uploaded and the portal elements. So it's really hard to maintain.
    Can you explain me how your webmasters include multiples images in a text element ? In my dreams, i wish i had a button which will display all elements of type "Image" (which can be located in a single page)
    Thanks in advance
    Max.

    Hi,
    I'd like your advices and tips about how using multiples images in a Text element. In fact, i'm not completely satisfied with the default Rich Text Editor because when you when to use an image you have to know in advance the url of it...
    I tried to use FCK editor but there is no link between the images uploaded and the portal elements. So it's really hard to maintain.
    Can you explain me how your webmasters include multiples images in a text element ? In my dreams, i wish i had a button which will display all elements of type "Image" (which can be located in a single page)
    Thanks in advance
    Max.

  • Stop people copying/saveas your images to desktop in iWeb

    Hi All,
    Is there a way to stop people copying an image to desktop or doing save image as in iWeb?

    Here's a post of mine that may give insight :
    [Encrypting Images|http://discussions.apple.com/thread.jspa?messageID=12018618&#12018618]

  • Still images get mixed - Premiere elements 9

    I make a series of say 3 or 4 still jpg images as titles for my movie. All with identical background but with different text. When I drag them to the timeline the first one persists but the others in the sequence will not show when I play them in the preview window. This does not happen if the images are completley different. Renaming the files has no effect. What is happening?

    Bob,
    I understand what you mean about the appearance of movie clips in the timeline, I don’t think that is the problem. With every other video editor I have used if I drag a number of still images into the timeline they will all behave like separate clips for however longer I want them and they will each show up in the timeline and in the preview window as I scrub along. At the moment instead of a mini movie of 4 still images I get a movie of the first image in the line repeated for times. The other image files are named in the timelinebut cannot be viewed in the edit and they don’t appear in the saved movie I am doing something wrong somewhere.
    Geoff
    .From: N9JCR
    Sent: Sunday, March 04, 2012 2:49 PM
    To: tangledbliss
    Subject: Still images get mixed - Premiere elements 9
          Re: Still images get mixed - Premiere elements 9
          created by N9JCR in Premiere Elements - View the full discussion

  • Can I download tutorial images for Adobe Photoshop Elements 2 online?

    Can I download tutorial images for Adobe Photoshop Elements 2 online?

    I'm not sure which images your referring to, unless you mean the ones referenced in the pse 2 help under Photoshop Elements 2.0 Tutorials
    (or some that may have been available thru the pse 2 updater)
    In the folder that photoshop elements 2 installs into, there are some Samples and Tutorial folders with some of those files.
    On a windows machine look in either
    C:\Program Files (x86)\Adobe\Photoshop Elements 2
    or
    C:\Program Files\Adobe\Photoshop Elements 2
    Also, on the pse 2 install cd, there are some images in the Goodies>Stock Art folder

  • How do I change the raw image to jpeg with element 6

    How do I change the raw image to jpeg using element 6?  I am using a canon 10D camera.

    From the Editor choose:
    File >> Open
    Then navigate to your raw file
    When the image appears in the converter use the sliders to make your raw adjustments, then click open image.
    From the Editor use:
    File >> Save As >> jpeg
     

  • The float in windows option is grey and not accessable ? How can I copy from one image to another ? Elements 11

    The float all in windows option is grey and not accessible ? How can I copy from one image to another ? Elements 11

    You really are not getting this.
    "I guess I am still completely shocked that as a parent we can't download something for everyone to use."
    Why do you continue to think this although we keep telling you that this is not the case.
    You do NOT have to purchase anything twice.  You can share the music with as many ipods as you like in your household.
    The ipods are designed to sync with your computer regularly.  You should have been syncing these other ipods with your computer all along, thus transferring the purchases to your computer where that music can be synced to as many ipods as you like.
    Take on of the ipods with the music in it.  Open itunes on your computer.  Plug in the ipod.  Do not sync.  Click File>Transfer Purchases  This will transfer the purchases from the ipod to the computer.  Make sure that you have authorized your account on the computer:  here are directions for that. http://support.apple.com/kb/HT1420
    Unplug the ipod.
    Plug in the other ipod with purchased music.  Do not sync.  Click File>Transfer Purchases  This will transfer purchases from the ipod to the computer.
    You can now plug in any of the ipods, select what you want to sync and sync.
    Have a look at the manual for the ipod.  http://manuals.info.apple.com/en_US/iPod_touch_iOS4_User_Guide.pdf

  • It is a suggestion on Adobe Dreamweaver:  Could you change the setting of the page or template; to a free platform?  example; move: images, tables and other elements all over the place covering the page. in order to facilitate the user in the design envir

    It is a suggestion on Adobe Dreamweaver:
    Could you change the setting of the page or template; to a free platform?
    example; move: images, tables and other elements all over the place covering the page. in order to facilitate the user in the design environment.
    free
    Thank you for your attention

    Adobe has been trying this and the product is called Muse ( Web design software | Download free Adobe Muse CC trial ).  It doesn't give you the control over the code that most developers prefer but it could help bridge the gap for design if that is what you are looking for.

  • I cannot get images to download to elements 9.

    I cannot get images to download with Elements 9 (Windows) the past two days.  I have degfragmented the computer 2X and downloaded Elements 9 2X...  Still will not download,  However, organizer opens as normal...

    From a storage card...  Have done this many times in the past...
    Date: Mon, 25 Mar 2013 12:53:48 -0700
    From: [email protected]
    To: [email protected]
    Subject: I cannot get images to download to elements 9.
        Re: I cannot get images to download to elements 9.
        created by 99jon in Photoshop Elements - View the full discussion
    Are you attempting to download from camera or storage card? Try copying the files to your hard drive and then use the Organizer menu: File >> Get Photos & Videos >> from Files & Folders
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5177741#5177741
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5177741#5177741
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5177741#5177741. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Elements by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Edit images in Adobe Photoshop Elements

    I am helping a student who is running iPhoto on Maverick.  He wants to edit his images in Photoshop Elements.  We set his preferences to do this but when he selects an image and clicks on Edit, all he gets is the welcome page of Photoshop Elements.  The image doesn't open in Elements.  What could we be doing wrong?
    Mary Lou

    Previous versions would install a folder with the file you want, Adobe Photoshop Elements Editor.app, buried one layer down in another folder named Support Files.  That's the one you want to select from iPhoto.
    I don't know if the layout of the installed files is the same with the newest version. However, the following may be of help:
    Using Photoshop or Photoshop Elements as Your Editor of Choice in iPhoto.
    1 - select Photoshop or Photoshop Elememts as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop.  When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window
    that indicates that  PS wants to save it as a PS formatted file.  You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    With Photoshop Elements  the Saving File preferences should be configured as shown:
    I also suggest the Maximize PSD File Compatabilty be set to Always.  In PSE’s General preference pane set the Color Picker to Apple as shown:
    Screenshots are from PSE 10
    Note 1:  to switch between iPhoto and PS or PSE as the editor of choice Control (right)-click on the thumbnail and select either Edit in iPhoto or Edit in External Editor from the contextual menu. If you use iPhoto to edit more than PSE re-select iPhoto in the iPhoto General preference pane. Then iPhoto will be the default editor and you can use the contextual menu to select PSE for your editor when desired.
    Note 2:  editing a RAW file with either PSE or PS creates a new file which must be saved outside of iPhoto, i.e. the Desktop, and imported as a new photo into the iPhoto Library.

  • Icons for images on desktop do not update when edited in Preview

    I didn't know what topic to put this in but I guess I consider this a Finder issue.
    Here's the problem: In both Leopard and Tiger, when I edit something in Preview and save it the little icon preview image on my desktop (you know, above the file name) does not change, even after I restart. I know the world isn't going to end because of it but it has gotten to the point where I'll edit things in Photoshop instead of Preview just to get the stupid icon to be accurate, otherwise I don't know if I've worked on a picture already or not. It would save me from a lot of time wasted booting up Photoshop just to crop an image.
    I also noticed that the Spotlight comments (when I use "get info" on the file) still describe the picture in its larger format before cropping. It just doesn't seem to update itself. The image I am looking at as an example is a PNG right now but I'm sure it has happened with jpegs as well. (generally I'll just go into Photoshop in the end and save from there to update the icon out of frustration)
    Can this be fixed? It would certainly make me enjoy using Preview a little more.
    I thought this would go away with a Leopard upgrade but it doesn't seem to.

    chakramchucker wrote:
    Is there a way to remove or replace the preview image manually, then?
    select the files with custom icons and enter commandoptioni.
    in the resulting info window select the little icon in the top left corner and press delete.

Maybe you are looking for

  • Windows 7 install pendrive not showing in boot of Macbook Pro 3,1

    Hi, I have a 2007 Macbook Pro, and my superdrive has been broken for a while now, but because of work reasons I have to Install Windows 7 in it. I have an external Samsung DVD drive, and I have created several install pendrives with every tool known,

  • How can I reduce the delay in availability of TV show ordered on ATV2?

    When I order a TV show from iTunes through the ATV2, it takes a long time for the show to be available. It will sometimes say over an hour to download, but usually it is less than this, but still can be 20 minutes before I can start watching the show

  • N96 Music Library Problems

    Hi Guys n Gals Have a problem with my music library it won't refresh. the refresh bar will come up but it doesn't update and doesn't finish I have to manually stop it. I have cleared the majority of my music on the phone all bar the preinstalled stuf

  • Switching from Flash-AS2 to Flex

    Hello !!! I am new in this flex tech I have made a project in AS2 with Flash. and communicating with the data through XMLs here is that link http://sanjoghelpline.in/Application_RWSS/default.asp Now I have to play with large set of data with graphs,

  • Purchase Order Pricing Procedure

    Can someone send me the path to maintain and enhance the purchase order pricing procedure. Will reward Thanks, Richard