RoboHelp 8 and Chrome

We're using RoboHelp 8 to create html help files. These files reside on our server. Context-sensitive help is displayed by calling RH_ShowHelp().
In IE and FF, calling "RH_ShowHelp(0,'/help/help.htm>NoNavPane', HH_HELP_CONTEXT, 102)" opens a new window displaying the appropriate context-sensitive help page.
In Chrome, the same RH_SHowHelp call opens a new window with no content - url bar has "about:blank".
Is there a workaround for this issue in RoboHelp 8?  If not, is the problem corrected in later versions of RoboHelp?
Thanks in advance,
Trevor.

The basic issue is Chrome is falling into a block of code designated for IE4.
Details:
function SwitchURL in whcsh_home.htm includes this block:
    if(gbNav4)
        if (gbIsFF) {
                goNewWnd=window.open(sURL,sNewName,strOpt);
                goNewWnd.focus();
                setTimeout("goNewWnd.focus();",1)                           
        }else{
            if (gbNav6)
                gsURL = sURL;
                goNewWnd=window.open("about:blank",sNewName,strOpt);
                setTimeout("postWindowNSOpen();",100);
            else
                window.open("about:blank",sNewName,strOpt);
                var oNewWnd=window.open(sURL,sNewName);
                window.close();
                oNewWnd.focus();
    else
        if(gbIE5)
            window.open("about:blank",sNewName,strOpt);
            goNewWnd=window.open(sURL,sNewName);
        else
            gsURL = sURL; // IE4 had hard time to handle bookmark.
            goNewWnd=window.open("about:blank",sNewName,strOpt);
        setTimeout("postWindowOpen();",100);
Based on the values of the various flags, in Chrome, program exection falls into the last section, which I've bolded.
postWindowOpen is called, which looks like this:
function postWindowOpen()
    if(goNewWnd)
        if (gsURL&&!gbIE5&&gbIE4)
            goNewWnd.document.location.href=gsURL;
        goNewWnd.focus();
Based on the settings of these flags, the line which sets the href is not executed and therefore the context-sensitve help window remains blank.
The fix I made was to add a case to the code block I noted above in the SwitchURL function to handle Chrome:
    }else if(gbChrome){
        gsURL = sURL;
        goNewWnd=window.open("about:blank",sNewName,strOpt);
        setTimeout("postWindowChromeOpen();",100);
and to create a Chrome specific function for setting the href of the CSH window:
function postWindowChromeOpen(){
    if(goNewWnd){
        if(gsURL){
            goNewWnd.document.location.href=gsURL;
        goNewWnd.focus();

Similar Messages

  • Robohelp 10 output  in Firefox and Chrome

    Hi,
    We have recently purchased Robohelp 10 and generated output in Webhelp Pro. Then we tried to integrated with our applications locally. We found it is not working properly in Firefox and Chrome. We have gone through the javascript code and found there is no corresponding implementations for those browsers. If  you can help us in this regard it will be very great.
    Can we use map ID's? If yes, how to do?
    Thanks,
    Kranthi

    Unless your server has RoboHelp Server installed, you need WebHelp, not WebHelp Pro. Perhaps that is the problem.
    See Calling WebHelp for information about map IDs and not the link to Willam van Weelden's site.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Not able to select and copy from adf table in IE and chrome if we enable row selection

    Hi All,
    We have an adf table and user wants to select and copy table cell values.
    We enabled row selection on adf table. Ifrow selection is in place, IE and Chrome are not allowing user to select and copy data. But Firefox is allowing.
    Do we have any solution to this? For our customer IE is the standard browser and they do test app on IE.
    Regards
    PavanKumar

    Hi Timo,
    Sorry forgot to mention versions.
    We are using 11.1.1.7 and IE 9.
    I tried in Google but could not get the solution.
    Kindly let me know solution for this.
    PavanKumar

  • I have a basic applet method timing problem with Firefox (and Chrome), not IE nor Opera. Works if JavaScript issues windows.alert() prior, fails otherwise.

    I have an applet method, which is invoked from a JavaScript function, that is triggered by the window.onload event. The problem seems to center in the loading of the applet and its methods.
    If I step through the 3 applet acceptance prompts (I chose to use a down-level Java), the applet method is never invoked, nor is an exception raised. How this happens is beyond my understanding.
    As additional information, the Init(), start(), and "desired" Java methods all use the synchronized keyword. This is an attempt to minimize the exposure to a multi-thread environment.
    If I issue a message from JavaScript (via window.alert()) PRIOR to invoking the method, I can get the desired results in special circumstances:
    1) When the alert is presented, Firefox also prompts, SIMULTANEOUSLY, to block/continue the applet (the first of the 3 applet acceptance prompts). I can accept that these are separate threads.
    2a) If I walk through the 3 applet acceptance prompts FIRST, and then hit the OK button on the alert message SECOND, I get the desired results, my applet method executes, and all is well (other than the fact that I would prefer not to have the alert in place at all).
    2b) If I hit the OK button on the alert message FIRST, and then walk through the 3 applet acceptance prompts SECOND, I get the same results as when the page loads WITHOUT the alert, which is the applet method is never invoked, nor is an exception raised. Weird, huh?
    The above problem only occurs when the browser and the applet's URL are loaded for the first time.
    Subsequent invocations (after the page & applet has been loaded initially) do not have the failing symptoms.
    It is my understanding that IE and Firefox (and Chrome and Opera, for that matter) each use the same implementation of JavaScript provided by Microsoft. Please correct me if this information is inaccurate.
    The failing page and it's applet are proprietary; I cannot provide the Internet URL, nor the Java or JavaScript source, to aid in your analysis.

    I can speak to the source code, but have no access to it.
    The current process/thread that invokes an applet method must check to see that the applet is not currently being loaded by another process/thread. If it is being loaded, the current process/thread should block until the load is complete, THEN attempt to invoke the applet method.
    Please forward my concern to a knowledgable developer. The nature of the problem, once identified, can be addressed in a very straightforward manner.

  • [SOLVED] Forms Web - Works on IE and Chrome, firefox says it misses plugin

    Greetings,
    Both in IE and Chrome it works perfectly i open the Gin client through the same URL, ex: http://10.0.0.28:7778/forms/frmservlet?config=gin4
    However if i try the same URL in firefox it shows a big grey square in the page saying "Click here to download Plugin"
    Clicking instal it opens a small popup saying no suitable plugins were found, inside it says and Unknown Plugin (text/html) and a button to installs manually appears.
    Clicking on that button i am taken to this page: http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
    I have lost track on the number of times i have installes uninstalled and reinstalled a lot of java versions not just the 1.4.2_06 version.
    I have been trying to fix this problem for a couple of months now with no luck.
    Here is the Source code from the html page, its the same for every browser since its the same url:
    <HTML>
    <!-- FILE: webutiljpi.htm (Oracle Forms) -->
    <!-- -->
    <!-- This is the default base HTML file for running a form on the -->
    <!-- web using the JDK Java Plugin. This is used for example when -->
    <!-- running with Netscape on Unix. -->
    <!-- and a certificate regsitration applet for the WebUtil utility -->
    <!-- -->
    <!-- IMPORTANT NOTES: -->
    <!-- Default values for all the variables which appear below -->
    <!-- (enclosed in percent characters) are defined in the servlet -->
    <!-- configuration file (formsweb.cfg). It is preferable to make -->
    <!-- changes in that file where possible, rather than this one. -->
    <!-- -->
    <!-- This file uses several extra tags that are not present in the -->
    <!-- default template files. You should ensure that these are -->
    <!-- present in the configuration that uses this template -->
    <!-- The extra substitution Tags are: -->
    <!-- frmwebutil.jar, jacob.jar = jar file containing the WebUtil code -->
    <!-- (by default this should be frmwebutil.jar) -->
    <!-- off = Defines the current logging mode. -->
    <!-- Valid values: off|on|console|server|all -->
    <!-- (on == console) -->
    <!-- normal = Specifies the level of error logging.-->
    <!-- Valid values: normal|detailed -->
    <!-- Alert = Should errors be displayed in an alert -->
    <!-- as well as the programmer defined -->
    <!-- locations -->
    <!-- Valid values: console|server|alert|all -->
    <!-- 5 = Counts in second to -->
    <!-- indicate how often the monitor thread -->
    <!-- checks to see if the Forms session is still-->
    <!-- alive. Used with the WebUtil_Session -->
    <!-- package. -->
    <!-- true = Should intranet without domain suffix-->
    <!-- be trusted. -->
    <!-- Valid values: true|yes|false|no -->
    <!-- 16384 = Size in bytes of file transfer -->
    <!-- segments. Default and maximum allowed is -->
    <!-- 16384, i.e. 16K. -->
    <HEAD><TITLE>GIN - Gestao Integrada do Negocio - WebUtil</TITLE></HEAD>
    <BODY >
    <COMMENT id="forms_plugin_info"
    plug_ver="clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA"
    appheight="800"
    appwidth="900"
    appcodebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06">
    </COMMENT>
    <!-- Forms applet definition (start) -->
    <NOSCRIPT>
    <OBJECT classid="clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA"
    codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06"
    WIDTH="900"
    HEIGHT="800"
    HSPACE="0"
    VSPACE="0">
    </NOSCRIPT>
    <SCRIPT LANGUAGE="JavaScript" SRC="java/forms_ie.js"></SCRIPT>
    <PARAM NAME="TYPE" VALUE="application/x-java-applet;jpi-version=1.4.2_06">
    <PARAM NAME="CODEBASE" VALUE="/forms/java">
    <PARAM NAME="CODE" VALUE="oracle.forms.engine.Main" >
    <PARAM NAME="ARCHIVE" VALUE="frmall.jar, ginico4.jar, laf.jar,formsmagnifier.jar,formsmagnifier10123.jar,handleimage3.jar,fjtable.jar,frmwebutil.jar, jacob.jar" >
    <PARAM NAME="serverURL" VALUE="/forms/lservlet?ifcfs=/forms/frmservlet?config=gin4&acceptLanguage=en-US,en;q=0.8">
    <PARAM NAME="networkRetries" VALUE="30">
    <PARAM NAME="serverArgs"
    VALUE="escapeParams=true module=GINFS001.fmx userid= sso_userid=%20 sso_formsid=%25OID_FORMSID%25 sso_subDN= sso_usrDN= debug=no host= port= buffer_records=no debug_messages=no array=no obr=no query_only=no quiet=yes render=no record= tracegroup= log= term=/orasoft/OraHome_1/forms/admin/resource/US/fmrpcweb.res UTI= PASS= IDIOMA= ADMGIN=admgin PM$CSS_FILENAME=/gin/gin4/exe/forms.css">
    <PARAM NAME="separateFrame" VALUE="true">
    <PARAM NAME="splashScreen" VALUE="no">
    <PARAM NAME="background" VALUE="FUNDO.jpg">
    <PARAM NAME="lookAndFeel" VALUE="oracle">
    <PARAM NAME="colorScheme" VALUE="blue">
    <PARAM NAME="serverApp" VALUE="default">
    <PARAM NAME="logo" VALUE="REMATE_MENU.gif">
    <PARAM NAME="imageBase" VALUE="codebase">
    <PARAM NAME="formsMessageListener" VALUE="">
    <PARAM NAME="recordFileName" VALUE="">
    <PARAM NAME="EndUserMonitoringEnabled" VALUE="">
    <PARAM NAME="EndUserMonitoringURL" VALUE="">
    <PARAM NAME="heartBeat" VALUE="">
    <PARAM NAME="WebUtilLogging" VALUE="off">
    <PARAM NAME="WebUtilLoggingDetail" VALUE="normal">
    <PARAM NAME="WebUtilErrorMode" VALUE="Alert">
    <PARAM NAME="WebUtilDispatchMonitorInterval" VALUE="5">
    <PARAM NAME="WebUtilTrustInternal" VALUE="true">
    <PARAM NAME="WebUtilMaxTransferSize" VALUE="16384">
    <COMMENT>
    <EMBED SRC="" PLUGINSPAGE="http://java.sun.com/products/archive/j2se/1.4.2_06/index.html"
    TYPE="application/x-java-applet;jpi-version=1.4.2_06"
    java_codebase="/forms/java"
    java_code="oracle.forms.engine.Main"
    java_archive="frmall.jar, ginico4.jar, laf.jar,formsmagnifier.jar,formsmagnifier10123.jar,handleimage3.jar,fjtable.jar,frmwebutil.jar, jacob.jar"
    WIDTH="900"
    HEIGHT="800"
    HSPACE="0"
    VSPACE="0"
    serverURL="/forms/lservlet?ifcfs=/forms/frmservlet?config=gin4&acceptLanguage=en-US,en;q=0.8"
    networkRetries="30"
    serverArgs="escapeParams=true module=GINFS001.fmx userid= sso_userid=%20 sso_formsid=%25OID_FORMSID%25 sso_subDN= sso_usrDN= debug=no host= port= buffer_records=no debug_messages=no array=no obr=no query_only=no quiet=yes render=no record= tracegroup= log= term=/orasoft/OraHome_1/forms/admin/resource/US/fmrpcweb.res UTI= PASS= IDIOMA= ADMGIN=admgin PM$CSS_FILENAME=/gin/gin4/exe/forms.css"
    separateFrame="true"
    splashScreen="no"
    background="FUNDO.jpg"
    lookAndFeel="oracle"
    colorScheme="blue"
    serverApp="default"
    logo="REMATE_MENU.gif"
    imageBase="codebase"
    recordFileName=""
    EndUserMonitoringEnabled=""
    EndUserMonitoringURL=""
    heartBeat=""
    WebUtilLogging="off"
    WebUtilLoggingDetail="normal"
    WebUtilErrormode="Alert"
    WebUtilDispatchMonitorInterval="5"
    WebUtilTrustInternal="true"
    WebUtilMaxTransferSize="16384"
    >
    <NOEMBED>
    </COMMENT>
    </NOEMBED></EMBED>
    </OBJECT>
    <!-- Forms applet definition (end) -->
    </BODY>
    </HTML>
    Any help is appreciated.
    Best regards,
    Igor Carrasco

    In the Java plugins i see :
    Java(TM) Platform SE 6 U20
    File: npjp2.dll
    Version: 6.0.200.2
    Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    MIME Type      Description      Suffixes
    application/x-java-applet      Java Applet      
    application/x-java-bean      JavaBeans      
    application/x-java-vm           
    application/x-java-applet;version=1.1.1           
    application/x-java-bean;version=1.1.1           
    application/x-java-applet;version=1.1           
    application/x-java-bean;version=1.1           
    application/x-java-applet;version=1.2           
    application/x-java-bean;version=1.2           
    application/x-java-applet;version=1.1.3           
    application/x-java-bean;version=1.1.3           
    application/x-java-applet;version=1.1.2           
    application/x-java-bean;version=1.1.2           
    application/x-java-applet;version=1.3           
    application/x-java-bean;version=1.3           
    application/x-java-applet;version=1.2.2           
    application/x-java-bean;version=1.2.2           
    application/x-java-applet;version=1.2.1           
    application/x-java-bean;version=1.2.1           
    application/x-java-applet;version=1.3.1           
    application/x-java-bean;version=1.3.1           
    application/x-java-applet;version=1.4           
    application/x-java-bean;version=1.4           
    application/x-java-applet;version=1.4.1           
    application/x-java-bean;version=1.4.1           
    application/x-java-applet;version=1.4.2           
    application/x-java-bean;version=1.4.2           
    application/x-java-applet;version=1.5           
    application/x-java-bean;version=1.5           
    application/x-java-applet;version=1.6           
    application/x-java-bean;version=1.6           
    application/x-java-applet;jpi-version=1.6.0_20           
    application/x-java-bean;jpi-version=1.6.0_20           
    and this also:
    Java Deployment Toolkit 6.0.200.2
    File: npdeployJava1.dll
    Version: 6.0.200.2
    NPRuntime Script Plug-in Library for Java(TM) Deploy
    MIME Type      Description      Suffixes
    application/java-deployment-toolkit           
    Plus a lot more plugins not from Java.
    Best regards

  • Flash not working in Safari (and Chrome and Firefox) - possible solution

    Yesterday my Mac crashed (actually when I was away from it) and when it rebooted, Adobe Flash would freeze any web browser it ran in (Safari, Firefox and Chrome - which surprised me as I thought it used a different version of Flash). Great with so many live-blogs happening in the world of news right now.
    I tried all the usual suspects:
    * Deleted browser caches;
    * Uninstalled Flash (Adobe have an uninstaller available) and reinstalled the same version;
    * Uninstalled Flash and reinstalled the newest version;
    * Made sure I had no duplicate fonts (I did) as I'd experienced problems with this with an iPhoto upgrade;
    * Checked recent upgrades (iWeb and Camera updates) to see what they installed (nothing dangerous);
    * Fixed permissions (they needed it);
    * Tried running Safari under 32-bit (didn't think that would work as I hadn't updated Flash itself);
    * Signed in as another user.
    None worked.
    As a last resort, I downloaded the latest version of the Onyx utility (freeware) and ran the Maintenance scripts, then, under Cleaning, deleted System cache, User cache, Internet stuff (left the cookies), and Font caches (you'll need to Close all the dialog boxes then Restart at the end). Expect a long reboot.
    That worked.
    It may not work for everyone but may for someone.
    Scott

    I was having the same issue. I logged into another account, a plain no add-ons account and found that I could view flash content with Safari OK. That mean that there was some preference file in my primary account that was the culprit.
    Here's how to cull out the bad apple (pun intended):
    Trouble Shooting Preferences
    Go to HD/Users/Your_name/Library. Move the Preferences folder (in its entirety) to the Desktop and make a second copy of it so you have Copy A and B. Now try the the process again and determine if problem is fixed.
    If the problem IS fixed, then go to the new Prefs folder that the OS will have created and open it up.
    Open Copy B on the Desktop and select all of the items inside. Drag them into the open new library folder. When the Copy window comes up check the Apply to All check box and then click on the Don't Replace button as seen here. That will keep the new files created and bring back all of the others.
    If the problem is NOT fixed, trash the new Prefs folder and move the intact Copy A folder back to the Library folder .
    This cleared it up. I ended up with 16 items that were not put back in the preference folder.
    Hope this will work for some of you.
    Do you Twango?

  • Spry menu displays fine in FF and Chrome but not in IE

    hello all -
    as stated my Spry menu drops down fine (vertical) in FF and Chrome but in IE8 it displays horizontal. pls help & ty!
    here is the CSS and an example page-
    http://www.thelders.com/BlueRidge/ContactUs.html
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    #MenuBar1 {
    margin:0 auto;
    width:876px;
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive {
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    position: absolute;
    left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
    left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li {
    width: 8.2em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul {
    position: absolute;
    margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
    left: auto;
    top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul {
    border: 1px solid #738dbb;
    background-color: #ddd9c3;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a {
    display: block;
    cursor: pointer;
    padding:6px 18px;
    text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
    background-color: #aac0db;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu {
    background-image: url(SpryMenuBarDown.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
    background-image: url(SpryMenuBarDownHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe {
    position: absolute;
    z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection {
    ul.MenuBarHorizontal li.MenuBarItemIE {
    display: inline;
    f\loat: left;

    First off read the notice on the index page of this forum
    Announcement: Introducing Spry UI
    Then add the following style rules to your document
    ul.MenuBarHorizontal li {
        width: 8em;
    ul.MenuBarHorizontal ul {
        width: 8.2em;
    I hope this helps.
    Ben

  • Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise o

    Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise on this problem we are facing. Thank you.
    == This happened ==
    Every time Firefox opened
    == Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise on this problem we are facing. Thank you. ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.78 Safari/532.5

    Reset the page zoom on pages that cause problems: '''View > Zoom > Reset''' (Ctrl+0 (zero); Cmd+0 on Mac)
    See [[Text Zoom]] and [[Page Zoom]] and http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can try if it works if you disable OOPP (Out-Of-Process-Plugins) for Flash
    You can set the prefs dom.ipc.plugins.enabled.* to false on the about:config page to disable the plugin-container process.
    dom.ipc.plugins.enabled (currently false by default)
    dom.ipc.plugins.enabled.npswf32.dll (Flash)
    To open the ''about:config'' page, type '''about:config''' in the location (address) bar and press the Enter key, just like you type the url of a website to open a website.
    If you see a warning then you can confirm that you want to access that page.

  • Sessions not working in Firefox, Safari and Chrome, but working in iexplore

    Hi,
    I have been running Tomcat 5.0.18 jdk 1.4. and have just upgraded to Tomcat 6.0.24 jdk 1.6..
    I have an app that you need to log on to in a jsp page. When succesfully logged in it redirects to a framed page with 3 pages in it.
    All elements of that framed page check for a valid session, if there is one, it displays itself, if not, it redirects back to the log on screen.
    This has worked fine for years in all browsers. But since upgrading, in Firefox, Safari and Chrome, when the parent framed page jsp checks for a session, its fine, it passes, but when the other sub-frame pages check for a session, it comes back as a new session, i.e. its not picking up the session that has just been validated and redirects to the login page. Iexplore still works fine. i.e. all 3 pages validate ok.
    Any ideas why these browsers are not pickng up the session?

    As a test, try putting an empty JSP in front of it that triggers the session to be created, and then redirects (with a HTTP meta refresh for example) to the frameset jsp to see if that fixes anything.
    If that fixes it, then I guess the pages load too quickly.

  • Safari and Chrome shutting down

    Safari and Chrome shuttingdown what to do?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Step 1
    For this step, the title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter the name of the crashed application or process. For example, if Safari crashed, you would enter "Safari" (without the quotes.)
    Each message in the log begins with the date and time when it was entered. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    ☞ The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, select
              DIAGNOSTIC AND USAGE INFORMATION ▹ User Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of crash reports. The name of each report starts with the name of the process, and ends with ".crash". Select the most recent report related to the process in question. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    If you don't see any reports listed, but you know there was a crash, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • Safari and chrome have mal wear.  How do i get rid of it?

    safari and chrome have mal wear.  How do i get rid of it?

    There is no need to download anything to solve this problem.
    You may have installed one or more of the common types of ad-injection malware. Follow the instructions on this Apple Support page to remove it. It's been reported that some variants of the "VSearch" malware block access to the page. If that happens, start in safe mode by holding down the shift key at the startup chime, then try again.
    Back up all data before making any changes.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, ask for further instructions.
    Make sure you don't repeat the mistake that led you to install the malware. It may have come from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    Malware is also found on websites that traffic in pirated content such as video. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates (OS X 10.10 or later)
    or
              Download updates automatically (OS X 10.9 or earlier)
    if it's not already checked.

  • Safari and Chrome Hogging Memory to Play Video

    Safari and Chrome Start to hog up most of the processor. the videos start out of but after a while the proccessor jumps up to 100% then make the video out of sync with th audio. The Audio will play fine. Once it starts The Processor will cycle up and down until the video is stopped. also I noticed the when transfering any file to and from a USB Stick it takes along time now.
    This is what is going on with no video playing.
    7/22/13 1:36:06.693 PM com.nds.pcshow: Created socket (3)
    7/22/13 1:36:06.693 PM com.nds.pcshow: Set SO_REUSEADDR 1
    7/22/13 1:36:06.693 PM com.nds.pcshow: Set SO_REUSEPORT 1
    7/22/13 1:36:06.693 PM com.nds.pcshow: bind to 0.0.0.0:1900
    7/22/13 1:36:06.693 PM com.nds.pcshow: Starting child process!!!!!!!!!!.
    7/22/13 1:36:07.109 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    7/22/13 1:36:07.160 PM configd: network configuration changed.
    7/22/13 1:36:07.204 PM applepushserviced: <APSCourier: 0x7fcc8b447c10>: Stream error occurred for <APSTCPStream: 0x7fcc8c83aee0>: The operation couldn’t be completed. Socket is not connected
    7/22/13 1:36:07.234 PM applepushserviced: <APSCourier: 0x7fcc8b447c10>: Stream error occurred for <APSTCPStream: 0x7fcc8c83aee0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    7/22/13 1:36:07.237 PM applepushserviced: <APSCourier: 0x7fcc8b447c10>: Stream error occurred for <APSTCPStream: 0x7fcc8c84b370>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    7/22/13 1:36:13.397 PM configd: network configuration changed.
    7/22/13 1:36:13.571 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    7/22/13 1:36:13.572 PM UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on LDGUEST because it is protected and not on the exception list
    7/22/13 1:36:13.572 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    7/22/13 1:36:13.578 PM configd: network configuration changed.
    7/22/13 1:36:18.882 PM rpcsvchost: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    7/22/13 1:37:46.659 PM Mail: Using V2 Layout
    7/22/13 1:37:48.755 PM SyncServer: [0x7fc5d9c17080] |DataManager|Warning| Client com.apple.DotMacSync image file path /System/Library/PreferencePanes/Mac.prefPane/Contents/Resources/Internet.tiff does not exist.
    7/22/13 1:37:48.758 PM SyncServer: [0x7fc5d9c17080] |DataManager|Warning| Client com.yahoo.70:cd:60:78:53:6c image file path /System/Library/PrivateFrameworks/YahooSync.framework/Resources/Yahoo! Sync.app/Contents/Resources/y_logo_mac_1.png does not exist.
    7/22/13 1:38:06.763 PM mDNSResponder:  42: Could not write data to client because of error - aborting connection
    7/22/13 1:38:06.768 PM mDNSResponder:  42: DNSServiceGetAddrInfo      v4v6 ytimg.l.google.com.
    7/22/13 1:38:21.815 PM com.apple.mdworker.pool.0: I/O error : encoder error
    7/22/13 1:38:22.251 PM mdworker: *** Failed to decode 8bi data, treating as binary
    7/22/13 1:38:22.254 PM mdworker: *** Failed to decode 8bi data, treating as binary
    7/22/13 1:38:22.435 PM mdworker: *** Failed to decode 8bi data, treating as binary
    This is what is going on when Video is playing
    7/22/13 1:41:18.771 PM Yahoo! Sync: Unable to load nib file: MainMenu, exiting
    7/22/13 1:53:45.739 PM com.apple.SecurityServer: Session 100030 created
    7/22/13 1:53:46.821 PM login: USER_PROCESS: 1739 ttys000
    7/22/13 1:58:24.693 PM login: DEAD_PROCESS: 1739 ttys000
    7/22/13 2:10:09.258 PM PluginProcess: REQUIRE_NO_ERR failure: 0xe00002d7 - file: /SourceCache/IOBluetoothFamily/IOBluetoothFamily-4080.4.17/Core/Framework/Core/ Device/IOBluetoothDeviceConfigUserLib.m:446
    7/22/13 2:10:09.264 PM [0x0-0xe00e0].com.apple.Safari: 2013-07-22 14:10:09.245 PluginProcess[1777:23b07] REQUIRE_NO_ERR failure: 0xe00002d7 - file: /SourceCache/IOBluetoothFamily/IOBluetoothFamily-4080.4.17/Core/Framework/Core/ Device/IOBluetoothDeviceConfigUserLib.m:446
    7/22/13 2:12:14.825 PM [0x0-0x120120].com.ibm.lotus.Notes: [068C:0005-B1982000] 07/22/2013 02:12:14 PM  00:81

    Safari and Chrome Start to hog up most of the processor. the videos start out of but after a while the proccessor jumps up to 100% then make the video out of sync with th audio. The Audio will play fine. Once it starts The Processor will cycle up and down until the video is stopped. also I noticed the when transfering any file to and from a USB Stick it takes along time now.
    This is what is going on with no video playing.
    7/22/13 1:36:06.693 PM com.nds.pcshow: Created socket (3)
    7/22/13 1:36:06.693 PM com.nds.pcshow: Set SO_REUSEADDR 1
    7/22/13 1:36:06.693 PM com.nds.pcshow: Set SO_REUSEPORT 1
    7/22/13 1:36:06.693 PM com.nds.pcshow: bind to 0.0.0.0:1900
    7/22/13 1:36:06.693 PM com.nds.pcshow: Starting child process!!!!!!!!!!.
    7/22/13 1:36:07.109 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    7/22/13 1:36:07.160 PM configd: network configuration changed.
    7/22/13 1:36:07.204 PM applepushserviced: <APSCourier: 0x7fcc8b447c10>: Stream error occurred for <APSTCPStream: 0x7fcc8c83aee0>: The operation couldn’t be completed. Socket is not connected
    7/22/13 1:36:07.234 PM applepushserviced: <APSCourier: 0x7fcc8b447c10>: Stream error occurred for <APSTCPStream: 0x7fcc8c83aee0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    7/22/13 1:36:07.237 PM applepushserviced: <APSCourier: 0x7fcc8b447c10>: Stream error occurred for <APSTCPStream: 0x7fcc8c84b370>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    7/22/13 1:36:13.397 PM configd: network configuration changed.
    7/22/13 1:36:13.571 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    7/22/13 1:36:13.572 PM UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on LDGUEST because it is protected and not on the exception list
    7/22/13 1:36:13.572 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    7/22/13 1:36:13.578 PM configd: network configuration changed.
    7/22/13 1:36:18.882 PM rpcsvchost: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    7/22/13 1:37:46.659 PM Mail: Using V2 Layout
    7/22/13 1:37:48.755 PM SyncServer: [0x7fc5d9c17080] |DataManager|Warning| Client com.apple.DotMacSync image file path /System/Library/PreferencePanes/Mac.prefPane/Contents/Resources/Internet.tiff does not exist.
    7/22/13 1:37:48.758 PM SyncServer: [0x7fc5d9c17080] |DataManager|Warning| Client com.yahoo.70:cd:60:78:53:6c image file path /System/Library/PrivateFrameworks/YahooSync.framework/Resources/Yahoo! Sync.app/Contents/Resources/y_logo_mac_1.png does not exist.
    7/22/13 1:38:06.763 PM mDNSResponder:  42: Could not write data to client because of error - aborting connection
    7/22/13 1:38:06.768 PM mDNSResponder:  42: DNSServiceGetAddrInfo      v4v6 ytimg.l.google.com.
    7/22/13 1:38:21.815 PM com.apple.mdworker.pool.0: I/O error : encoder error
    7/22/13 1:38:22.251 PM mdworker: *** Failed to decode 8bi data, treating as binary
    7/22/13 1:38:22.254 PM mdworker: *** Failed to decode 8bi data, treating as binary
    7/22/13 1:38:22.435 PM mdworker: *** Failed to decode 8bi data, treating as binary
    This is what is going on when Video is playing
    7/22/13 1:41:18.771 PM Yahoo! Sync: Unable to load nib file: MainMenu, exiting
    7/22/13 1:53:45.739 PM com.apple.SecurityServer: Session 100030 created
    7/22/13 1:53:46.821 PM login: USER_PROCESS: 1739 ttys000
    7/22/13 1:58:24.693 PM login: DEAD_PROCESS: 1739 ttys000
    7/22/13 2:10:09.258 PM PluginProcess: REQUIRE_NO_ERR failure: 0xe00002d7 - file: /SourceCache/IOBluetoothFamily/IOBluetoothFamily-4080.4.17/Core/Framework/Core/ Device/IOBluetoothDeviceConfigUserLib.m:446
    7/22/13 2:10:09.264 PM [0x0-0xe00e0].com.apple.Safari: 2013-07-22 14:10:09.245 PluginProcess[1777:23b07] REQUIRE_NO_ERR failure: 0xe00002d7 - file: /SourceCache/IOBluetoothFamily/IOBluetoothFamily-4080.4.17/Core/Framework/Core/ Device/IOBluetoothDeviceConfigUserLib.m:446
    7/22/13 2:12:14.825 PM [0x0-0x120120].com.ibm.lotus.Notes: [068C:0005-B1982000] 07/22/2013 02:12:14 PM  00:81

  • Flash not running in FF but runs in IE and Chrome

    Hello:
    I am having an issue with Flash not running in Firefox but it is running in IE and Chrome. The main url is http://www.mcafee.com/us/campaign/network-security/virtualized-data-center.html on which there is a section called "ROI Calculator". The download button links to a flash program which opens up
    in IE and Chrome but does not open in Firefox. I am using windows 7 professional and Firefox 8. Here is the code for the page http://www.mcafee.com/us/resources/roi/brocade-mcafee-tco/roi-brocade-mcafee-tco.html :
    <!-- saved from url=(0014)about:internet -->
    <html lang="en">
    <!--
    Smart developers always View Source.
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR.
    Learn more about Flex at http://flex.org
    // -->
    <head>
    <meta name="robots" content="noindex,nofollow">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
    <script type="text/javascript" src="http://s7.addthis.com/js/200/addthis_widget.js"></script>
    <script type="text/javascript" src="swfobject.js"></script>
    <script type="text/javascript">
    function openAddThisWindow(v1,v2,url)
                    return addthis_open(this, 'email' );
    </script>
    <!--  BEGIN Browser History required section -->
    <link rel="stylesheet" type="text/css" href="history/history.css" />
    <!--  END Browser History required section -->
    <title></title>
    <script src="AC_OETags.js" language="javascript"></script>
    <!--  BEGIN Browser History required section -->
    <script src="history/history.js" language="javascript"></script>
    <!--  END Browser History required section -->
    <style>
    body { margin: 0px; overflow:hidden }
    </style>
    <script language="JavaScript" type="text/javascript">
    <!--
    // Globals
    // Major version of Flash required
    var requiredMajorVersion = 9;
    // Minor version of Flash required
    var requiredMinorVersion = 0;
    // Minor version of Flash required
    var requiredRevision = 124;
    // -->
    </script>
    </head>
    <body scroll="no">
    <script language="JavaScript" type="text/javascript">
    <!--
    // Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
    var hasProductInstall = DetectFlashVer(6, 0, 65);
    // Version check based upon the values defined in globals
    var hasRequestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    if ( hasProductInstall && !hasRequestedVersion ) {
        // DO NOT MODIFY THE FOLLOWING FOUR LINES
        // Location visited after installation is complete if installation is required
        var MMPlayerType = (isIE == true) ? "ActiveX" : "PlugIn";
        var MMredirectURL = window.location;
        document.title = document.title.slice(0, 47) + " - Flash Player Installation";
        var MMdoctitle = document.title;
        AC_FL_RunContent(
            "src", "playerProductInstall",
            "FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"" ,
            "width", "100%",
            "height", "100%",
            "align", "middle",
            "id", "Brocade_ROI",
            "quality", "high",
            "bgcolor", "#FFFFFF",
            "name", "Brocade_ROI",
            "allowScriptAccess","sameDomain",
            "type", "application/x-shockwave-flash",
            "pluginspage", "http://www.adobe.com/go/getflashplayer"
    } else if (hasRequestedVersion) {
        // if we've detected an acceptable version
        // embed the Flash Content SWF when all tests are passed
        AC_FL_RunContent(
                "src", "Brocade_ROI",
                "width", "100%",
                "height", "100%",
                "align", "middle",
                "id", "Brocade_ROI",
                "quality", "high",
                "bgcolor", "#FFFFFF",
                "name", "Brocade_ROI",
                "allowScriptAccess","sameDomain",
                "type", "application/x-shockwave-flash",
                "pluginspage", "http://www.adobe.com/go/getflashplayer"
      } else {  // flash is too old or we can't detect the plugin
        var alternateContent = 'Alternate HTML content should be placed here. '
          + 'This content requires the Adobe Flash Player. '
           + '<a href=http://www.adobe.com/go/getflash/>Get Flash</a>';
        document.write(alternateContent);  // insert non-flash content
    // -->
    </script>
    <noscript>
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                id="Brocade_ROI" width="100%" height="100%"
                codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
                <param name="movie" value="Brocade_ROI.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="#869ca7" />
                <param name="allowScriptAccess" value="sameDomain" />
                <embed src="Brocade_ROI.swf" quality="high" bgcolor="#869ca7" width="100%" height="100%" name="Brocade_ROI" align="middle" play="true" loop="false"            quality="high" allowScriptAccess="sameDomain" type"application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"></embed>
        </object>
    </noscript>
    <!-- SiteCatalyst code version: H.21. -->
    <script language="javascript" type="text/javascript" src="http://www.mcafee.com/common/js/s_code-20110804.js"></script>
    <script language="javascript" type="text/javascript">
        s.pageName="corp:en-us:direct:resources:roi:brocade_mcafee_tco";
        s.pageName=s.pageName.toLowerCase();
        s.channel="corp:en-us:direct:resources:roi";
        s.eVar21=s.channel=s.channel.toLowerCase();
        s.eVar22="corp:en-us:direct:resources:roi:brocade_mcafee_tco";
        s.prop1=s.eVar22=s.eVar22.toLowerCase();
        s.events="event1";
        s.prop4=s.eVar4="us";
        s.prop5=s.eVar5="en-us";
        s.prop7=s.eVar7="NA";
        s.prop6=s.eVar6="direct";
    /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
    var s_code=s.t();if(s_code)document.write(s_code)</script>
    <!-- End SiteCatalyst code version: H.21. -->
    </body>
    </html>
    Thanks in advance for your help.

    Too much text :/ I hate generated source - something always goes wrong and you never know what the hell
    What about embedding it yourself?
    Create empty HTML file, download swfobject.js: http://code.google.com/p/swfobject/downloads/list
    And use this block of code. Of course, change name of swf file, width and height. Unpack swfobject.js right next to the html file.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
      <head>
        <title>SWFObject dynamic embed - step 3</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
        swfobject.embedSWF("myContent.swf", "myContent", "800", "600", "9.0.0");
        </script>
      </head>
      <body>
        <div id="myContent">
          <p>Alternative content</p>
        </div>
      </body>
    </html>

  • 10.8.2 Update Causes Skype and Chrome to Crash

    I just finished the OSX 10.8.2 update and now Skype and Chrome/Rockmelt won't open on my Macbook Pro.
    I get the following error message:
    "RockMelt (or Chrome/Skype) quit unexpectedly.
    Click Reopen to open the application again. Click Report to see more detailed information and send a report to Apple."
    I've tried opening the applications again, (repeatedly) as well as restarting my computer to no avail. Everything was working perfectly prior to the update. Anyone else having the same problem? Or advice on what to do?

    So far, here are the programs that I've experienced problems with:
    Non-Apple Programs
    Chrome/Rockmelt
    Skype
    Remote Desktop
    Apple Programs
    iPhoto
    Dashboard (sometimes)
    AppStore (sometimes)
    Everthing worked perfectly until the update and now the programs won't even open. Also, I've redownloaded Chrome/Rockmelt and Skype with no success.
    Thanks!

  • Missing quicktime plug-in in Safari and Chrome

    Go to this page: http://docs.autodesk.com/NINVFUS/S3/ENU/index.html and click Essentials Videos then click any title. In Safari and Chrome, I (and others) get Missing Plug-in.
    I've tried using Pacifist with OSXUpdCombo10.8.2 to install quicktime. I tried copying the quicktime plugin to the library. I tried installing Perian. Still no joy.
    Any suggestions before I reinstall OS?
    Thanks!

    pmilleradsk wrote:
    Go to this page: http://docs.autodesk.com/NINVFUS/S3/ENU/index.html and click Essentials Videos then click any title. In Safari and Chrome, I (and others) get Missing Plug-in.
    I've tried using Pacifist with OSXUpdCombo10.8.2 to install quicktime. I tried copying the quicktime plugin to the library. I tried installing Perian. Still no joy.
    Any suggestions before I reinstall OS?
    Thanks!
    I don't believe that reinstalling will help. I have no problems with 10.8.3 so try installing the Combo update of that if you want, but I get the same as you on that particular website, yet have had no problems with any other website. May be it's made for Windows IE. Reinstalling the entire OSX would be pretty drastic.
    Contact the hosts of that website first and ask them.
    Cheers
    Pete

Maybe you are looking for

  • Scheduling agreement process doc

    Hi, can anybody share the Process Document/config doc for Procuing Materials from Supplier through ALE 1. Scheduling agreement created and IDoc tranfered to Supplier.At supplier end Sales Scheduling agreemenet created. 2. Maitain Delivery schedules a

  • Portege Z930 - Display Driver doesn't work correctly

    Hello, we have a Portege Z930 with Windows 7 64 bit in use where the Intel Display Driver seem to work incorrectly. First problem is the slow presentation on display - if we open a picture (simple JPG) and move the window, the window frame will break

  • Adobe Flash Player and pluggin 16.0 r0 constantly stops working

    For a couple of days now firefox and adobe flash player/pluggin 16.0 r0 will not function properly at all. If I end up on a site like youtube or other sites with similar functions, I get bombarded repeatedly with this message and can't do anything ab

  • Oracle EM Prob

    Hi, I have installed agent into target HOST and heartbeat is getting and data is uploading. But in OEM site resource is showing as unavailable. In OEM setup-> agent-> guest is showing CPU usage and virtual memory usage is unavailable. Log file ( emom

  • Installdb process takes 100% of CPU

    Hello, I've just installed OS X 10.5 Leopard as Tiger upgrade. Everything work really slow, comparing to Tiger. The thing I've noticed - process named installdb takes all the rest of cpu power. I mean, cpu usage is always about 100% because of this.