Where with images

I need place images of own buttons into apex 2.2. Probably I place them into database as blob. I have a question. Is it possible to make it better?

Robert E. Burdick have you installed Photoshop Lightroom on your laptop?  You can find details on how to install Photoshop Lightroom 5 at Install and update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html.

Similar Messages

  • Problem with images in swing

    I have a game that uses images. Ive created imageIcons and Jlabels, and it all works fine with the full path name of the image file such as
    static String fgFile = "C:/Documents and Settings/Gareth/My Documents/My Uni Work/rocket.gif";but when i try to make the program look in another folder (where the image is also stored) images using the folowing code it does not work.
    static String fgFile = "/Image/rocket.gif";i have also tried putting ./ and ../ as advised by a friend but nothing works.
    The game works fin on my computer but i need to make it work when on a CD
    please help

    Fixed files like images should always be picked up with getResource() e.g.
    ImageIcon rocket = new ImageIcon(getClass().getResource("rocket.gif"));That will look for the rocket.gif file from the classpath, just the way it looked for the .class file of the class in which it occurs. If you put the rocket.gif in the same place as the class file it'll always find it, even if it's in a jar or on-line.
    getResource returns a URL but the image loading functions all accept URLs for this very reason.

  • Problem with Image file

    Hi,
    Iam facing with one problem.I have one swing interface through which I can upload files(back end servlet programme).Now I can upload all types of file but problem with image file it uploading perfectly that means size of the uploaded file is ok but its format damaged.It can not be open.My backend servlet programme is ok coz i tested it with html form it is working perfectly.Problem with swing interface.Plz guide me where I done a mistake.Below r my codes:-
    ImageIcon Upload=new ImageIcon("images/Upload.gif");
         Button=new JButton(Upload);
         Button.setToolTipText("Upload");
    Button.addActionListener(new ActionListener()
    public void actionPerformed(ActionEvent e)
              int returnVal = fc.showOpenDialog(ActionDemo4.this);
              if (returnVal == JFileChooser.APPROVE_OPTION) {
              File file = fc.getSelectedFile();
    String aa=file.getAbsolutePath();
              textArea3.append(aa);
                   textArea2.append("Local URL:");
    long l=file.length();
              try
              byte buff[]=new byte[(int)file.length()];
              InputStream fileIn=new FileInputStream(aa);
              int i=fileIn.read(buff);
              String conffile=new String(buff);
              String str1=textArea10.getText();
    url = new URL ("http://127.0.0.1:7001/servletUpload?x="+str1);
         urlConn = url.openConnection();
         urlConn.setDoInput (true);
         urlConn.setDoOutput (true);
         urlConn.setUseCaches (false);
         urlConn.setRequestProperty("Content-Type","multipart/form-data;boundry=-----------------------------7d11e410e500f2");
         printout = new DataOutputStream (urlConn.getOutputStream ());
    String content ="-----------------------------7d11e410e500f2\r\n"+"Content-Disposition: form-data;"+"name=\"upload\"; filename=\""+aa+"\"\r\n"+"Content-Type: application/octet-strem\r\n\r\n\r\n"+conffile+"-----------------------------7d11e410e500f2--\r\n";
    printout.writeBytes(content);
    printout.flush ();
    printout.close ();
    Best Regards
    Bikash

    The errors are here:
              byte buff[]=new byte[(int)file.length()];
              InputStream fileIn=new FileInputStream(aa);
              int i=fileIn.read(buff);
              String conffile=new String(buff); (conffile is a String object containing the image)
    and here:
    String content ="-----------------------------7d11e410e500f2\r\n"+"Con
    ent-Disposition: form-data;"+"name=\"upload\";
    filename=\""+aa+"\"\r\n"+"Content-Type:
    application/octet-strem\r\n\r\n\r\n"+conffile+"--------
    --------------------7d11e410e500f2--\r\n";
    printout.writeBytes(content);conffie is sent to the server but
    it's non possible to treat binary data as String!
    Image files must be sent as byte[] NOT as String ......

  • Problem with image transparency in Director

    We want to use some Photoshop images with some transparency and gradients
    (ie foreground color to transparent background) in a project where the image
    will be placed over various other background images (the background images
    will show through the transparenct areas).
    When we import the file (in p/shop format - selected as 32 bit),and it's
    placed onto the stage the "transparent" areas of the image are not fully transparent
    - there is a slight 'lightening' of the pixels in the transparent areas (this doesn't show
    up when the image is viewed in Photoshop)
    Can anyone explain what is happening here?

    What happens if you save as PNG out of PS and import that?

  • Problem with image capture

    I am having a weird issue with Image capture. When I connect my digital camera, my computer does not always recognize that there is a digital camera being attached, so I can not get the camera to mount and get the pictures of the camera.
    It is not a cable issue. The camera mounts instantly when I use a Win 2000 machine that I have at work using the same cable. I have tried to reformat the SD card several times.
    I have OS 10.4.8 on a 17 inch iMac Rev B). I have iPhoto v 5.0.4. This used to work very well initially, and has steadily gotten worse.
    Any tips? Thanks
    17 iMac Rev B   Mac OS X (10.4.1)  

    Hi, Romulo.
    1. What make/model of camera? Is it listed on the Mac OS X Digital Camera Support page?
    2. Since you've mentioned Image Capture, I presume you do not mean iPhoto, i.e. you expect the Image Capture application (located in the Macintosh HD > Applications folder) to launch when you connect the camera. Is the camera recognized in iPhoto?
    3. Try connecting the camera to a different USB port on your Mac. If you're connecting the camera to a USB hub (and your keyboard is a USB hub), try connecting the camera to a USB port directly on your Mac.
    4. Is the camera battery fully charged, or is the camera powered via an AC power supply when you connect it to the Mac?
    5. Try deleting the Image Capture preferences. There are at least four preferences files associated with Image Capture:• The file com.apple.ImageCaptureApp.plist in your Home > Library > Preferences folder.
    •  In your Home > Library > Preferences > ByHost folder, the files:• com.apple.ImageCapture2.xxx.plist
    • com.apple.ImageCaptureExtension2.xxx.plist
    • com.apple.ImageCaptureCamera.xxx.plist
    where xxx is an alphanumeric string.6. You indicated the problem is intermittent: are you using certain other USB peripherals when the problem occurs vs. when it does not?
    7. Immediately after the problem occurs, check the ends of these Console logs for clues. Clues might include messages related to Image Capture or USB at the time the problem occurs.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • Importing Microsoft Word document with images to InDesign CS5

    Hey,
    I'm trying to import a MS Word document that contains inline images to InDesign CS5.
    I tried File->Place with checking "Import Inline Graphics" but unfortunately it imports the document without the images, there are blank regions where the images are suppose to be.
    Any ideas?
    Thank you,
    Kathy

    Yes, aligning image on its own paragraph works, I will skip wraping text inside paragraph, this can be done inside InDesign. Here is one part of Internet PDF books I am talking about, both are in Serbian http://issuu.com/bojan_zivkovic/docs/prikazivanje_slika_u_adobe_photoshop_elements - word + indesign, http://www.scribd.com/doc/49583823/Nau%C4%8Dite-Adobe-Photoshop   - indesign only
    Basicaly I am writing tutorials then turn them into PDF books, for now.
    Thank you, I never try to insert image on its own paragraph.

  • Report with images that are on a directory

    I want to create a report with images that are on a directory
    of the application server ...
    It is possible ??

    The version is Application Server 9.0.4 and 10G
    but i think that it is no important
    The report run on the same server where there is the Directory.

  • Report with image / howto use nvl

    HI to all,
    i'm playing aroun with image inside a report:
    I would like to use an nvl function with an image: here the code, taken from an example app:
    select
    "PHOTO_CATALOG_ID",
    "PHOTO_NAME",
    "DESCRIPTION",
    "UPLOADED_ON",
    "MIME_TYPE",
    '<img src="#OWNER#.display_thumb?p_photo_id=' || nvl(PHOTO_CATALOG_ID,0) || ' "/ WIDTH=100 HEIGHT=100>' thumbnail
    from "PHOTO_CATALOG"
    where
    instr(upper("PHOTO_NAME"),upper(nvl(:P1_REPORT_SEARCH,"PHOTO_NAME"))) > 0 or
    instr(upper("DESCRIPTION"),upper(nvl(:P1_REPORT_SEARCH,"DESCRIPTION"))) > 0 or
    instr(upper("MIME_TYPE"),upper(nvl(:P1_REPORT_SEARCH,"MIME_TYPE"))) > 0
    I would like to have a fixed grid of image 6 col * 2 row: that's quite easy however what doesn't work is nvl(PHOTO_CATALOG_ID,0): i got a missing image, but image with photo_catalog_id=0 isn't taken at all.
    For image =0 i've uploaded a white image.
    Anywhere if someone has another solution / idea for making a thumbnail like app in apex, wasn't bad to hear...
    However: i don't want a report with an image col. I want different image (let's say that i would like to have the grid 6col * 2 row) with pagination style.
    Each image should stay in a row of image table.
    Thanks a lot

    Guys,
    i haven't seen there was album v2 on application express studio: maybe this is what i am looking for.
    bye

  • Problems with "Image adjustments" in print menu

    I am having roblems with "Image adjustments" in the Aperture print menu.  When I try to use Brightness, Contrast or Saturation in the Image Ajustment section of the Print menu I get a white screen where my photo to print had been.  When I uncheck the Image Ajustments block my photo returns. 
    Has anyone else had this problem, and/or can anyone suggest a fix?  Thanks in advance

    Not seeing that here. 10.9.2 and 3.5.1
    Does it happen with all images? If so create a new library import an image into it and see if the problem still happens.
    If it happens with a new library try a doing it as a different user. Either use the Guest account or make a new user, make a nee library, import an image and try it.
    If it happens with just the one library try a library repair. If it happens with multiple libraries but just in the one user account try moving the Aperture preference file out.
    If it happens with he new user also try reinstalling Aperture.
    See Aperture 3: Troubleshooting Basics for direction on doing a repair or moving the preference file.
    post back if you still have the problem
    regards

  • Help with Images Maps,

    Hi,
    I have an HTML page where an IMG is loaded:
    <img src="images/renders/Main_Image.jpeg" alt="Main Image" name="Main_IMG" width="800" height="600" border="0" usemap="#Main_MAP" id="Main_IMG" />
    Then I have 4 images maps laid on top of the image:
    <map name="Main_MAP" id="Main_MAP">
      <area shape="poly" coords="--some numbers--" href="Area1.html" target="_parent" alt="Area1 Button" />
      <area shape="poly" coords="--some numbers--" href="Area2.html" target="_parent" alt="Area2 Button"  />
      <area shape="poly" coords="--some numbers--" href="Area3.html" target="_parent" alt="Area3 Button" />
      <area shape="poly" coords="--some numbers" href="Area4.html" target="_parent" alt="Area4 Button"/>
    </map>
    See Example:
    Each area is essentially an invisible button. I want to make it so when the mouse hovers over the areas, I want the background image to display something different. On mouse out of the area, I want the image to go back. When the user clicks the Area, the user is moved to another part of the site.
    Area 1 should change Main_Image.jpeg to Main_Image1.jpeg
    Area 2 should change Main_Image.jpeg to Main_Image2.jpeg
    etc.
    I thought I could do this with Images Maps, but I can't figure out how. Is there an easier way? I have Dreamweaver CS4.
    Thank you in advance!

    Hey CF. Thank you very much for the reply! I thought I was losing my mind trying to figure out a way.
    I'll try out the slice and dice approach... where's a turtle when you need one.
    Cheers Dude.
    S

  • Issue with Image Loader in 14.0

    Hi All,
    In our application, we have a custom function module in ECC, which is passing the URL of an image uploaded on the content management server(KPRO). Custom FM calls 'SDOK_PHIO_GET_URL_FOR_GET' to get the URL of the image.
    When we execute the FM in ECC, we get the URL as:
    http://gbswidkprodb01.global.rexam.net:81/ContentServer/ContentServer.dll?get&pVersion=0046&contRep=YA&docId=001F296E9EB61ED3B6F490000438C20C&compId=TJ12A.jpg&accessMode=r&authId=CN%3DBC3,OU%3DI0520020335,OU%3DSAPWebAS,O%3DSAPTrustCommunity,C%3DDE&expirat
    when I use this URL in the browser the image gets loaded in browser.
    When I capture the output of JCO call in write file URL returned from FM is:
    http://<server>:81/ContentServer/ContentServer.dll?get&amp;pVersion=0046&amp;contRep=YA&amp;docId=001F296E9EB61ED3B6F490000438C20C&amp;compId=TJ12A.jpg&amp;accessMode=r&amp;authId=CN%3DBC3,OU%3DI0520020335,OU%3DSAPWebAS,O%3DSAPTrustCommunity,C%3DDE&amp;expiration=20140617181313&amp;secKey=MIIBUgYJKoZIhvcNAQcCoIIBQzCCAT8CAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGCAR4wggEaAgEBMG8wZDELMAkGA1UEBhMCREUxHDAaBgNVBAoTE1NBUCBUcnVzdCBDb21tdW5pdHkxEzARBgNVBAsTClNBUCBXZWIgQVMxFDASBgNVBAsTC0kwNTIwMDIwMzM1MQwwCgYDVQQDEwNCQzMCByASCCcTUiEwCQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTE0MDYxNzE2MTMxM1owIwYJKoZIhvcNAQkEMRYEFM%2FKd4MzWL0y1KfF58AHNg9PYqOlMAkGByqGSM44BAMELzAtAhUAtqASnXbD3E2ZM8EhG%2FLxgJhKCs0CFH0qFlBxzWlzS8kjeFw3kad63SHW
    when I use this URL in the browser I get 'HTTP 400' error.
    Using either of the two URL's in the image loader I get the error:
    [WARN] [ImageLoader_0]ImageLoader_0 Status: 400 - (bad request)
    We are currently on SAP MII 14.0 SP05(patch 3).
    Thanks in advance for your help.
    Regards,
    Darshan

    Sam,
    I tried logging in to ECC with the same user as the one that is making the Jco connection and it is giving the same URL which i was getting earlier when i was executing the FM with my user id. I am testing the FM through SE37.
    There is no logic in the custom BAPI to replace the <server> keyword. Based on the image name, it gives the URL of where the image is stored on the KPRO server.
    Could not find URL Decode function in the MII link editor, i believe it is the decode function which you are referring to. Even that is not working. If it is something other than this, do let me know.
    PS: This works fine in the 11.5 system from which we have upgraded to 14.0.
    regards,
    darshan

  • I cannot see imbedded images in Word, just lines where the image should be

    MacBook Pro 2.8 GHz Intel Core i7 - 16GB 1333 MHz DDR3- OS X 10.9.4
    Microsoft Office 2011 - "Problems with Word"
    We have a software application that creates DOCX files. Most of the document is fine but where there are imbedded images the images are not there, when we use two fingers on the tracking pad lines appear where the image is supposed to be. I have checked Word (Preferences) and Image Placeholders is not checked, Drawings is checked.
    I have seen other posts regarding this problem but cannot find the solution. Does anyone know how to fix?

    If you right-click the image in Internet Explorer and check its Properties, is it on the same server as the page or on a different server? Do both have a matching protocol (e.g., HTTP or HTTPS)?
    More generally: When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    "3-bar" menu button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Then try reloading the page. Does that help?

  • Reporting with images/ access-permission issue

    Hi All,
    We created a Crystal Report that contains images for each row. And the report goes to shared folder location to find the related images for each row.
    We are trying to set the permissions on this file location and for that we created a user group contains people who is supposed to run this report. However we noticed that when we run the report, report is trying to access to this file location with some other ID (probably a background user) not with the users ID.
    Even though my ID is in the security group when I run the report I don't see the images. But I am able to see the images if I preview it directly in the file location.
    Now we need to add this background user to the security group to resolve the issue. Does anyone know what this user ID could be?
    I appreciate any help.
    Regards

    Hello,
    Now that we know it's a problem with BOE I moved your post to the BOE Admin forum.
    The Server are running under the local System Account unless you change it. Go into the CMC and have a look at the Job Server for scheduling or the RAS server for running on Demand reports. You need to give the Local System Account access to where the images are saved as well as the WEB server, which ever one you are using.
    Check the WEB server and give it access to the Image Folder as well.
    Thanks again
    Don

  • Working with images - Rotation and Movement

    Hello there,
    I have this problem that I cant seem to solve:
    I need to be able to move an image arround and there are restrictions to where image should be able to move: at any given time, when dragging, image should always cover whole body of a given border_container, this is simply achieved by sending a rectangle to the startDrag function, which will specify where the image is allowed to move. I got that part right, and its working, the problem arrise when I try to rotate the border_container (with the image), it should still be only possible to drag image so it all the time covers the body of the border_container, but I don't know how to do it.
    Code I use looks something like this:
    image.startDrag(getImageDragRectangle());
    protected function getImageDragRectangle():Rectangle
         return new Rectangle(
              this.width-image.contentWidth + x,
              this.height-image.contentHeight + y,
              Math.abs(this.width-image.contentWidth),
              Math.abs(this.height-image.contentHeight));
    Edit: image is not inside the border_container (not sure how relevant it is..)
    Could anyone help me out here and give me any hints or suggestions how I could fix it?

    You would have to write the image to a temporary file so that the browser could read it off the server. Browsers do not have access to the database, so there's no way to get the image from the database to the browser without using some sort of interim solution.
    ~Jer

  • Can we replace OTR text with Images?

    Hi All,
    I just wanted to know can we replace OTR text with Images?
    or
    Can we define an image as an OTR text? so that it can be placed in the page where OTR text is used.
    regards...
    Ravi

    Hi Ravi,
    it is possible to replace an OTR Text with an image.
    You first have to define the Link in the OTR Text where your image is located. This can be everywhere in the Internet or better on a secured intranet server which everyone can reach easily without permission problems. Maybe in the DMZ.
    You can even link it into the MIME Repository of your SAP System as well.
    Then you have to put that OTR Text into a
    <htmlb:textview> Tag and ensure that the switch
    " encode = "TRUE" is enabled.
    Well thats all.
    Keep in mind that the a different language, set in the Internet Explorer or other viewing instances, disables the link if it not "translated" into that language.
    This can also be an advantage if you got multilingual fixed pictures with drawn text in it.
    I suggest you put all your links ( with a Value Field and at least a name field) into a seperate table into the repository for easy maintaining.
    Greetings,
    Dominik
    Edited by: Dominik Lemke on Dec 19, 2007 12:02 PM

