Splash screen does not display correctly

Hello everyone. I have a class which shows a spashscreen. When run from the main method it display the splash correcly.
I have a login module. When the login is sucessful , I call the splashcreen module. Here the problem arises. It just gives me the white background. The image is not there.
I also encounter this sort of problems when calling other panels from my mainpage. The panels have a background. When called for the first time they appear distorted. When a second time they are called( by clicking the menu button from my mainpage) everything displays correctly.
I am very confused with the above problem because there is simply no error in the coding. I can't see where the problem lies.
Please Please Help me! I'll be indepted to you all!

This is my class that I've written that works fine. Feel free to use it.
* SplashScreen.java created on May 14, 2003
* Copyright (c) 2003 Rene Peters Consultancy.
* This software is the confidential and proprietary information of Rene
* Peters Consultancy ("Confidential Information"). You shall not
* disclose such Confidential Information and shall use it only in
* accordance with the terms of the license agreement you entered into
* with Rene Peters Consultancy.
package nl.renepetersconsultancy.util.gui;
* An application to show a title screen in the center of the screen
* for the amount of time given in the constructor. This class includes
* a sample main() method to test the splash screen, but it's meant for use
* with other applications.
* @author Ren� Peters
* @version 1.0 May 14, 2003
import java.awt.Dimension;
import java.awt.Toolkit;
import java.net.URL;
import java.util.logging.Logger;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JWindow;
public class SplashScreen extends JWindow implements Runnable {
private Logger logger = null;
private int minimumDuration;
private String resource;
private boolean keepRunning = true;
private boolean waitForStop = true;
private boolean done = false;
* Constructor for the SplashScreen. Only used for initialisation. Nothing really happens yet.
* @param resource Location of the image (jpeg, gif, png or xbm)to be displayed in the SplashScreen.
* Image must be located somewhere on the classpath. E.g. "nl/petersconsultancy/planner/gui/logo.jpg".
* @param minimumDuration The time in milliseconds the SplashScreen will be displayed, at least.
* It can not be stopped before that. Values must be in the range [0, ->]. If smaller the 0 the will be
* set to 0.
* @param waitForStop Boolean to indicate if the object will be displayed after the minimumDuration has passed
* by calling the "pleaseStop" method or if it will stop being displayed anyway.
* background or the rest of the execution should hold for a while.
public SplashScreen(String resource, int minimumDuration, boolean waitForStop) {
logger = Logger.getLogger("nl.renepetersconsultancy.util.gui.SplashScreen");
     if (minimumDuration < 0) {
          this.minimumDuration=0;
     else {
     this.minimumDuration = minimumDuration;
this.resource = resource;
this.waitForStop = waitForStop;
Thread thread = new Thread(this);
thread.setDaemon(true);
thread.start();
* Check if the minimumDisplay time has elapsed already.
public boolean isDone(){
     return done;
* Request this from being displayed and have it removed.
public void pleaseStop(){
     keepRunning = false;
* Display the SplashScreen.
public void run() {
// Build the splash screen.
if (resource==null) {
logger.warning("The image to display in the SplashScreen is set to 'null'.");
return;
} else if (resource.equals("")) {
logger.warning("The image to display in the SplashScreen is set to an empty string.");
return;
URL URLImage = this.getClass().getClassLoader().getResource(resource);
if (URLImage==null) {
logger.warning("The resource for the image to display in the SplashScreen can not be found.");
return;
ImageIcon imageIcon = new ImageIcon(URLImage);
JLabel label = new JLabel(imageIcon);
// Set the window's bounds, centering the window.
// Take the dimension of the icon for reference.
int width = imageIcon.getIconWidth();
int height = imageIcon.getIconHeight();
Dimension screenDimension = Toolkit.getDefaultToolkit().getScreenSize();
int x = (screenDimension.width-width)/2;
int y = (screenDimension.height-height)/2;
this.setBounds(x,y,width,height);
JPanel content = (JPanel) this.getContentPane();
content.add(label);
// Display it while running for a while in the background.
this.setVisible(true);
try { Thread.sleep(minimumDuration); } catch (Exception e) {}
done = true;
if (waitForStop) {
     while (keepRunning) {
try { Thread.sleep(100);} catch (Exception e) {}
setVisible(false);
this.dispose();
public static void main(String[] args) {
SplashScreen splash = new SplashScreen("nl/renepetersconsultancy/util/gui/images/Ape.jpg",500, true);
while (!splash.isDone()){
try { Thread.sleep(50000); } catch (Exception e) {}
splash.pleaseStop();
System.exit(0);

Similar Messages

  • Main Viewer Window does not display correctly

    Ever since I upgraded to Aperture 3.3 through 3.4.1, the main viewer window does not display correctly.  Everything is justified to the right of the screen.  When viewing images, the are not in teh center, they are over to the right.  I can't even see the import controls when trying to import... actually I can't even press the import button or add metada.  I am really in a bad position here.  Need help with this... anyone out there have a solution please?  my clients are waiting for their photos.  Yikes!
    Right justified?
    No Import Controls?
    Faces -  Everything displayed in a single row, runs off the end of the right side of the screen

    Have a read through this page and follow the directions to delete your application preferences,
    Let us know how you go.
    Tony
    http://support.apple.com/kb/HT3805
    Message was edited by: Tony Gay

  • Oops - spry menu bar 2.0 does not display correctly when loaded

    Oops - obviously I'm new at this. I think I got my graphics loaded now.
    Dear Sirs:
    I notice bzz31 had a pretty complicated post, so perhaps someone can help me with my complicated problem that has been vexing me for months. I tried the Spry Menu Bar 1.0, but it was impossible for me to edit, and I was delighted to see Spry Menu Bar 2.0 come out. However the 2.0 version has been frustrating me as well.
    I can get my menu bar to display properly in Live View, as shown below.
    However when I load everything onto the server, the menu bar does not display correctly, as shown below:
    I don't quite understand the code "file:///" but I interpret it to mean that the Spry-UI-1.7 folder is in the topmost folder of MacPro5-Docs, which is my hard drive. Here's the code I'm having trouble with:
    Here's my computer directory, shown below:
    Since my index file is two folders down from Spry-UI-1.7, I loaded the files onto the server similarly, as shown in the next three pictures:
    (The picture below is the same as the one just above, but now you can see the path from index to Spry-UI-1.7.)
    I would be most appreciative if someone can help me.
    Thank you.

    Have a look at the following links
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/SpryDOMUtils.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/SpryDOMEffects.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/SpryMenu.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/plugins/MenuBar2/SpryMenuBarKeyNavigationPlugin.js" type="text/javascript"></script>
    <script src="file:///MacProG5-Docs/Spry-UI-1.7/includes/plugins/MenuBar2/SpryMenuBarIEWorkaroundsPlugin.js" type="text/javascript"></script>
    <link href="file:///MacProG5-Docs/Spry-UI-1.7/css/Menu/basic/SpryMenuBasic.css" rel="stylesheet" type="text/css" />
    Each of the above points to a file on your local system and cannot be found by the remote server.
    Replace the red coloured parts with http://www.twhsbands.org/ will remedy the situation.
    You also have some remnants of the other SpryMenuBar that should be removed from your markup.
    Gramps
    Wel, so much for the red coloured parts, they did not show up.
    The red coloured parts read file:///MacProG5-Docs/

  • Login Window: Screen does not refresh correctly after waking 10.7.2 iMac and MacBook.

    I have a client who brought to my attention that when we wakes his iMac and MacBook after the screen dims or sleeps at login screen, that sometimes the screen does not refresh correctly and you must use the cursor to basically "clear the screen."  I have witnessed this myself and elimiated all third party products and this still happens.  I am starting to believe that is is a bug in 10.7.2.  Has anyone witnessed this or have any suggestions on how to remedy?  Thank you.

    Thanks lynque.  It turns out I did need a keychain repair, but that didn't fix the problem.  I probably should have done this earlier, but I ended up unplugging all peripherals (2 firewire + 3 USB) then powered up without issue.
    So I shut down, plugged in one at a time, and ran into the problem again after plugging in an external hard drive (WD My Book Essential).  I repaired with disk utility, but the problem remained.
    I then rebuilt the partitions with Disk Warrior, and now everything seems to work....

  • I just upgraded to Mavericks and suddenly youtube does not display correctly although other sites work fine. I am using the newest MacBook Air. Any suggestions?

    I just upgraded to Mavericks and suddenly youtube does not display correctly although other sites work fine. I am using the newest MacBook Air. Any suggestions?

    Hi ..
    Open System Preferences > Flash Player then select the Advanced tab.
    Click Delete All under Browsing Data and Settings
    Back to Safari. Press Command + Option + E to empty the Safari cache.
    Quit and relaunch Safari, try a video.

  • Report does not display correctly when exported to adobe

    Post Author: mgisonda
    CA Forum: Crystal Reports
    Hopefully someone can help me. I am currently running Crystal Reports profession version 10. I have applied service pack 1 and recently service pack 6. I am having a problem with the display of a report within adobe. My report is a bit complex. It is a 8.5x11 one page landscape report. It is set up in a grid format with multiple lines and boxes drawn on it. Here is the report information: Report Definition----
    Number of Database Fields:   144     Number of On-Demand Formulas:   40     UFLs in use:   None     Page N of M Used:   No     File Format Schema:   10.2.0    I created the report using CR developer. I use the report within a web project. The user requests the report and it returns to the user, an adobe file of the report. However, this is where I am having trouble. On my local development machine, the report displays fine. In CR developer, the report displays fine. When I export the report to Adobe from the CR Developer, it exports fine. BUT when I run the report from my web site, the adobe file that is returned is broken up over 42 pages. What seems to be actually happening is the return adobe file seems to think that the page size is 2in X 4in.. Where it got that, I don't know.The server running IIS is a windows server 2003. It has adobe 8.0 reader on it. I also have Crystal 10 Server Distribution loaded on it. And I have loaded CR10 Service pack 6 on that as well. Below is the web code that is used to display the report:Imports CrystalDecisions.Shared'Imports CrystalDecisions.CrystalReportsImports CrystalDecisions.CrystalReports.EngineImports CrystalDecisions.CrystalReports.Engine.ReportClassPublic Class PrintInspectionLayout    Inherits System.Web.UI.Page   Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load        Dim mNotInSpringDesign As String        Dim mPartType As String        mNotInSpringDesign = Request.QueryString("NotInSpringDesign")        If mNotInSpringDesign = "TRUE" Then            mStockCode = Request.QueryString("StockCode")            lblNotInSpringDesign.Text = "Stock Code #: " & mStockCode & " does not exist in Spring Design."            lblNotInSpringDesign.Visible = True            Response.Write("<br><br><br><br><br><font color='blue'><center><a href='SpringDesignWildCardSearch.aspx'>Go To Search Page</a></center></font>")        Else            mStockCode = Request.QueryString("StockCode")            Dim pList As ParameterValues = New ParameterValues            Dim paramName, paramValue As String            Dim pV As ParameterDiscreteValue = New ParameterDiscreteValue            Dim Report As ReportDocument= New ReportDocument            Dim expOpts As ExportOptions = New ExportOptions            Dim pdfRtfWordFormatOpts As PdfRtfWordFormatOptions = expOpts.CreatePdfRtfWordFormatOptions            Dim expFormatOpts As ExportFormatOptions = expOpts.ExportFormatOptions            expOpts.ExportFormatType = ExportFormatType.PortableDocFormat            mPartType = Request.QueryString("PartType")            'SELECT THE INSPECTION LAYOUT TYPE TO PRINT            Select Case mPartType                Case Is = "C"                    Report.Load(MapPath("./Reports/CompressionLayout.rpt"))                    'Report.Load(MapPath("./Reports/PCAR.rpt"))                Case Is = "E"                    Report.Load(MapPath("./Reports/ExtensionLayout.rpt"))                Case Is = "T"                    Report.Load(MapPath("./Reports/TorsionLayout.rpt"))                Case Is = "W"                    Report.Load(MapPath("./Reports/WasherLayout.rpt"))                Case Is = "F"                    Report.Load(MapPath("./Reports/FreeFormLayout.rpt"))                Case Else            End Select            pV.Value = mStockCode            pList.Add(pV)            Report.DataDefinition.ParameterFields("StockCode").ApplyCurrentValues(pList)            Response.ClearContent()            Response.ClearHeaders()            Response.ContentType = "Application/pdf"            Report.ExportToHttpResponse(expOpts, Response, False, "")            Report.Close()        End If    End Sub    Any ideas as to the solution? Why is it not displaying correctly? I have spent two days researching every FAQ  to try to find an answer, but to no avail. Please any help would be greatly appreciated. ThanksMike   

    Hi Paul
    You're more likely to get an answer to this if you post in the UNIX forum.
    By the looks of it, you may have a problem with your fonts.

  • Dragging and dropping an item within horizontalList does not display correctly

    It appears that when I drag an item from a HorizontalList to another location within the same HorizonList, it does not display the images correctly. In my HorizontalList, I have an itemRenderer that shows the thumbnail image of the item.  I have about half a dozen items in the list and when I drag the sixth item and move to the beginning of the list, the display looks as if the first and the sixth element are switched, while in reality the resulting dataProvider array seems to have the right order, meaning the sixth element became the first element and the first element became the second element and so on. Has any one seen such a behavior and how do I rectify this? Thanks in advance. Cheers, Ramesh
    The HorizontalList def is
    <mx:HorizontalList id="myList" width="92%" height="100%" columnWidth="90" rowHeight="105" rollOverColor="#f26722"
                        itemRenderer="com.myListRenderer" labelField="name" dataProvider="{arr}" columnCount="10"
                        click="updateView(event)" dragEnabled="true" dropEnabled="true" dragMoveEnabled="true" >
    </mx:HorizontalList>
    The renderer code is
    <?xml version="1.0" encoding="utf-8"?>
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" horizontalScrollPolicy="off" verticalScrollPolicy="off" horizontalAlign="center"
            verticalAlign="middle" width="90" height="90" verticalGap="0" creationComplete="init()" >
    <mx:Script>
        <![CDATA[
            private function init():void {
                imageFile.source = data.url;
                imageName.text = data.name;
        ]]>
    </mx:Script>
        <mx:Image id="imageFile" scaleContent="true" width="90" height="70" horizontalAlign="center" verticalAlign="middle"/>
        <mx:Label id="imageName" height="18" width="90" textAlign="left"/>
    </mx:VBox>

    Hi Alex,
    In your blogpost on itemRenderers, you discussed something relevant in a brief section on "Background color changes when data changes". However, I could not find any reference for use on dataChange event handler. Can you pelase point me to the right article?
    Implementing dataChange event instead of creationComplete did not solve my issue. I still had the issue. Thanks, Ramesh

  • T500 Windows 7 - Screen does not display - Switchable Graphics Problem

    Hello,
    I have a T500 and I recently upgraded to Win7. Evrething was fine until I tried to install the drivers for the graphic cards and went on in BIOS and selected to use the integrated graphic card option. After reboot everything turns on except for the display. The fan works, everything looks OK but the screed does not display anything. I even tried to boot directly from the Win7 disk and install a fresh copy (maybe it would have been a better idea to do that in the first place) but it's the same, nothing happens. I don't know what else to try.
    Please help.
    Thank you.

    UPDATE: I just came back after a visit to the apple service provider here in New Delhi. They have replaced the logic board on my macbook pro and guess what? the situation is still the same. No difference what so ever as far as the screen resolution is concerned. I can still see those black bars in the exact same places i.e. the right hand side as well as on the top of the screen. Even the size of the black bars are still the same.
    I am so upset right now. After trying my best in order to solve this problem I went to the AASP with high hopes. I was very confident that after replacing the logic board this annoying problem would go away but unfortunately that's not the case. Even the Apple Engineer was clueless on how to solve this problem.
    I think I'll call apple care and speak to the customer relations regarding a replacement.
    If any of you can come up with a solution to this problem please let me know.
    I'm all ears!!!

  • Design view screen does not display body region

    I was working in Dreamweaver 5 using the split screen.  I was updating a page in the code view and during the work the design view screen stopped showing the editable body region.  I only see the template fields which I cannot change of course.  I may have clicked something by accident on my laptop, but not sure.  Other pages show the body region in design view fine.  The page displays fine in browsers.  How do I get the design view to show the whole page?

    I tried your suggestion.  I had to create a blank page to do it, but no luck.  It is the only page that does not display the the body region.  I can't help but think I "set" something to change the view properties but cannot find what is different.  FYI - Here is the page as it currently exists on the web.
    http://riedmannfamily.com/adamriedmannfamily.html
    Here is a screenshot - no EditRegionBody shows

  • MB56 does not display correct information

    Hello,
    All 3 plants, use transaction MB56 for traceability.  This shows the components that used to manufacture the product and also where the product was shipped, depending on whether you select top/down or bottom/up.  I have found an error in the transaction.  When you execute for Bottom up to see where the product was shipped,  the information is not correct. 
    The number of pcs is correct for the total amount shipped, but it does not display all of the deliveries that the product was shipped on.  Please see the attachment for details of one example. I have executed this for 4 different materials and I have the same problem everytime.
    Could you tell me what went wrong?
    Thanks
    JJ

    Hi John,
    MB56 will not display data because there is pre-requisite of it.
    You must have to compile the inventory documents by MB57 first.
    Only you need to execute MB57 t.code.
    Specify from & to date & execute it. (It will take some minutes).
    Then check it by MB56. You will find traceability.

  • Mac mini minidvi to hdmi does not display correctly new Panasonic TC-L37D2

    Hi,
    I have the 2009 mac mini (2.2GHz cor 2 duo nvidia 9400 256mb) and I recently purchased the Panasonic TC-L37D2 LED LCD tv. I use the mini dvi to dvi adapter with a belkin dvi to hdmi cable I purchased at the apple store to connect the mac mini to the tv. I cant seem to get the display to correctly fill the screen. When I select 1080P the top menu bar is out of view. Basically the desktop is larger than what is displayed on the screen making navigation difficult. I tried overscan but my screen then has black bars framing the entire desktop. Are there any updated display drivers I can try to fix this. I tried the third party software switchresx but I was only able to correct the vertical issue and not the horizontal issue (so the apple pulldown in the upper left corner is off of the screen). Why is it such a hassle to get this working? My buddy has a 42 inch Panasonic plasma and does not have any problems. Anyone know the correct switch resX settings at least? I see that Apple has added an hdmi port to the new mac minis but that just means I should have waited to buy mine. :/

    Read my post in Mac Mini to HDTV. A 3rd party utility called DisplayConfigX will allow you to create a custom resolution that will resize the Mac DVI/HDMI output to fit.
    It is annoying when that top menu bar is off the screen huh?

  • Splash screen does not come up for 11.1.2 install

    Will probably put in a ticket with Oracle but just wanted to float this by you all...
    W2K8 R2 64bit placed the assemblies in the correct order and the install log verifies them but I am getting a weird error on failure to launch splash screen. Log below
    [2010-04-27T08:29:04.875-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00585] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.wizard.Main] Installer Version: 11.1.2.0.0.5909
    [2010-04-27T08:29:05.156-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] Checking if the file exist: E:\BFAA1\EPM Installer - V20845-01\assemblies...
    [2010-04-27T08:29:05.156-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] Checking if the file exist: 'help' or 'help.zip'...
    [2010-04-27T08:29:05.156-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.156-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] Checking if the file exist: E:\BFAA1\EPM Installer - V20845-01\jre...
    [2010-04-27T08:29:05.156-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] Checking if the file exist: E:\BFAA1\EPM Installer - V20845-01\setup.jar...
    [2010-04-27T08:29:05.156-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.468-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.468-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.484-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] E:\BFAA1\EPM Installer - V20845-01\assemblies\webLogicCommonComponent\11.1.2.0\assembly.dat...
    [2010-04-27T08:29:05.484-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.500-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] E:\BFAA1\EPM Installer - V20845-01\assemblies\ocm\11.1.2.0\assembly.dat...
    [2010-04-27T08:29:05.500-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.515-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] E:\BFAA1\EPM Installer - V20845-01\assemblies\tools\11.1.2.0\assembly.dat...
    [2010-04-27T08:29:05.515-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.515-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.531-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] E:\BFAA1\EPM Installer - V20845-01\assemblies\ohs\11.1.2.0\assembly.dat...
    [2010-04-27T08:29:05.546-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.562-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.562-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.578-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.578-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.593-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.609-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.625-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] E:\BFAA1\EPM Installer - V20845-01\assemblies\planning\11.1.2.0\assembly.dat...
    [2010-04-27T08:29:05.640-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.640-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.656-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.671-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.703-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] E:\BFAA1\EPM Installer - V20845-01\assemblies\staticContent\11.1.2.0\assembly.dat...
    [2010-04-27T08:29:05.703-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] E:\BFAA1\EPM Installer - V20845-01\assemblies\offlinePlanning\11.1.2.0\assembly.dat...
    [2010-04-27T08:29:05.718-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.718-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.734-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.750-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.765-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] E:\BFAA1\EPM Installer - V20845-01\assemblies\workspace_configlibs\11.1.2.0\assembly.dat...
    [2010-04-27T08:29:05.781-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.812-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] E:\BFAA1\EPM Installer - V20845-01\assemblies\productCommonComponents\11.1.2.0\assembly.dat...
    [2010-04-27T08:29:05.828-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.828-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.843-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.859-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.875-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.890-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.890-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.906-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.921-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.937-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.937-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.953-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] E:\BFAA1\EPM Installer - V20845-01\assemblies\sharedServices\11.1.2.0\assembly.dat...
    [2010-04-27T08:29:05.968-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.984-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:05.984-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:06.031-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:06.046-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] E:\BFAA1\EPM Installer - V20845-01\assemblies\commonComponents\11.1.2.0\assembly.dat...
    [2010-04-27T08:29:06.062-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:06.093-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] E:\BFAA1\EPM Installer - V20845-01\assemblies\essbaseProductCommonComponents\11.1.2.0\assembly.dat...
    [2010-04-27T08:29:06.109-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:06.125-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:06.125-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:06.140-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:06.156-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:06.171-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] E:\BFAA1\EPM Installer - V20845-01\assemblies\biplus_workspace_new_webapp\11.1.2.0\assembly.dat...
    [2010-04-27T08:29:06.187-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:06.203-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] E:\BFAA1\EPM Installer - V20845-01\assemblies\rmi\11.1.2.0\assembly.dat...
    [2010-04-27T08:29:06.203-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:06.203-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:06.343-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:06.359-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck]
    [2010-04-27T08:29:06.421-07:00] [EPMCMN] [TRACE] [EPMCMN-01001] [oracle.EPMCMN] [tid: 10] [SRC_CLASS: com.hyperion.cis.utils.oui.OUIUtilLoader] oracle.installer.oui_loc property value: E:\BFAA1\EPM Installer - V20845-01\oui\winamd64\oui
    [2010-04-27T08:29:06.437-07:00] [EPMCMN] [TRACE] [EPMCMN-01001] [oracle.EPMCMN] [tid: 10] [SRC_CLASS: com.hyperion.cis.utils.oui.OUIUtilLoader] sun.arch.data.model property value: 64
    [2010-04-27T08:29:06.468-07:00] [EPMCMN] [TRACE] [EPMCMN-01001] [oracle.EPMCMN] [tid: 10] [SRC_CLASS: com.hyperion.cis.utils.oui.OUIUtilLoader] OUI impl classloader: com.hyperion.cis.utils.oui.OUIUtilLoader@356f144c
    [2010-04-27T08:29:06.718-07:00] [EPMINS] [ERROR] [EPMINS-00001] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.util.HypHomeUtils] trace: Unexpected error: [[
    oracle.sysman.oii.oiii.OiiiInventoryDoesNotExistException: The inventory pointer location /var/opt/oracle/oraInst.loc is either not readable or does not exist
         at oracle.sysman.oii.oiii.OiiiInstallAreaControl.initAreaControl(OiiiInstallAreaControl.java:1763)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:292)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:231)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:180)
         at com.hyperion.cis.utils.oui.OUIUtilImpl.inventoryTemplateMethod(OUIUtilImpl.java:96)
         at com.hyperion.cis.utils.oui.OUIUtilImpl.findEpmOracleHomeFromInventory(OUIUtilImpl.java:43)
         at com.hyperion.cis.utils.oui.OUIUtilLinkageErrorProtectionWrapper.findEpmOracleHomeFromInventory(OUIUtilLinkageErrorProtectionWrapper.java:15)
         at com.hyperion.install.util.HypHomeUtils.getHyperionHome(HypHomeUtils.java:119)
         at com.hyperion.install.context.preinstall.UpgradeDetectedPreinstallCheck.execute(UpgradeDetectedPreinstallCheck.java:33)
         at com.hyperion.install.wizard.Main.runPreinstallChecks(Main.java:437)
         at com.hyperion.install.wizard.Main.main(Main.java:176)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.hyperion.install.wizard.splash.Splasher.invokeMain(Splasher.java:80)
         at com.hyperion.install.wizard.splash.Splasher.main(Splasher.java:70)
    [2010-04-27T08:29:06.734-07:00] [EPMINS] [NOTIFICATION] [EPMINS-00501] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.context.preinstall.PreinstallCheck] Starting Upgrade check...
    [2010-04-27T08:29:07.953-07:00] [EPMINS] [ERROR] [EPMINS-00001] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.util.HypHomeUtils] trace: Unexpected error: [[
    oracle.sysman.oii.oiii.OiiiInventoryDoesNotExistException: The inventory pointer location /var/opt/oracle/oraInst.loc is either not readable or does not exist
         at oracle.sysman.oii.oiii.OiiiInstallAreaControl.initAreaControl(OiiiInstallAreaControl.java:1763)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:292)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:231)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:180)
         at com.hyperion.cis.utils.oui.OUIUtilImpl.inventoryTemplateMethod(OUIUtilImpl.java:96)
         at com.hyperion.cis.utils.oui.OUIUtilImpl.findEpmOracleHomeFromInventory(OUIUtilImpl.java:43)
         at com.hyperion.cis.utils.oui.OUIUtilLinkageErrorProtectionWrapper.findEpmOracleHomeFromInventory(OUIUtilLinkageErrorProtectionWrapper.java:15)
         at com.hyperion.install.util.HypHomeUtils.getHyperionHome(HypHomeUtils.java:119)
         at com.hyperion.install.context.LocalInstallContext.<init>(LocalInstallContext.java:65)
         at com.hyperion.install.context.LocalInstallContext.initialize(LocalInstallContext.java:102)
         at com.hyperion.install.wizard.Main.main(Main.java:301)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.hyperion.install.wizard.splash.Splasher.invokeMain(Splasher.java:80)
         at com.hyperion.install.wizard.splash.Splasher.main(Splasher.java:70)
    **[2010-04-27T08:29:07.968-07:00] [EPMINS] [ERROR] [EPMINS-00597] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.wizard.splash.Splasher] Failed to invoke com.hyperion.install.wizard.Main.main(): [[**
    **java.lang.reflect.InvocationTargetException**
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.hyperion.install.wizard.splash.Splasher.invokeMain(Splasher.java:80)
         at com.hyperion.install.wizard.splash.Splasher.main(Splasher.java:70)
    Caused by: java.lang.NumberFormatException: For input string: ""
         at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
         at java.lang.Integer.parseInt(Integer.java:470)
         at java.lang.Integer.parseInt(Integer.java:499)
         at com.hyperion.install.sw.ISVersion.parse(ISVersion.java:60)
         at com.hyperion.install.sw.AssemblyBundle.<init>(AssemblyBundle.java:55)
         at com.hyperion.install.context.LocalInstallContext.lookupISMP(LocalInstallContext.java:157)
         at com.hyperion.install.context.LocalInstallContext.<init>(LocalInstallContext.java:70)
         at com.hyperion.install.context.LocalInstallContext.initialize(LocalInstallContext.java:102)
         at com.hyperion.install.wizard.Main.main(Main.java:301)
         ... 6 more

    Hey I got this message too whenever I would run the installtool.cmd from the wrong directory. The install window wouldn't open.
    This file had to be in a folder that was the parent of the assemblies folder. and all the unzipped assemblies are within the corresponding folder under assemblies.
    So for me, I had a Hyperion folder where the installtool.cmd and other files resided. then the assemblies folder was under Hyperion.
    hope that helps.

  • Book Title in Navigation Bar Does Not Display Correctly

    Hi,
    I tried creating a epub file following Epub Best Practices ebook but after creation and loading of the ebook, I noticed that the book title at the navigation bar is not appearing correctly. The only the upper half of the text is shown so it appears that the text is cut in half. What should I do to correct this?
    Thanks,
    -- Jeff

    It seems that ADE is having errors displaying the book title when it has a non-breaking space. The book title in the previous post contains an non-breaking space. And when I replaced it with a regular space, the display was fixed. See link for the screen grab:
    http://picasaweb.google.com/lh/photo/WIRjcDpEJSGOIur7FEBvzg?authkey=U6NN0HOA9dw&feat=direc tlink
    Aside from non-breaking spaces, what other characters does ADE does not support (which displays the title incorrectly)?
    -- Jeff

  • CS4 GUI does not display correctly

    I'm using the trial version of Dreamweaver CS4 on a Thinkpad
    T60 with XP Pro SP3. My monitor is 1280 x 1024 and the fonts size
    is set to Large (which may be the source of this problem.)
    When I am using Dreamweaver, the window at the bottom of the
    screen, the one with a tab labeled Properties, does no fully
    display. The second line of data entry boxes, the ones labeled ID
    and Link are partially cut off. There does not seem to be any way
    to increase the size of that window and I also don't know if there
    are more than 2 lines.
    Is this a font size issue? is there any fix, other than using
    normal size fonts?

    Adobe applications unfortunately do not adhere to OS UI
    standards.
    Al Sparber - PVII
    http://www.projectseven.com
    The Finest Dreamweaver Menus | Galleries | Widgets
    http://www.projectseven.com/go/pop
    The Ultimate DW Menu System
    "vicroberts" <[email protected]> wrote in
    message
    news:gjoe9i$7vc$[email protected]..
    >I did not mention in my original post that I'm using an
    external monitor
    >with
    > the Thinkpad.
    >
    > I can confirm now that the problem I discuss in my
    original post
    > disappears if
    > I switch to Normal fonts instead of Large. It would be
    nice if there were
    > some
    > way to display this window complete when using Large
    fonts. I have not
    > seen
    > any programs that have problems with large fonts in
    quite some time. I'm
    > surprised that a program such as Dreamweaver would not
    be coded to adjust
    > correctly for large fonts.
    >

  • Iweb updated page does not display correctly in firefox or safari

    www.rohanstevenson.com
    tried to update my site with a couple of cues and the wheels have completely come off. i cannot get the site to display correctly.
    it looks a bit better if i open the page directly from the computer, but after sending it to ftp host it will not load up properly in the browsers.
    i have no idea what is going on and i rather desperately need that site back up and running
    help!!

    This is happening probably because the text encoding on your server end is set wrong. Or perhaps your FTP program is doing the encoding differently. This is commonlly seen when uploading iWeb pages to 3rd party servers and can be corrected.
    Our own Tom Gewecke has a nice writeup about these strange looking characters that can appear. He also has some suggestions about what to check and what to do. Check it out and see if any of it might be relevant to your situation. If not come on back and we'll keep trying to troubleshoot with you...
    http://homepage.mac.com/thgewecke/iwebchars.html
    Good luck!

Maybe you are looking for