.gif files not displaying right

For some reason when I import my .gif files they have ragged
edges, even if the files themselves have smooth edges. I'm not
really sure why it is doing this because the files look fine in
other applications. Does anyone have any idea why it does this or
how I can fix it?

It could be that you need to save the gif with a Matt the
same color as the background of the flash file. But you might as
well use PNG format. It works really well with flash.

Similar Messages

  • Gif files not displayed in external browser for Web interface builder

    Hello all,
    I have generated a bsp application and when i open it in my external broswer some of the gifs are not opening. icon_open.gif for variables,  navigation buttons up.gif, down.gif, s_b_delr.gif in excel based layout. I think its accessing the correct url. in my case http://........sapbD1lbiZjPTEwMCZkPW1pbiZ3PTEzOTM3ODAr)/bc/bsp/sap/PUBLIC/BC/BSP/Icons/icon_open.gif. Has any one come across this problem. We are on netweaver 04 and SEM 4.0 addon. Any feedback is appreciated.
    Thanks
    Sathya
    Message was edited by: sathya gnanavelu
    Message was edited by: sathya gnanavelu

    Hi Sathya,
    It may be that your services are not active.
    Go to transaction code SICF and look (do a search) for the following:
    Services UR and SEM_UPWB. They should be bold. If not, right-click and select activate in order to activate them.
    Regards,
    Rael

  • Why java only can display GIF file not jpeg and BMP ??

    Did anyone know why java only can display GIF file not in jpeg and BMP ?? This is because the quality of GIS is not as good as Jpeg and BMP
    any code to load the display process ??
    thx guys !!!

    you can do jpegs but im not sure about bmps.
    The only thing ive noticed is that java cant support transparent jpegs, only transparent gifs
    Jim

  • How to to read/write GIf files (not animated)

    Hi,
         Is there a labview vi(s) that will read a gif file and display it and also that will wirte it? I am interested in non animated gifs.
         Louis

    Ben wrote:
    Well before Mike got carried away in this thread the answer to those questions was "NO".
    But if you check that thread you will see that Mike has already done half of the work (reading a gif).
    There is limited functionality for writing a GIFin LabVIEW, look in vi.lib\picture\gif.llb\Write GIF File.vi
    Message Edited by Phillip Brooks on 10-09-2008 04:24 PM
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

  • ICO file not displaying at run time?

    Hello Experts,
    I an using fusion 11.1.2.1 32 bit. I have Copied the Icons as well as GIF files in C:\Oracle\Middleware\Oracle_FRHome1\forms\java folder.
    At button property i set Iconic to yes
    and file = addrow
    Icon not display at run time.
    but when i set file = abc.GIF
    image is displaying at run time.
    My doubt is that ICO file not displaying at run time while GIF file are displaying.
    Do i need to change configuration ?
    Please do the needful.
    Thanks
    Yash

    Hi Yash,
    First Try this steps
    To resolve this issue, follow these steps:
    Double-click My Computer, and then click Options on the View menu.
    Verify that the Icon file type appears on the File Types tab. If the Icon file type does not appear in the Registered File Types box, skip to step 10.
    Click Icon in the Registered File Types box, and then click Edit.
    Verify that the following settings exist, and then click OK:
    The Description Of Type box contains Icon.
    If there is a Confirm Open After Download check box, it should be selected.
    If the settings do not appear exactly as listed in step 4, click Remove, click Yes, and then click OK. If the settings do appear as listed in step 4, skip to step 10.
    Click New Type.
    In the Description Of Type box, type Icon.
    In the Associated Extension box, type ICO.
    Click OK, and then click Close.
    Use Registry Editor to view theHKEY_CLASSES_ROOT\.icokey, and then verify that the default string contains the following value:icofileIf the .ico key does not exist, create it, and then insert the value listed above. If any other values exist in the .ico key, delete them.
    Use Registry Editor to view theHKEY_CLASSES_ROOT\icofilekey, and then verify that the default string contains the following value:iconIf the icofile key does not exist, create it, and then insert the value listed above. If any other values exist, delete them.
    Create a new key in the icofile key called DefaultIcon , and type %1 as this key's default value.
    Quit Registry Editor, and then restart your computer.
    Second Try this
    Simple way
    Copy your images to:
    1
    c:\Oracle\Middleware\as_1\forms\java\ 
    Notes:
    - Icon files may not be supported.
    - In case of a Java security issue when using gif images, you will need to create a jar file and sign it with oracles sign-tool (see below, point 6).
    - In case you having trouble with oracle’s sign-tool, do it directly with java’s
    Recommended way
    1. Create a “icons” folder and place all your gifs in there
    i.e. “c:\Oracle\Middleware\as_1\forms\java\<icons>”
    2. From within icons folder make a jar file of all the gif images:
    1
    jar -cvf frmicons.jar *.gif 
    3. Copy this new jar into “c:\Oracle\Middleware\as_1\forms\java\”
    4. Edit/update formsweb.cfg file:
    path = c:\Oracle\Middleware\user_projects\domains\<my_domain>\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_11.1.1\config\formsweb.cfg  …to update/include:
    1
    2
    3
    4
    5
    6
    7
    8
    9
    # Forms applet parameter 
    codebase=/forms/java
    # Forms applet parameter
    imageBase=codebase
    # Forms applet archive setting for other clients (Sun Java Plugin...etc)
    archive=frmall.jar,frmicons.jar
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar,frmicons.jar
    5. Edit/update Registry.dat file:
    path = c:\Oracle\Middleware\user_projects\domains\<my_domain>\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_11.1.1\config\forms\registry\oracle\forms\registry\Registry.dat
    1
    2
    default.icons.iconpath=icons/ 
    default.icons.iconextension=gif
    At this point your icons should work normally, but if you get a security check of Java for gif files then proceed to the next step to fix this. TIP: May need to restart the weblogic/forms server for changes to take effect.
    6. Sign your jar file with oracles sign_webutil.bat sign-tool.
    path = c:\Oracle\Middleware\asinst_1\bin\sign_webutil.bat
    Firstly, you need to edit the sign_webutil.bat as follows:
    1
    2
    3
    SET KEYSTORE_PASSWORD=my_password 
    SET JAR_KEY=webutil2 # will need to change for every run
    SET JAR_KEY_PASSWORD=my_password
    Secondly, set the environment path and finally run the command:
    1
    2
    3
    set path=c:\Oracle\Middleware\as_1\jdk\bin 
    cd c:\Oracle\Middleware\asinst_1\bin\
    sign_webutil c:\Oracle\Middleware\as_1\forms\java\my_icons.jar
    This will create your signed jar file. Once initialized from the web-app it should ask the user to “Trust” the certificate and never prompt again.
    Other issues you may encounter and may need to edit/update the following files/registry entries as well:
    formsweb.cfg
    path = c:\Oracle\Middleware\user_projects\domains\<my_domain>\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_11.1.1\config\formsweb.cfg
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    # Forms applet parameter 
    codebase=/forms/java
    # Forms applet parameter
    imageBase=codebase
    # Forms applet archive setting for other clients (Sun Java Plugin, ...etc)
    archive=frmall.jar, my_icons.jar
    ...or
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar, my_icons.jar
    Registry.dat
    path = c:\Oracle\Middleware\user_projects\domains\<my_domain>\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_11.1.1\config\forms\registry\oracle\forms\registry\Registry.dat
    1
    2
    default.icons.iconpath=/forms/java 
    default.icons.iconextension=gif
    Registry entries:
    1
    2
    UI_ICON:<path_to_icons_dir> 
    UI_ICON_EXTENSION: "gif": ".gif" "ico": ".ico"
    Credits and further information can be tracked for icons issue here and for jar file creation here.
    Hope this will help.

  • View the .rtf file not display the data in BI Publisher Enterprise.

    Hi,
    Platform: OBIEE 10g in NT XPsp2
    View the .rtf file not display the data in BI Publisher Enterprise.
    Step 1, I created Answer-request, create .rtf file with Word and add the request name, Add bar chart and table, preview PDF is working fine with data, Upload this template to Answers, View Template from Answer is working fine with data.
    Step 2, Answers – More Products > BI Publisher > My Folders > Create a new report > Edit > Data Model > New > Type: SQL Query > Data Source: Oracle BI EE > Query Builder > from SupplierSales assign Customer, Periods, Sales Facts (select Region, state, Year, Units Shipped) > Results > Save > Save
    Click Layouts > New > enter Name ….. > Click Layouts > borrows .rtf file in Manage T file > Upload > Save > Click View
    It is showing only the .rtf file without data. Why there is no data?
    Please guide me to solve this issue.
    Thanks,
    Jo

    Thanks for you reply,
    Our scenario is this report is basically a dissconnected mode report... we are developing these reports for mobile clients.
    We dint face this kind of issue while developing other reports.
    So please let us know if you have any idea on why we are facing this issue.
    Regards,
    Maneesh

  • Some .htm file not displaying in Topic List, but displaying in RH11 folder

    Hi All,
    We are running a project using RH 11, team consist of 3 person (include me)
    But we have problem with many  .htm file from my 1st coworker, file not displaying in Topic List in my Robohelp and 2nd coworker.
    Although we already get the latest file again and again
    But .htm file displaying in all our RH11 folder.
    In my 1st coworker RH, all file displaying in Topic List also RH11 folder, but when file generated then
    Many files from 1st coworker, hyperlink is not working well (broken link / file not found)
    Does anyone have experience about this problem
    Thanks

    First of all, make sure you do not have the following files in source control: .cpd, .pss, .ldb.
    These files contain local information that can cause problems when in source control.
    Then try this:
    Everyone deletes the .cpd file.
    Everyone gets the latest files for the whole project from source control.
    Open the project.
    Does everything now display correctly?
    If yes, you need to make sure you delete the cpd file before opening the project each day, and also during the day if you know a co-worker has made changes that you need. This file is a database which includes a list of all the files Robohelp knows about. When other people are adding and removing files, this information no longer matches properly. I recommend doing a Get Latest in these situations as well, just to make sure Robohelp can find the correct information.
    If you are still not seeing the correct files repeat the above process, but at step 2, pick the options to Overwrite local files. I can't say where you will see these options - they may be two checkboxes in a dialog box when you select Get Latest - it will depend on your source control application.
    Hope this helps.

  • Captivate 4 shortens timeline - elements are not displayed right anymore

    Hi there,
    I already searched the forum but couldn’t find an answer. Maybe someone of you can help me.
    I have a weird problem with the timeline – in short: it changes.
    I have some slides, based on imported Power Point slides. Within captivate I add some Audio (TTS), let appear images & textboxes simultaneously, add buttons etc.
    Sometimes I extend the slide duration (for example when slide transition is set to automatically).
    And now the problem that occurs: Captivate shortens the timeline – exactly to the length where the audio ends. Doing this causes that elements which are placed at the end of the slide are also shortened and not displayed right anymore.
    This is shown in the following screenshot. On the left side of the cursor you can see an image element that normally should fade in directly after the audio ends and should stay for 4 seconds.
    I couldn’t figure out when this happens. This means that I have to check every slide again to make sure that all elements are displayed right. Locking elements or the slide itself doesn't help.
    Does anybody know why this happens and how to avoid this? I am using Captivate 4 and publish as an .exe or an .swf
    Your help is appreciated. Thanks a lot!

    Hi Noel
    If you click Edit > Preferences > Global > Defaults do you have the option Calculate caption timing enabled?
    If so, that's likely your issue. Clear the option and your timing should stay put when you make edits.
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • Files not displaying in list view?

    I recently upgraded my MacPro (early 2008 8core) from Snow Leopard (10.6.8)  to Lion.
    At first i wanted to do a fresh install on my machine but soon realised it wasnt possible to import old accounts from another internal drive so i opted to upgrade the system instead.
    After doing so I was faced with an odd problem of files not displaying in my finder windows when switching through internal drives or changing from 'file view' to 'list view' or 'column view' etc...
    The attached screenshots were taken in sequence youll also note that the path bar & top window name dont update either.
    The relevant drives are in healthy condition with several tests run over them to ensure their healthy(Disk Utility & Drive Genius). I have also run permissions repair, and a utility to empty cahces etc (OnyX). From what i can see its possibly something to do with the Finder not updating or refreshing the window? The issue seems to be isolated to the drives however intermittently the problem exists deeper into the directory on 'TerraTank' Volume.
    The finder also crashes semi-frequently and the problem seems to dispaear for a while and revealing the contents of these volumes for a few mins.
    I have also checked activity monitor to see if any particular process was going haywire and all seemed relativly normal.
    Has anyone else experienced this problem?
    Regards,
    JP

    Onyx may be causing problems.  Don't use it on a non-backed up system, as cleaning caches may damage them, and make things not work.    Make sure your Spotlight indexes all drives you wish to be searchable.  Go to Apple menu -> System Preferences -> Spotlight and add each hard drive to the Privacy section, and then remove it again.  Then click on the Spotlight menu every half hour to see when it stops saying that it is indexing.  It might take a few hours.  But once done, it should be fixed.

  • Flash files not displaying in Firefox, Safari, and Opera. Most recent Shockwave installed, private b

    Flash files not displaying in Firefox, Safari, and Opera. Most recent Shockwave installed, private browsing active in Firefox?  Works perfectly in Chrome and Internet Explorer.  HELP!!!!

    I suppose it would have helped if you knew what it was supposed to look like!   I'm using Shockwave Flash 11.7.700.169  and the version of Firefox I'm on is 20.0
    When you see it in Firefox  - do the thumbnail populate the grid?  See attached populated and un-populated.
    Populated grid is with Chrome.
    Thanks!
    Thanks in advance!

  • .nef files not displayed in my content window!

    .nef files not displayed in my content window. I just want to work, not screw around fixing thing. How come the .nef files won't display anymore? The new .nef files don't display.
    Thanks for your help.
    --max

    Well, I'm afraid I'm not going to be a lot of help. From what I see, if everything is installed correctly it should be working. I know that there has been a few challenges associated with Vista, but I don't know enough about that aspect to really comment. I'm still using Windows XP.
    As far as Camera Raw is concerned, there have been four updates since CS3 was released. If you haven't done any updates you are probably in for a pleasant surprise. New controls have been added that most people have found to be quite valuable. The most current version of Camera Raw is 4.3.1. The first thing I would suggest is for you to download that update and get it installed and see it that makes a difference.
    I know you indicated that you don't want to have to do a lot of fine tuning of the program. But Adobe Camera Raw (ACR) is updated frequently, and you always want to make sure you have the most current version. If the new version of ACR doesn't resolve your issues the problem "might" be related to Vista. And I'm afraid I cannot help you with that at all.

  • Mpower max 780 lightning UEFI not displayed right and windows 8.1 no DVI-input

    Hi all,
    I’m new to the forum, I’m very sorry that my first post is the posting of a problem.
    I’ve read several treads just to be sure I’m not asking the same question twice.
    In this case I have 2 problems, both are problems more users have issues with but not as a combination of both, that’s why I posted it.
    I’ll start with my rig:
    Intel i7 4770K
    MSI Z87 Mpower Max
    MSI Geforce GTX 780 lightning
    Crucial Ballistix tactical BLT2C8G3D1608ET3LX0CEU
    Crucial 2.5" M500 480GB
    Seagate Barracuda 7200.14
    Seasonic Platinum Series 860 Watt
    Asus VG248QE monitor
    The problems
    After installing my rig myself I stated it up and everything worked fine.
    Installed windows 8.1
    Installed a few games (I couldn’t wait to try it out)
    Then after shutting down and starting up de the next day the problems started
    The bios screen wasn’t displayed right:
    - Resolution isn’t correct
    - Getting art-effects when trying to adjust a setting in the bios
    - When saving, bios is stopt working with an error message that the bin file is incorrect
     so setting up the bios is a big problem
    The second issue is that when I let it go and load windows 8.1:
    - It shows the partially BIOS image (big yellow M)
    - Then the windows logo with the loading circle
    - Followed by a black screen and my monitor telling me that there is no DVI signal
    What I’ve done so far:
    A windows 8.1 repair (so everything whipped) “fresh” install on my SSD then again install of the Nvidea driver.
    This worked for a hours of gaming funn, with 3 or 4 reboots of the system (so I thought problem fixed).
    Sadly not, I began to check the forums and found that I needed to run W8.1 in safemode to clear the Nvidea drivers en again install the latest version along with the Intel VGA drivers.
    I’ve tried that but no luck on that one.
    And yes I’ve tried to clear CMOS (several times)
    I’ve tried to flash the BIOS but I can’t select my USB drive when I press F11 (so I’ll be trying another USB stick soon)
    Getting the bootsequence to boot from USB isn’t an option also because of the bios screen issue.
    Does anyone have the same issues, or even better does anyone have a solution to all my troubles?
    Thanx,
    Quasi

    Quote from: flobelix on 22-November-13, 02:03:09
    Ok it is in legacy mode then. Waiting for your report. If it comes up on the igpu also check the bios version. Would be better than guessing.
    Oke tested the HDMI cable, after starting up finally i got a normal BIOS view again.
    BIOS Version E7815IMS V1.2 (so it's 1.2 instead of 1.0) so much for guessing...
    As expected windows started normally in high resolution.
    So i think the problem is that the MB bios doesn't work wel with the videocard or the videocard is DOA.
    any thoughts for the next step?

  • Unable to open PNG files "not the right kind of document"

    I just noticed this error today when I tried to open several PNG files, some of which I created with Photoshop: "Could not complete your request because it is not the right kind of document".
    I'm running Photoshop 9.0.2 on Windows XP Pro. Opening other file types (gif, jpg) works fine. I also noticed that in the save as dialog box that PNG is not a listed file type.

    PNG certainly is listed as a file type. I have saved many of them using Save As, many quite recently, using PSCS3; and I just did a couple in PSCS2. Here's the Save As box in PSCS2 with an 8-bit flattened image being saved as PNG:
    <br />
    <a href="http://www.pixentral.com/show.php?picture=1PSNAANh2tPbX1MMDLjmQLbHFqm91" /></a>
    <img alt="Picture hosted by Pixentral" src="http://www.pixentral.com/hosted/1PSNAANh2tPbX1MMDLjmQLbHFqm91_thumb.png" border="0" />
    <br />And here's the Save As box in CS2 with a 16-bit layered image being saved as PNG:
    <br />
    <a href="http://www.pixentral.com/show.php?picture=145dp6qArIbj9k8JG23J1jGojM4imR1" /></a>
    <img alt="Picture hosted by Pixentral" src="http://www.pixentral.com/hosted/145dp6qArIbj9k8JG23J1jGojM4imR1_thumb.png" border="0" />
    <br />
    <br />Both PNG images opened properly. The second one opened as 16-bit, flattened (layers aren't preserved in PNG).
    <br />
    <br />And both of the above images were Saved As PNG from PSCS2, also.

  • Colors in pdf files not displayed correctly on linux acroread

    I have recently observed that the colors in certain pdf files are not displayed correctly in acroread on Linux. Other readers such as evince get it right. Examples are a presentation with white arrows on  a black background which come out as black on black. I suspect, but have not proved, that the files were produced on Mac OS. I see this in acroread version 9.5.1 on a couple of versions of Linux. I googled this but could find no-one else mentioning it. Has anyone else seen it. Looks like a serious bug to me.

    Does this happen with other PDFs on the server? You might check out the Adobe forums.
    Regards, Tim

  • Uploaded image files not displayed correctly

    Hello everyone,
    I used the following article(on o'reilly) as reference for file upload:
    http://www.onjava.com/pub/a/onjava/2001/04/05/upload.html?page=1
    While it works fine for most files types, there are problems with image files.(I am using PrintStream, BufferedOutputStream,FileOutputStream to write the files on the server).
    When links to these image files are clicked, the uploaded gif and jpeg image files are not displayed correctly.When directly opening the files on the server, it gives a 'error opening file' message.But other word docs , text files do not give an error.
    If anyone else has come across the same problem and could help out , I would appreciate it.
    Thanks in advance.

    I do not want to enter into the logic which you are following to upload the file. I did the upload process successfully even as a blob datatype.
    For this I followed the logic given in http://www.java.isavvix.com/codeexchange/codeexchange-viewdetail.jsp?id=22.
    Here you can download the complete sourse code, which is working fine for gif and jpeg, I tested.
    Please go with this. Also let me know, if you still have problem.
    Regards.

Maybe you are looking for

  • Sending An email from BSP

    Hi All i need to send an email  from BSP application when check box is clicked . I have the details such as pernr of an employeee by using this i need to retrieve email id of that employee and have to send an email to that employee with some text 1.

  • Hi.. imac 27" 2012 as display / TV

    Does imac 27" late 2012 accept Video input through MDP from non-apple source. Basically want to play blue-ray/DVD/cable tv with imac as display?

  • Quickie

    Hey I've been working on a website that uses a MS Access database to store a list of URLs. I used jsp for the whole thing and I have everything working more or less the way it should. The purpose of the site is to store the locations of various files

  • After waking from sleep restart screen comes on...everytime!!!

    After updating to Tiger I have had sleep issues and had to restart hard everytime. G4 sonnet 1ghz and 2 gigs of ram.... I have repaired permissions everday...no help with that... thanks Tony B.

  • Where can i find configuration and other aspects of SAP learining solution

    where can i find configuration and other aspects of SAP learining solution Ross