Maybe you are looking for

  • HP Photosmart C7200 series will not install on HP TouchSmart PC windows 7

    I just bought a HP Touchsmart computer.  I have a HP Photosmart C7200 series printer.  The cd for this  printer will not install because it does not support windows 7.  Is there a fix for this.

  • There are no songs in my itunes library found when selecting autofill, and dragging songs into device does not do anything now what?

    when i hit auto fill under music it just says Itunes cannot add any song to "___'s Iphone" because no songs in your itunes library could be found. there clearly is an anbundance of music that I have been syncing all the time, I have not the slightest

  • Send multiple records to rfc without using BPM

    Dear Experts, Could you please help on the following scenario. I need to send multiple customer master data records from a file  to rfc without using BPM. The following is the mapping i am using source                                                

  • IPhone 3G and Outlook 2007

    I've googled around and found there was/is an issue with Syncing the Calendars between the phone and the PC. Is this still the case or has it been sorted out now? Can you save items to the phone from emails yet or is that still crippled? I had an iPh

  • New WRT-160 V2 firmware posted

    New WRT-160N V2 firmware (build 15) is posted.  http://www.linksysbycisco.com/US/en/support/WRT160N/download I have had it up (as a beta) for three week, no problems  I used Firefox to install / flash instead of Safari///