HELP My image doesn't show in IE (APPLET)

I'm trying to view a gif-file. It only shows in the Applet viewer of JBuilder7 and I can't make it work in IE. Can somebody help me? With the code below I can only see the buttons.
It consist of 2 classes
Class 1: VIEWER
package javaclient2;
import java.awt.Graphics.*;
import java.awt.image.*;
import java.awt.event.*;
import java.applet.*;
import java.net.*;
import java.awt.*;
import com.borland.jbcl.layout.*;
* <p>Title: JavaClient</p>
* <p>Description: JavaClient met Applet</p>
* <p>Copyright: Copyright (c) 2003</p>
* <p>Company: Joto</p>
* @author Tom & Jochen
* @version 1.0
public class Viewer extends Applet {
private boolean isStandalone = false;
private Panel jPanel1 = new Panel();
private Button button1 = new Button();
private Button button2 = new Button();
private Button button3 = new Button();
private Button button4 = new Button();
private URL location;
//private Image image=null;
private MediaTracker tracker;
private String mapURL;
private ImagePanel imgPanel = new ImagePanel();
private BorderLayout borderLayout1 = new BorderLayout();
//Get a parameter value
public String getParameter(String key, String def) {
return isStandalone ? System.getProperty(key, def) :
(getParameter(key) != null ? getParameter(key) : def);
//Construct the applet
public Viewer() {
//Initialize the applet
public void init() {
try {
jbInit();
catch(Exception e) {
e.printStackTrace();
imgPanel= new ImagePanel(mapURL);
this.add(imgPanel,BorderLayout.CENTER);
catch(Exception e)
e.printStackTrace();
//Component initialization
private void jbInit() throws Exception {
this.setLayout(borderLayout1);
button1.setLabel("button1");
button2.setLabel("button2");
button3.setLabel("button3");
button4.setLabel("button4");
button4.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(ActionEvent e) {
button4_actionPerformed(e);
this.add(jPanel1, BorderLayout.NORTH);
jPanel1.add(button4, null);
jPanel1.add(button3, null);
jPanel1.add(button2, null);
jPanel1.add(button1, null);
//Get Applet information
public String getAppletInfo() {
return "Applet Information";
//Get parameter info
public String[][] getParameterInfo() {
return null;
void button4_actionPerformed(ActionEvent e)
Class 2: IMAGEPANEL
package javaclient2;
import java.awt.*;
import java.net.*;
import com.borland.jbcl.util.*;
import java.awt.Graphics.*;
import java.awt.Image.*;
import java.awt.event.*;
* <p>Title: JavaClient</p>
* <p>Description: JavaClient voor GIS toepassingen</p>
* <p>Copyright: Copyright (c) 2003</p>
* <p>Company: Joto</p>
* @author Demets Tom & Vanhoe Jochen
* @version 1.0
public class ImagePanel extends Panel{
private URL location;
private Image image;
public ImagePanel(String mURL) {
System.out.println(mURL);
try
location=new URL(mURL);
catch(MalformedURLException e)
System.err.println("Invalid URL for image");
this.makeImage(location);
public void paint(Graphics g)
g.drawImage(image,0,0,this);
public ImagePanel() {
try {
jbInit();
catch(Exception e) {
e.printStackTrace();
private void jbInit() throws Exception {
public void setURL(String mURL)
try
location=new URL(mURL);
catch(MalformedURLException e)
System.err.println("Invalid URL for image");
this.makeImage(location);
private void makeImage(URL location)
Toolkit toolkit = Toolkit.getDefaultToolkit();
image = toolkit.getImage(location);
MediaTracker tracker = new MediaTracker(this);
tracker.addImage(image,0);
try
tracker.waitForID(0);
catch(InterruptedException e)
System.err.println("Invalid URL for image");
System.exit(1);
}

Some further inspection of this forum has given me the impression that you have just added some duke dollars to it. If this is the case I shall offer to provide some working code if indeed my previous case is true.
Place this code within the ImagePanel file:Dimension d = new Dimension();
private void makeImage(URL location)
  Toolkit toolkit = Toolkit.getDefaultToolkit();
  image = toolkit.getImage(location);
  MediaTracker tracker = new MediaTracker(this);
  tracker.addImage(image,0);
  try
    tracker.waitForID(0);
    d.width = image.getWidth(this);
    d.height = image.getHeight(this);
  catch(InterruptedException e)
    System.err.println("Invalid URL for image");
    System.exit(1);
public Dimension getMinimumSize() {
  return d;
public Dimension getPreferredSize() {
  return d;
}

Similar Messages

  • Help, My Safari doesn't show its icon and will not open?

    So heres some help for you:
    1. Im a new member, not an idiot when it comes to computers but in no way very expeirenced and knowledgable.
    2. I recently was informed I had 0 disk space left, so I deleted a lot of stuff and feel I may have accidently deleted something..
    3. My safari does not open
    4. It doesn't show the traditional Compass Icon for Safari it is a blank white page..? With the Applications Logo on it.. ( see picture below )
    5. Yes, I basically only registered so I can ask this question ...
    6. What on earth can I do to fix it!
    - Heres a pic..
    Quickpost this image to Myspace, Digg, Facebook, and others!

    Hi Lax561,
    Welcome to discussions ...
    I can see that Safari is NOT in the Dock ...
    Did you check out if Safari is still in the Application folder ?? open Finder an go to the application folder.
    If it's still there than you can drag a copy to the Dock.
    Do the following ... Select Safari icon an hold down the mouse an the Option key ad the same time while dragging to the Dock. During dragging you will see a + (plus) next to the Safari icon.
    Place the Safari icon in the Dock where you like it, next to the Fire Fox icon is maybe the best place to put it.
    Post back with the results ...
    Dimaxum

  • Podcast feed image doesn't show up

    Hi,
    I have two separate podcast image issues here:
    1. I can't get the feed image of a new podcast to show up at all. The podcast has been showing up for a while now. How long does it take for the feed image to show up? Is there no maximum size for feed images now? There used to be, but I don't see a size limit anymore, only a suggestion that the image should be square, which this one is. Here is the .rss feed in question:
    http://christiantelevisionbroadcasting.com/rss/crosstalk.rss
    2. I have a podcast that's been listed here on iTunes since 2005, when iTunes first started listing podcasts. I noticed recently that this podcast no longer shows up in the featured podcasts, even though it's popular, and certainly one of the oldest continuing podcasts on iTunes. The podcast (Axis Coffee House) shows up near the top of the list when you search the podcasts for "praise" or "Texas Baptist" and then sort by popularity. If you click on "see all" to look at the list of image icons, the Axis podcast doesn't show up at all anymore. I suspect there may be something wrong with the feed image which prevents it from showing up in the graphical listing? Here is the .rss feed in question:
    http://www.ReluctantRadio.org/axis.rss
    Thanks for your help... (smile)
    Scott

    sadly, we podcast creators have no way of controlling what is a featured podcast. This is something that the iTunes staff picks and chooses...here's a snippet from the spec:
    "Getting Featured on the iTunes Home Page
    At iTunes, we’re constantly on the lookout for podcasts that are breaking new ground with this medium, have new or unusual content, or just capture our interest. When we find them, we like to feature them on the Podcasts home page. While there are no sure-fire ways to get your podcast featured (and no, we do not accept payments for promotion), there are some minimum requirements."
    The popularity meter in iTunes for podcasts is pretty useless and is in not really reflective of how popular your feed really is. It's merely a gauge as to how frequently people have subscribed to the feed with itunes. It doesn't take into account people that have subscribed via direct link, manually subscribed, or subscribed using other feed readers/podcatchers.
    Feed validator is still coughing up some errors. You missing GUID's for your items as well. The GUID can be anything as long as it's unique throughout the xml. Often times just using the same url as the enclosure does the trick.
    The iTunes podcast directory is also very clunky and has quite a lot of holes...some feeds are listed in categories they don't belong in, some are listed when searching but not browsing, all sorts of strange behavior. So there may not be anything wrong with your feed that is causing it not to show up....just a clunky database.
    erik

  • Oil paint filter -- image doesn't show up

    I'm running CS6 on Windows7, Intel HD Graphics P4000 with driver updated.  I have used the oil paint filter successfully in the past.  Now when I try to use it, the filter window comes up, and it notes that the image I want to work on is at 25% size, but it remains blank -- the image itself never shows.  Any ideas?

    I have the exact same problem.  Although, it has never worked for me -- just a grey screen where I expect the photo to be.
    I did update the graphics driver for my Dell Inspiron 7520.  It didn't change anything.
    I also updated CS6 - no difference.
    In other forums it was suggested the I go to Preferences; Performance; Advanced Setteings and check the "Open CL" box.  But it is greyed out and I cannot check it.
    Anyone out there know how to fix this??
    Marcus

  • Open-graph Yammer item's image doesn't show after posting?

    I am trying to use Yammer for a per-page comment platform in a SharePoint Online environment. This seems to require placing a Yammer embed in each page
    and configuring the embed to use Open-Graph. (see further below for the embed code details I'm using)
    As you can see in the following screenshot, the image url I'm providing allows the preview dialog to display the image, once the post is posted, the image no longer is shown.
    Why does the image not show up after posting?
    Here's the Yammer Embed markup I'm using for this particular article:
    <div id="embedded-feed" style="height:565px;width:100%;"></div>
    <script type="text/javascript" src="https://assets.yammer.com/assets/platform_embed.js"></script>
    <script type="text/javascript">
    yam.connect.embedFeed({
    container: "#embedded-feed"
    , network: "myyammernetwork.com"
    , feedType: "open-graph"
    , config: {
    use_sso: false
    , showOpenGraphPreview: false
    , header: false
    , footer: false
    , promptText: "Comment on this page..."
    , objectProperties: {
    url: "https://mysharepointonline.sharepoint.com/sites/yammertime/Pages/Example-Article.aspx"
    , type: "page"
    , title: "The Title Goes Here"
    , description: "Description goes here"
    , image: "https://mysharepointonline.sharepoint.com/sites/yammertime/PublishingImages/2014-07-23_172717-true%20equals%20false.png"
    </script>

    Hi Steve,
    Per my understanding, there is an issue when using Yammer embed in a page.
    As a common practice when troubleshot an issue in page, it is recommended to debug the script in use in browser using IE Developer Tools, it will provide more information
    about this issue:
    https://msdn.microsoft.com/library/bg182326(v=vs.85)
    Since this question is more relate to Yammer, I suggest you post it to the corresponding forum, you will get more help and confirmed answers there.
    http://community.office365.com/en-us/w/yammer/default.aspx
    Thanks
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • PDF annotation with link, image doesn't show, only in print or Google Chrome, not Adobe Reader main

    We are creating PDF files with annotations, we are using the O2 Solutions PDF Library for C#. We used to create PDFStampAnnotations, but now we want to make the images clickable, to navigate to the URL belonging to the image.
    Therefore, we are now using PDFLinkAnnotations, with a PDFImageAppearance.
    We set the flags of the annotation to Print.
    However, the annotation won't show in the PDF in Adobe Reader. It does show in the Google Chrome inline PDF viewer.
    It also shows in the print preview window in Adobe Reader.
    But it does not show in the normal view in Adobe Reader. What we do see is, when hovering over the rectangle that should contain our image, our mouse cursor becomes a hand and a tooltip with the link is displayed. If we click, everything works as expected. But we don't see an image!
    What can we do about this? This is really annoying, as I don't have a clue why it won't work. Actually, to me, this looks like a bug in Adobe Reader?
    Old (working, without link):
    =================================================================================
    15 0 obj
    <</Contents (DEV-1)
    /M (D:20130222103743+01'00')
    /Subj (TigrisTag)
    /Subtype /Stamp
    /F 4
    /Name /Custom
    /AP <</D 16 0 R
    /N 16 0 R
    >>
    /CreationDate (D:20130222103743+01'00')
    /Rect [560.349976 10.000023 601.999977 51.650024 ]
    /NM (97c87adc-5494-440a-b0b4-eb606e358169)
    /T (name)
    /P 4 0 R
    /Type /Annot
    >>
    endobj
    16 0 obj
    <</Resources <</XObject <</ImageStamp 17 0 R
    >>
    /ProcSet [/PDF /Text /ImageB /ImageC ]
    >>
    /BBox [0 0 39.20008 39.20008 ]
    /Name /Form_4943204746964B4C8B728A4CBD79B339
    /FormType 1
    /Length 41
    /Src (XO:/Form_4943204746964B4C8B728A4CBD79B339)
    /Type /XObject
    /Subtype /Form
    /Matrix [1 0 0 1 0 0 ]
    >>
    stream
    39.2001 0 0 39.2001 0 0 cm
    /ImageStamp Do
    endstream
    endobj
    17 0 obj
    <</Width 245
    /ColorSpace [/Indexed /DeviceRGB 1 18 0 R ]
    /BitsPerComponent 1
    /Filter /FlateDecode
    /Length 471
    /Subtype /Image
    /Height 245
    >>
    stream
    (stream contents)
    =================================================================================
    New (not working, with link):
    =================================================================================
    18 0 obj
    <</Resources 4 0 R
    /Type /Page
    /Group <</CS /DeviceRGB
    /S /Transparency
    /I true
    >>
    /Annots [19 0 R ]
    /MediaBox [0 0 595 842 ]
    /Contents 23 0 R
    /Parent 3 0 R
    >>
    endobj
    19 0 obj
    <</Contents (TigrisTag)
    /A <</S /URI
    /URI (http://localhost:50830/publications/code/DEV-8)
    >>
    /M (D:20130225170939+01'00')
    /Subtype /Link
    /F 4
    /NM (6a41409d-b8fb-44b6-8a7c-ab1c73088869)
    /Name /Image
    /AP <</D 20 0 R
    /N 20 0 R
    >>
    /Rect [544.506958 9.999985 585.000015 50.493042 ]
    /BS <</W 0
    >>
    /CreationDate (D:20130225170939+01'00')
    /H /I
    /P 18 0 R
    /Type /Annot
    >>
    endobj
    20 0 obj
    <</Resources <</XObject <</ImageStamp 21 0 R
    >>
    /ProcSet [/PDF /Text /ImageB /ImageC ]
    >>
    /BBox [0 0 39.20008 39.20008 ]
    /Name /Form_119A6CEBB1C8452D962814D585C640CC
    /FormType 1
    /Length 41
    /Src (XO:/Form_119A6CEBB1C8452D962814D585C640CC)
    /Type /XObject
    /Subtype /Form
    /Matrix [1 0 0 1 0 0 ]
    >>
    stream
    39.2001 0 0 39.2001 0 0 cm
    /ImageStamp Do
    endstream
    endobj
    21 0 obj
    <</Width 245
    /ColorSpace [/Indexed /DeviceRGB 1 22 0 R ]
    /BitsPerComponent 1
    /Filter /FlateDecode
    /Length 467
    /Subtype /Image
    /Height 245
    >>
    stream
    (stream)
    endstream
    endobj
    =================================================================================

    Thank  you for your reply.
    Indeed, I tried saving a PDF that had the "default appearance", it shows exactly the same. So it looks like it "can't" show the image.
    However, of course, I do want the image to be shown. How can I achieve this? How can I tell Adobe Reader (and other PDF viewers) I really really realllyyyyy want to see that image there? I believe I'm not doing anything really exotic, right? There must have been tons of other people that wanted to do the same thing, I guess?
                        var annotation = new PDFLinkAnnotation
                                    Action = new PDFUriAction(this.GetCodeUrl(code)),
                                    Contents = AnnotationIdentifier,
                                    Appearance = new PDFImageAppearance(bitmapImage),
                                    DisplayRectangle =
                                        new DisplayRectangle(
                                        barcodeLocationInfo.X,
                                        barcodeLocationInfo.Y,
                                        barcodeLocationInfo.Tsw,
                                        barcodeLocationInfo.Tsh),
                                    Flags = Flags
                        pdfPage.Annotations.Add(annotation);

  • CS4 background-image doesn't show in browser

    ok...I have cs4...
    the CSS is:
    body {
        background-image: url(/Assets/qlogoBKGlt.gif);
        background-repeat: no-repeat;
        background-color: #fff;
    IT SHOWS UP in the DESIGN window of DW.  It won't show up in Firefox or Safari...most up-to-date versions.
    The line of code in the html file is:
    <body>
    The header code;
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="styles/style.css" type="text/css" />
    <link rel="shortcut icon" href="favicon.ico" />
    <link rel="icon" href="favicon.gif" type="image/gif" / >
    * Proof that the background image is there:
    http://www.solterrasolarcells.com/staging/Assets/qlogoBKGlt.gif
    * THE HTML page that should be displaying this:
    http://www.solterrasolarcells.com/staging/index.html
    * The CSS STYLE SHEET:
    http://www.solterrasolarcells.com/staging/styles/style.css
    Can someone tell me what I am doing wrong?
    Thanks,  -bill

    The path in the CSS is wrong.
    You're thinking that the index.html file is in the root directory of this beta site hence the root relative reference in the CSS.
    However, as far as the server is concerned, the root directory (where the index file is located) of this beta site is in a subfolder called "staging".
    http://www.solterrasolarcells.com/staging/index.html
    The CSS in the body selector for the background is pointing to /Assets/qlogoBKGlt.gif.
    The full address of that path is http://www.solterrasolarcells.com/Assets/qlogoBKGlt.gif but the Assets folder does not exist at root level on the server, hence no image appears.
    So for a root-relative path, you need to prefix the CSS with the "staging" folder
    i.e.
    body {
        background-image: url(/staging/Assets/qlogoBKGlt.gif);
        background-repeat: no-repeat;
        background-color: #fff;
    or for a document-relative path from the "styles" folder where the CSS file is located, go up a level:
    body {
        background-image: url(../Assets/qlogoBKGlt.gif);
        background-repeat: no-repeat;
        background-color: #fff;
    When the site goes live, the "staging" folder will presumably disappear (all files will come up a level) and therefore any root relative links will have to be altered to reflect that.

  • Working in Thimble. Trying to link to an image from Dropbox with img tag. Syntax ok, permissions in Dropbox are ok, but image doesn't show up in preview.

    I am wanting to use Thimble as a teaching tool, and want my students to be able to create a simple webpage with a heading, paragraph text, and am image.
    I wanted to use there images, which we would upload to a dropbox account for the class.

    Could your Provide the link?
    Whats happening when you try in Preview ?

  • Part of image doesn't show in exported PDF

    I am working on a trifold brochure. On rightmost of the three panels I have used a patterned image as a background with overlying text and image. I have applied a transparency gradient to the patterned image. Looks fine on screen but the  right two thirds of the patterned image is blank in the PDF. The gradient is 100% transparent at the top and 0% transparent at the bottom with some stops in between. It also prints correctly from ID but not the PDF.
    I'm using ID CS5 and a Mac with the latest OS.
    Any clues at to how to fix the problem would be greatly appreciated.

    Ok, I didn't view it in Acrobat but in Preview. My problem is that I need to send the PDF to several people that are using a variety of computers, OS's and programs - none under my control. BTW it opens just fine in Acrobat Pro 9.4.1. I opened it in Acrobat and then did a Save As. Opened the Saved As file in Preview and the problem was still there.
    The ID export settings were:
    [High Quality Print] (modified)
    PDF/X-4:2008
    Acrobat 5 (PDF 1.4)
    I've tried several combinations but nothing eliminated the problem.
    Unfortunately I don't have a place to post the full file for your viewing. It is 3.5 MB.
    Ed

  • Exporting file as .doc doesn't show attached image

    I need to create a combined cover letter/resume as a Word doc. So I created a file in Pages with my cover letter and attached a pdf resume image. I created the resume in Illustrator and then saved the Illustrator file as a pdf. This image shows up fine in Pages file. I then Exported the Pages file as a Word doc, but when I go to view the Word doc or when I email the file to others, the attached pdf image doesn't show. I thought maybe I needed to embed the pdf image for it to show up in the Word doc, but can't find any info about it on the web. I really want to use the file I created in Illustrator because it contains some graphics that pertain to some of my skills listed in the resume. Any information would help.

    lilv
    Welcome to the forum.
    What do you mean by "attached"?
    In Pages you just drag the .pdf into the page and it appears as a graphic and that exports correctly to Word in a quick test I have just done.
    Peter

  • Background image in extended awt.Button doesn't show.

    Hi all
    I have an applet that has only an awt.Button visible on the page. Because of layout requirements I need to style that button with a background image. I have extended the java.awt.Button like this:
         class ImageButton extends Button {
              public void paint(Graphics g) {
                   super.paint(g);
                   g.drawImage(getImage(getDocumentBase(), "../img/loadSertificate.jpg"),
                             0, 0, null);
         }and use the extended:
         public void init() {
              mSignButton = new ImageButton();
              mSignButton.setLocation(0, 0);
              Dimension appletSize = this.getSize();
              mSignButton.setSize(appletSize);
              mSignButton.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent e) {
                        signSelectedFile();
              this.setLayout(null);
              this.add(mSignButton);
         }Now everiting is ok but when the applet is loaded the background image doesn't show and only a plain gray button is visible. The interesting part is that the image does show after I click somewhere in the browser's window and later on it's always visible as expected.
    Below is part from the log from the java console:
    basic: Applet started
    basic: Told clients applet is started
    Loaded image: http://ip:8080/UserManagement/img/loadSertificate.jpg
    network: Cache entry found [url: http://ip:8080/UserManagement/img/loadSertificate.jpg, version: null]
    network: Connecting http://ip:8080/UserManagement/img/loadSertificate.jpg with proxy=DIRECT
    network: Connecting http://ip:8080/UserManagement/img/loadSertificate.jpg with cookie "JSESSIONID=8A0936441BDA3215A10D9798742C4685"
    network: CleanupThread used 39850 us
    network: ResponseCode for http://ip:8080/UserManagement/img/loadSertificate.jpg : 304
    network: Encoding for http://ip:8080/UserManagement/img/loadSertificate.jpg : null
    network: Disconnect connection to http://ip:8080/UserManagement/img/loadSertificate.jpg
    Loaded image: http://ip:8080/UserManagement/img/loadSertificate.jpgAny suggestions how to fix this issue?!
    Edited by: factor5 on Nov 12, 2009 1:27 AM
    Edited by: factor5 on Nov 12, 2009 1:28 AM

    xmm sry but this was a forgotten repaint() :
              public void paint(Graphics g) {
                   // call super's paint method
                   super.paint(g);
                   g.drawImage(getImage(getDocumentBase(), APPLET_BUTTON_IMAGE_URL),
                             0, 0, null);
                   repaint();
              }Now it seems to work fine.
    Edited by: factor5 on Nov 12, 2009 1:44 AM

  • Images don't show in Pixel Bender Filters.

    Just downloaded and installed Pixel Filters into PS5..  No problem doing that or finding the filters within PS, but when I go to use the filters, the image doesn't show.  I'm working on a duplicate of the image, I've turned the GPU down to basic (because I got a warning), but when I try to use a filter . . . nothing.  Any ideas?
    Running PS5 Extended, version 12.1x32 on Windows 7.  I have a Radeon HD 4500 series graphics card.
    Thanks.

    I've got a similar problem.  I am VERY frustrated, as I use Oilpaint for my work.  I have posted on several Forumsstarting 4 months ago, talked to Adobe (who gives no support for this) and have had no help.
    I have been through 5 computers, my 6th is on the way .... several cameras and memory cards.  Only one out of 5 computers has no iisue (my wife's).  The problem seemed to be gone, when I bought my 5th computer .... then I bought another camera - now it's back!!!  So, my conclusion is, that this issue has something to do with how information is writtrn onto a memory card.  Maybe some computers "pick up" on some little thing and get confused -  I don't know.  Again, only my laptop works fine, even with thge new camera.
    Try what I did,  use another computer - until you find one that works ... friends, family...etc.  Also, I just found out, that the only way to make Pixelbender work when it does not, is to turn off GPU ... although that slows the process down a lot.
    If my new laptop does not work with my new camera, I'll get another camera and try again .....

  • IDVD (iLife 8) image doesn't come up on Desktop

    Just upgraded to iLife 8 and have (ITHINK) made a successful program in iDVD, BUT the disk image doesn't show on the Desktop ... CAN'T eject the disc ... HELP please. Thanks
    PS: Have tried rebooting and holding down Apple/Option/F/O - this worked once but won't work again ... I'm stumped ...

    After installing the iLife '08 applications, did you do all the updates to several of those applications?
    BUT the disk image doesn't show on the Desktop ... CAN'T eject the disc ... HELP please.
    I assume you mean the disc ICON doesn't show on the desktop and not 'disk image'. ('Disk image' has a different meaning.)

  • Custom logo doesn't show up in Admin.jspx

    All,
    Uploaded a custom logo graphic file to the $OIM_HOME/server/apps/oim.ear/iam-consoles-faces.war/images folder.
    Made the following changes to Admin.jspx
    1. Below <af:document title.....> line
    <!-- customization starts -->
    <af:resource type="css">
    .TnsSsoCustomBrandingLogo {
    background-image:url('/oim/images/TNS-black-square-logo.gif');
    background-position:center;
    </af:resource>
    <!-- customization ends -->
    2. under <af:pageTemplate>....IdmShell.jspx....> line
    <f:attribute name="brandingLogoCls" value="TnsSsoCustomBrandingLogo"/>
    Cleared cache under tmp folder.
    Logo Image doesn't show up. Any ideas why this is happening? Is there anything that i am not doing correctly.
    Thanks in advance.

    appears to be a stylesheet class issue. Added height width specs and background-no-repeat attributes to the class and image showed up correctly.

  • Bridge doesn´t show preview of tif-images

    Hi,
    I uses Bridge CS6 on a Mac with MacOS 10.9.2. Suddenly bridge doesn´t show previews of Tif-images. It´s also impossible to fill in any metadata. The program also says that the image isn´t tagged with any color profile. I don´t have these problems with jpegs, only with Tif-images. I even get previews on the RAW-images. Does anyone know what the problem can be?
    Ulf

    I guess I have to try to reinstall the program.......
    I'm 99,99 % sure that won't help solving your problem because to possible being effective you also should use the Adobe Clean tool to get rid of a lot of the hidden files that just stay put during a normal reinstall. But if you want to do something easier instead of reinstall, quit Bridge and go to the user library (by default hidden per OSX 7, use Finder, menu Go with option to reveal this library)
    In the preferences folder is plist file for Bridge (com.adobe.bridge5.plist), drag this file to the trash. Then in same library go to the folder Caches / Adobe/ Bridge CS5 and inhere delete both plug in and folder called Cache. (this means recaching the previews and thumbs).
    Then restart Bridge holding down option key and again choose 'reset prefs'. All previous deleted items will be replaced with new, fresh and empty ones and you have an almost like factory settings Bridge without the need of reinstall.
    But I really suspect it comes down to the Tiff files so maybe also a reset of preferences in PS might be worth a try.

Maybe you are looking for

  • Issue with Service Entry Sheet Acceptance

    Hello, I am running into an issue when accepting service entry sheets. Here is the scenario I created 6 service master records and assigned unique valuation classes to each one of them . Each valuation class determines unique G/L account in Inventory

  • Creating a JTable of JLabels presented in a JScrollPane()

    Hi, I want to create an object showing all/some colored labels. I get it presented with 5 columns, but nothing is colored. Her is a part of the logic: public MyColorTableModel() // String [][] array; array = new JLabel [280][10]; //Just for test purp

  • How To Enable GPU Cuda in Adobe CS6 for Windows

    I quote from Vimeo A lot of folks were complaining about how most GPU accelerated graphics cards are not supported in Adobe's new Premiere Pro and After Effects CS6 applications. Thankfully there is a simple and quick fix that allows you to enable yo

  • Ibook g3 install disc won't go past "processing Essential Software"

    I've got an ibook g3 that I recently put a used windows hard drive into. I boot up the install cd, and it won't get past "processing Essential Software"... and if I don't use the cd, i get the gray screen with a folder and an old finder icon/question

  • Unity 7.0 Unified Messaging Licensing Problem

    We have just purchased an upgrade from Unity 4.0(5) to Unity 7.0(2) and a new server. On the old server we have 310 ordinary voicemail only subscriber licenses as well as 310 unified messaging subscriber licenses and we are currently using only the 3