Run method on Ctrl+Shift+D

I'm trying to create add a debug menu when the user presses Ctrl+Shift+D. I have a class which extends JFrame, and this is the code I'm using.
KeyStroke debugKeyStroke = KeyStroke.getKeyStroke(KeyEvent.VK_D, InputEvent.CTRL_DOWN_MASK & InputEvent.SHIFT_DOWN_MASK, false);
        Action debugAction = new AbstractAction() {
            public void actionPerformed(ActionEvent e) {
                someMethod();
        this.getRootPane().getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW).put(debugKeyStroke, "D");
        this.getRootPane().getActionMap().put("D", debugAction);I have another action set up to close the window when Escape is pressed which works perfectly, but I can't get this one to work.

Thanks. That fixed it :)
Add the menu you want to be visible to the menu bar as usual, use myMenu.setVisible(false); to hide it until the user presses your key combo.
KeyStroke debugKeyStroke = KeyStroke.getKeyStroke(KeyEvent.VK_D, InputEvent.CTRL_DOWN_MASK | InputEvent.SHIFT_DOWN_MASK, false);
        Action debugAction = new AbstractAction() {
            // close the frame when the user presses escape
            public void actionPerformed(ActionEvent e) {
                DEBUG = !DEBUG;
                mnuDebug.setVisible(DEBUG);
                menuBar.revalidate();
        this.getRootPane().getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW).put(debugKeyStroke, "D");
        this.getRootPane().getActionMap().put("D", debugAction);

Similar Messages

  • Exception when recompiling during application run (ctrl+shift+f9) in jdev 11.1.2.4

    Hello,
    We just moved to 11.1.2.4 and when I make a small change to a java managed bean class and press ctrl+shift+f9 (which worked on other version of 11g),
    I get many excpetions.
    This the exception from a very simple test case I created ( It has a button and an outputText, which is changed by the button's action listener from a  managed bean)
    Can anyone help please?
    Thank you,
    Nina
    Target URL -- http://10.202.10.38:7101/RecompileTest-ViewController-context-root/faces/untitled1.jsf
    <ViewHandlerImpl> <_checkTimestamp> Apache Trinidad רץ עם בדיקת חותמת זמן מאופשרת. לא לשימוש בסביבת ייצור. ראה מאפיין org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION ב-WEB-INF/web.xml
    <UIXEditableValue> <_isBeanValidationAvailable> A Bean Validation provider is not present, therefore bean validation is disabled
    in button pressed
    [07:07:58 AM] Updated /C:/Users/Nina_N/AppData/Roaming/JDeveloper/system11.1.2.4.39.64.36.1/o.j2ee/drs/RecompileTest/ViewControllerWebApp.war/WEB-INF/classes
    <07:08:06 IDT 16/07/2013> <Error> <HTTP> <BEA-101362> <[ServletContext@17331630[app:RecompileTest module:RecompileTest-ViewController-context-root path:/RecompileTest-ViewController-context-root spec-version:2.5]] could not deserialize the servlet-context scoped attribute with name: "javax.servlet.context.tempdir"
    java.lang.NullPointerException
      at weblogic.servlet.internal.AttributeWrapper.saveObjectClassLoaderInfo(AttributeWrapper.java:227)
      at weblogic.servlet.internal.AttributeWrapper.convertBytesToObject(AttributeWrapper.java:112)
      at weblogic.servlet.internal.ContextAttributeWrapper.getObject(ContextAttributeWrapper.java:53)
      at weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:60)
      at weblogic.servlet.internal.AttributesMap.get(AttributesMap.java:108)
      Truncated. see log file for complete stacktrace
    >
    <ControllerState> <initializeRequest> ADFc: אותרה Deserialization של מצב מושב העבודה, אך ADF scope HA support אינו מאופשר. כדי להבטיח שהיישום ייתפקד כיאות יש לאפשר את ADF scope HA support בקובץ adf-config.xml.
    <07:08:06 IDT 16/07/2013> <Error> <HTTP> <BEA-101362> <[ServletContext@17331630[app:RecompileTest module:RecompileTest-ViewController-context-root path:/RecompileTest-ViewController-context-root spec-version:2.5]] could not deserialize the servlet-context scoped attribute with name: "oracle.adf.controller.controllerConfigParams"
    java.lang.NullPointerException
      at weblogic.servlet.internal.AttributeWrapper.saveObjectClassLoaderInfo(AttributeWrapper.java:227)
      at weblogic.servlet.internal.AttributeWrapper.convertBytesToObject(AttributeWrapper.java:112)
      at weblogic.servlet.internal.ContextAttributeWrapper.getObject(ContextAttributeWrapper.java:53)
      at weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:60)
      at weblogic.servlet.internal.AttributesMap.get(AttributesMap.java:108)
      Truncated. see log file for complete stacktrace
    >
    <07:08:06 IDT 16/07/2013> <Error> <HTTP> <BEA-101362> <[ServletContext@17331630[app:RecompileTest module:RecompileTest-ViewController-context-root path:/RecompileTest-ViewController-context-root spec-version:2.5]] could not deserialize the servlet-context scoped attribute with name: "oracle.adf.controller.controllerConfigParams"
    java.lang.NullPointerException
      at weblogic.servlet.internal.AttributeWrapper.saveObjectClassLoaderInfo(AttributeWrapper.java:227)
      at weblogic.servlet.internal.AttributeWrapper.convertBytesToObject(AttributeWrapper.java:112)
      at weblogic.servlet.internal.ContextAttributeWrapper.getObject(ContextAttributeWrapper.java:53)
      at weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:60)
      at weblogic.servlet.internal.AttributesMap.get(AttributesMap.java:108)
      Truncated. see log file for complete stacktrace
    >
    <07:08:06 IDT 16/07/2013> <Error> <HTTP> <BEA-101002> <[ServletContext@17331630[app:RecompileTest module:RecompileTest-ViewController-context-root path:/RecompileTest-ViewController-context-root spec-version:2.5]] Could not deserialize the context attribute.
    java.lang.NullPointerException
      at weblogic.servlet.internal.AttributeWrapper.saveObjectClassLoaderInfo(AttributeWrapper.java:227)
      at weblogic.servlet.internal.AttributeWrapper.convertBytesToObject(AttributeWrapper.java:112)
      at weblogic.servlet.internal.ContextAttributeWrapper.getObject(ContextAttributeWrapper.java:53)
      at weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:60)
      at weblogic.servlet.internal.EventsManager.unwrapAttribute(EventsManager.java:256)
      Truncated. see log file for complete stacktrace
    >
    <07:08:06 IDT 16/07/2013> <Error> <HTTP> <BEA-101362> <[ServletContext@17331630[app:RecompileTest module:RecompileTest-ViewController-context-root path:/RecompileTest-ViewController-context-root spec-version:2.5]] could not deserialize the servlet-context scoped attribute with name: "oracle.adf.view.rich.context.UriManager"
    java.lang.NullPointerException
      at weblogic.servlet.internal.AttributeWrapper.saveObjectClassLoaderInfo(AttributeWrapper.java:227)
      at weblogic.servlet.internal.AttributeWrapper.convertBytesToObject(AttributeWrapper.java:112)
      at weblogic.servlet.internal.ContextAttributeWrapper.getObject(ContextAttributeWrapper.java:53)
      at weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:60)
      at weblogic.servlet.internal.AttributesMap.get(AttributesMap.java:108)
      Truncated. see log file for complete stacktrace
    >
    <07:08:06 IDT 16/07/2013> <Error> <HTTP> <BEA-101362> <[ServletContext@17331630[app:RecompileTest module:RecompileTest-ViewController-context-root path:/RecompileTest-ViewController-context-root spec-version:2.5]] could not deserialize the servlet-context scoped attribute with name: "oracle.adf.view.rich.context.UriManager"
    java.lang.NullPointerException
      at weblogic.servlet.internal.AttributeWrapper.saveObjectClassLoaderInfo(AttributeWrapper.java:227)
      at weblogic.servlet.internal.AttributeWrapper.convertBytesToObject(AttributeWrapper.java:112)
      at weblogic.servlet.internal.ContextAttributeWrapper.getObject(ContextAttributeWrapper.java:53)
      at weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:60)
      at weblogic.servlet.internal.AttributesMap.get(AttributesMap.java:108)
      Truncated. see log file for complete stacktrace
    >
    <07:08:06 IDT 16/07/2013> <Error> <HTTP> <BEA-101002> <[ServletContext@17331630[app:RecompileTest module:RecompileTest-ViewController-context-root path:/RecompileTest-ViewController-context-root spec-version:2.5]] Could not deserialize the context attribute.
    java.lang.NullPointerException
      at weblogic.servlet.internal.AttributeWrapper.saveObjectClassLoaderInfo(AttributeWrapper.java:227)
      at weblogic.servlet.internal.AttributeWrapper.convertBytesToObject(AttributeWrapper.java:112)
      at weblogic.servlet.internal.ContextAttributeWrapper.getObject(ContextAttributeWrapper.java:53)
      at weblogic.servlet.internal.AttributeWrapper.getObject(AttributeWrapper.java:60)
      at weblogic.servlet.internal.EventsManager.unwrapAttribute(EventsManager.java:256)
      Truncated. see log file for complete stacktrace
    >
    <RichExceptionHandler> <_logUnhandledException> ADF_FACES-60098:חריגים שלא טופלו של מחזור חיים של Faces בשלב RESTORE_VIEW 1
    java.lang.ClassCastException: oracle.adfinternal.view.faces.webapp.rich.RichWindowManagerFactory$WindowIdProviderAdapter cannot be cast to org.apache.myfaces.trinidad.event.WindowLifecycleListener
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManagerFactory$ApplicationWindowListeners.processWindowLifecylce(RichWindowManagerFactory.java:244)
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager._fireWindowLifecycleEvent(RichWindowManager.java:531)
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager._unloadWindow(RichWindowManager.java:667)
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager.unloadWindow(RichWindowManager.java:702)
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager.handleWindowUnloaded(RichWindowManager.java:2080)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:281)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:202)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:65)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <RichExceptionHandler> <_reportFailureForMissingViewRoot> ADF_FACES-30179:לקבלת מידע נוסף, עיין ביומן השגיאות של השרת וחפש רשומה המתחילה ב:  The UIViewRoot is null. חריג מכריע במהלך PhaseId: RESTORE_VIEW 1
    java.lang.ClassCastException: oracle.adfinternal.view.faces.webapp.rich.RichWindowManagerFactory$WindowIdProviderAdapter cannot be cast to org.apache.myfaces.trinidad.event.WindowLifecycleListener
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManagerFactory$ApplicationWindowListeners.processWindowLifecylce(RichWindowManagerFactory.java:244)
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager._fireWindowLifecycleEvent(RichWindowManager.java:531)
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager._unloadWindow(RichWindowManager.java:667)
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager.unloadWindow(RichWindowManager.java:702)
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager.handleWindowUnloaded(RichWindowManager.java:2080)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:281)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:202)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:65)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <XmlHttpServletResponse> <_logException>
    javax.servlet.ServletException: ADF_FACES-60101:קוד סטטוס שגיאת HTTP: 500."
      at oracle.adfinternal.view.faces.config.rich.XmlHttpServletResponse._logException(XmlHttpServletResponse.java:140)
      at oracle.adfinternal.view.faces.config.rich.XmlHttpServletResponse.sendError(XmlHttpServletResponse.java:106)
      at com.sun.faces.context.ExternalContextImpl.responseSendError(ExternalContextImpl.java:835)
      at javax.faces.context.ExternalContextWrapper.responseSendError(ExternalContextWrapper.java:789)
      at javax.faces.context.ExternalContextWrapper.responseSendError(ExternalContextWrapper.java:789)
      at javax.faces.context.ExternalContextWrapper.responseSendError(ExternalContextWrapper.java:789)
      at javax.faces.context.ExternalContextWrapper.responseSendError(ExternalContextWrapper.java:789)
      at javax.faces.context.ExternalContextWrapper.responseSendError(ExternalContextWrapper.java:789)
      at oracle.adfinternal.view.faces.context.RichExceptionHandler._reportFailureForMissingViewRoot(RichExceptionHandler.java:305)
      at oracle.adfinternal.view.faces.context.RichExceptionHandler._handleMissingViewRoot(RichExceptionHandler.java:287)
      at oracle.adfinternal.view.faces.context.RichExceptionHandler._invokeRichExceptionHandling(RichExceptionHandler.java:243)
      at oracle.adfinternal.view.faces.context.RichExceptionHandler._handleUnexpectedException(RichExceptionHandler.java:178)
      at oracle.adfinternal.view.faces.context.RichExceptionHandler._handleException(RichExceptionHandler.java:128)
      at oracle.adfinternal.view.faces.context.RichExceptionHandler._handleNextEvent(RichExceptionHandler.java:113)
      at oracle.adfinternal.view.faces.context.RichExceptionHandler.handle(RichExceptionHandler.java:98)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:210)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:65)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <RichExceptionHandler> <_logUnhandledException> ADF_FACES-60098:חריגים שלא טופלו של מחזור חיים של Faces בשלב RESTORE_VIEW 1
    java.lang.ClassCastException: oracle.adfinternal.view.faces.webapp.rich.RichWindowManagerFactory$WindowIdProviderAdapter cannot be cast to org.apache.myfaces.trinidad.event.WindowLifecycleListener
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManagerFactory$ApplicationWindowListeners.processWindowLifecylce(RichWindowManagerFactory.java:244)
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager._fireWindowLifecycleEvent(RichWindowManager.java:531)
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager._unloadWindow(RichWindowManager.java:667)
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager.unloadWindow(RichWindowManager.java:702)
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager.handleWindowUnloaded(RichWindowManager.java:2066)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:281)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:202)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:65)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:94)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <RichExceptionHandler> <_reportFailureForMissingViewRoot> ADF_FACES-30179:לקבלת מידע נוסף, עיין ביומן השגיאות של השרת וחפש רשומה המתחילה ב:  The UIViewRoot is null. חריג מכריע במהלך PhaseId: RESTORE_VIEW 1
    java.lang.ClassCastException: oracle.adfinternal.view.faces.webapp.rich.RichWindowManagerFactory$WindowIdProviderAdapter cannot be cast to org.apache.myfaces.trinidad.event.WindowLifecycleListener
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManagerFactory$ApplicationWindowListeners.processWindowLifecylce(RichWindowManagerFactory.java:244)
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager._fireWindowLifecycleEvent(RichWindowManager.java:531)
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager._unloadWindow(RichWindowManager.java:667)
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager.unloadWindow(RichWindowManager.java:702)
      at oracle.adfinternal.view.faces.webapp.rich.RichWindowManager.handleWindowUnloaded(RichWindowManager.java:2066)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:281)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:202)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:65)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:94)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <07:08:07 IDT 16/07/2013> <Error> <HTTP> <BEA-101083> <Connection failure.
    java.net.ProtocolException: Didn't meet stated Content-Length, wrote: '213' bytes instead of stated: '147' bytes.
      at weblogic.servlet.internal.ServletOutputStreamImpl.ensureContentLength(ServletOutputStreamImpl.java:446)
      at weblogic.servlet.internal.ServletResponseImpl.ensureContentLength(ServletResponseImpl.java:1432)
      at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:1511)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1462)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      Truncated. see log file for complete stacktrace
    >
    <07:08:07 IDT 16/07/2013> <Error> <HTTP> <BEA-101104> <Servlet execution in servlet context "ServletContext@17331630[app:RecompileTest module:RecompileTest-ViewController-context-root path:/RecompileTest-ViewController-context-root spec-version:2.5]" failed, java.net.ProtocolException: Didn't meet stated Content-Length, wrote: '213' bytes instead of stated: '147' bytes..
    java.net.ProtocolException: Didn't meet stated Content-Length, wrote: '213' bytes instead of stated: '147' bytes.
      at weblogic.servlet.internal.ServletOutputStreamImpl.ensureContentLength(ServletOutputStreamImpl.java:446)
      at weblogic.servlet.internal.ServletResponseImpl.ensureContentLength(ServletResponseImpl.java:1432)
      at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:1511)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1462)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      Truncated. see log file for complete stacktrace
    >

    Look to be a hot swap issue. I don't think you can do anything about this but opening a SR with support, who'll tell you to upgrade to 12c.
    Timo

  • The hotkey for Private Browsing ( CTRL Shift P ) interferes with another program I have running in the background. Is there a way to disable or change the Firefox Hotkey?

    Question:
    The hotkey for Private Browsing (<CTRL><Shift> <P>) interferes with another program I have running in the background. Is there a way to disable or change the Firefox Hotkey?

    You can try this extension:
    *Customizable Shortcuts: https://addons.mozilla.org/firefox/addon/customizable-shortcuts/

  • Why am I unable to use Ctrl+Shift keyboard shortcuts in the Kotoeri input method on OS X 10.9?

    For some reason I'm unable to switch from Hiragana to Katakana and vice versa using the Ctrl+Shift+K and Ctrl+Shift+H keyboard shortcuts when using the Kotoeri IME. The shortcuts appear in the IME menu in the menubar.
    Have these shortcuts been changed in OS X Mavericks and the menu not updated, or does the menu not actively reflect the current keyboard shortcut settings? I'm using OS X 10.9.1 (if that helps at all).
    Any help would be greatly appreciated!

    Thanks for the hint! I hadn't realized that Xcode 5.1.1 was so huge (2.18Gb) and assumed after an hour that the installation had frozen.

  • Ctrl+shift+U - Unicode input, how to disable?

    Anyone knows how to disable ctrl+shift+u unicode input?
    Whenever I press ctrl+shift+u, I get an underlined "u" and can enter some unicode number. However, I don't need it, and because of this, for example in qt creator the predefined "ctrl+shift+u" keyboard shortcut doesn't work.
    I have no idea where this mapping comes from (obviously not qt, since ctrl+shift+u is mapped to an important shortcut), but maybe gnome or the xserver?
    Thanks already

    I just updated from Ubuntu 13.10 to Ubuntu 14.04 and I found that I have exactly this same problem, which is being caused by ibus (my up to date Arch system doesn't seem to have the problem).  You can see if ibus is running on your system via:
    $ ps aux | grep -i ibus
    peniwize  3108  0.0  0.2  47180  3620 ?        Ssl  Jun09   1:44 /usr/bin/ibus-daemon --daemonize --xim
    peniwize  3127  0.0  0.0  37268   264 ?        Sl   Jun09   0:00 /usr/lib/ibus/ibus-dconf
    peniwize  3129  0.0  0.7 181000 13040 ?        Sl   Jun09   0:34 /usr/lib/ibus/ibus-ui-gtk3
    peniwize  3147  0.0  0.2  40224  3984 ?        Sl   Jun09   0:00 /usr/lib/ibus/ibus-x11 --kill-daemon
    peniwize  3179  0.0  0.0  27956  1096 ?        Sl   Jun09   0:10 /usr/lib/ibus/ibus-engine-simple
    I'm running XFCE and there is now a "Language Support" icon in the "Settings" panel (select "Settings Manager" on the main menu.)  The Language Support app contains a "Keyboard input method system" selection on Language tab.  I changed it from 'IBus' to 'None' and now Ctrl+Shift+u works again.  (This is a quick and dirty solution that works for me because I'm only using English and never have to type special characters.)

  • [LAVA Cross Post] CTRL+SHIFT+ Shortcuts sometimes not working in LabVIEW

    Cross-post from LAVA: http://lavag.org/topic/15619-ctrlshift-shortcuts-sometimes-not-working-in-labview/
    See the above post for more information - here's a synopsis:
    CTRL+SHIFT modifiers are not working while running LabVIEW in a Parallels 7 virtual machine. This problem affects both LV2011 and LV2012. I'm not certain that this is a LabVIEW bug - could be an issue with my virtual machine environment or it's configuration - except that CTRL+SHIFT modifiers work in other applications on the affected VMs. It's just LabVIEW that appears to ignore shortcuts with the CTRL+SHIFT modifiers.
    Any ideas? 
    a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"] {color: black;} a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"]:after {content: '';} .jrd-sig {height: 80px; overflow: visible;} .jrd-sig-deploy {float:left; opacity:0.2;} .jrd-sig-img {float:right; opacity:0.2;} .jrd-sig-img:hover {opacity:0.8;} .jrd-sig-deploy:hover {opacity:0.8;}

    X. wrote:
    Still well and alive in Parallels 9 and LabVIEW 2013 SP1. Of course I could upgrade to the latest versions to check whether things have gotten any better.
    Any news on that?
    @mellroth figured out the solution :-)
    a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"] {color: black;} a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"]:after {content: '';} .jrd-sig {height: 80px; overflow: visible;} .jrd-sig-deploy {float:left; opacity:0.2;} .jrd-sig-img {float:right; opacity:0.2;} .jrd-sig-img:hover {opacity:0.8;} .jrd-sig-deploy:hover {opacity:0.8;}

  • [LAVA Cross Post] CTRL+SHIFT+Alpha Shortcuts don't work in LabVIEW

    Cross-post from LAVA: http://lavag.org/topic/15619-ctrlshift-shortcuts-sometimes-not-working-in-labview/
    Bug Synopsis: CTRL+SHIFT+Alpha shortcuts do not work in LabVIEW. Most notably, CTRL+SHIFT+Z, CTRL+SHIFT+E, and CTRL+SHIFT+S
    Test setup: LV2012 32bit with f1 patch running in Win7 64bit inside a Parallels 8 VM in OS X 10.8.1
    To summarize the testing I have tried:
    Many different LabVIEW, Guest OS, and Host OS combinations all fail, including:
    LV2012f1 32 and 64 bit, and LV2009 32 bit
    Win7 32 and 64bit, and also WinXP x64
    Parallels 7 and Parallels 8
    OS X 10.7 and 10.8
    Capturing the keyboard by the VM
    Twiddling every keyboard setting possible on Parallels, Guest, and Host
    Reinstalling keyboard drivers
    Plugging in a known-good keyboard that works on a native Windows machine
    Deleting LabVIEW.ini and letting it regenerate
    Remapping the shortcuts from, e.g., CTRL+SHIFT+E to CTRL+E - in this case, "Show in Project" works, so this might indicate it's a problem registering the shortcut press, not invoking the action itself.
    Sending the keystrokes via on-screen keyboards from both Guest and Host
    Sending the keystrokes via SendInput from user32.dll WinAPI
    Testing every imaginable combo of FN, CONTROL, ALT/OPTION, COMMAND/CMD, SHIFT
    Reinstalling VMs from scratch and reinstalling LV
    Here's a kicker: CTRL+SHIFT+Alpha shortcuts work fine on other Windows programs (I've tried 4 different programs, including Chrome, Notepad++, Paint.NET), yet it does NOT work for VIPM with CTRL+SHIFT+C. This means that the only two programs where the CTRL+SHIFT+Alpha bugs exist are both LabVIEW-related.
    Here's another kicker: It's only CTRL+SHIFT+Alpha shortcuts with the prob - CTRL+SHIFT+3 properly toggles grid alignment, and the "Tools >> Options >> Menu shortcuts" will register any CTRL+SHIFT+Non-alpha shortcut; it just does not respond to the CTRL+SHIFT+Alpha shortcuts.
    Any new troubleshooting ideas are highly appreciated; please feel free to jump in here or on LAVA.
    a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"] {color: black;} a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"]:after {content: '';} .jrd-sig {height: 80px; overflow: visible;} .jrd-sig-deploy {float:left; opacity:0.2;} .jrd-sig-img {float:right; opacity:0.2;} .jrd-sig-img:hover {opacity:0.8;} .jrd-sig-deploy:hover {opacity:0.8;}
    Solved!
    Go to Solution.

    X. wrote:
    Still well and alive in Parallels 9 and LabVIEW 2013 SP1. Of course I could upgrade to the latest versions to check whether things have gotten any better.
    Any news on that?
    @mellroth figured out the solution :-)
    a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"] {color: black;} a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"]:after {content: '';} .jrd-sig {height: 80px; overflow: visible;} .jrd-sig-deploy {float:left; opacity:0.2;} .jrd-sig-img {float:right; opacity:0.2;} .jrd-sig-img:hover {opacity:0.8;} .jrd-sig-deploy:hover {opacity:0.8;}

  • CTRL+SHIFT+O does not work

    WHen i attempt to save a record in an infopath form, I receive an error that the form cannot be submitted and to press CTRL+SHIFT+O to identify errors.  This does nothing!  Is  there any other means to identify the errors on the form
    or to show the user which fields are in error?  All required fields are populated correctly but still the error occurs.
    I also receive a browser message that error fields are outlined in red.  This also does not work.  No fields are outlined.

    Hi jd, did you run the rule inspector in InfoPath to see what may be set up wrong? Try previewing the form in InfoPath and see where the errors are. Then check the setup on the field.
    cameron rautmann

  • Whenever i press backspace, the same thing that happens when i press 'ctrl + shift + I' happens

    Whenever i press backspace, it does the same the same thing as if i press 'ctrl + shift + i', and again the same thing as if i press 'toggle tools' from the web developer option under tools from the menu at the top of firefox. I'm not a developer, i don't need this console thingy, and wouldn't mind getting rid of it. I didn't install it on purpose, and i have no idea what made this start happening recently. It's getting INCREDIBLY annoying.

    The backspace key shouldn't be opening the Console.
    '''Try the Firefox SafeMode''' to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    [https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode#w_safe-mode-window_2 Troubleshoot Firefox issues using Firefox SafeMode]
    When in Safe Mode... <br />
    * The status of plug-ins is not affected.
    * Custom preferences are not affected.
    * All extensions are disabled.
    * The default theme is used, without a persona.
    * userChrome.css and userContent.css are ignored.
    * The default toolbar layout is used.
    * The JIT Javascript compiler is disabled.
    * Hardware acceleration is disabled.
    * You can open the Firefox 15.0+ SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    '''''If it is good in the Firefox SafeMode''''', your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes <br />
    Or it might be caused by Hardware Acceleration.
    ''When you figure out what is causing that, please let us know. It might help other user's who have that problem.''

  • File Save As versus Ctrl+Shift+S

    Is there a way to make the menu function File>Save As and the keyboard shortcut Ctrl+Shift+S behave the same exact way. 
    When using the menus, the file automatically opens with the new name.  It also automatically makes it a PSD file (if something photoshoppy has been done to it).  It also doesn't make it a copy.
    When using the keyboard, you have to select the file type from the list.  It doesn't automatically open the file with the new name (frustrating if you are still editing).  And it always makes it a copy.
    Is there a setting I have turned on or off?  This behaviour runs through the CS5 suite, Photoshop, InDesign, and Illustrator. 
    Please send any suggestions or tips to correct this.  It is so much easier to use the keyboard short cuts but takes longer due to the behaviour.
    Thanks,
    Gilley Estes
    Adobe CS5 Suite

    Thank you for the responses.  I suspect I haven't explained the situation very well.  My first detailed explanation was deleted (by me after accidentally hitting Ctrl+A then delete; there isn't an undo in this forum...).
    Let say for example I have opened a JPG called Image_Tree.jpg.  I do some photoshoppy things to it, like add a layer and an effect.
    If I press Ctrl+Shift+A, the Save As dialog opens.  I change the file name to Image_Tree_Modified but the file type remains at JPG.  I have to manually select PSD.  It also automatically makes it a COPY.  So I have to delete the word COPY from the file name.  After clicking Save (or pressing Enter), my JPG file is still the one open in Photoshop.  It doesn't automatically open the newly saved PSD file.  I have to close the JPG and open the PSD.  This can be a problem if I continue making edits to the image and accidentally press Ctrl+S without first opening the new PSD file. It overwrites the JPG file with my changes.
    Now taking the same JPG file with the photoshoppy elements...
    If I go to File>Save As, basically things behave in a way I would call normal.  The file type is automatically set to PSD and the file IS NOT specified as a COPY.  Also after clicking Save (or pressing Enter), my newly saved PSD file is automatically opened for me to continue working on it.
    Maybe it is just me but I would expect the behavior between File>Save As and Ctrl+Shift+S to be exactly the same and they aren't.  This is true for the products across the CS5 suite.  Photoshop, InDesign, and Illustrator.
    I have tweaked a few keyboard settings but only to make some hotkeys.  For example, Ctrl+Shift+C is Image Crop on my computer.  Ctrl+Q is Image Trim.  Other than that, I have left the system the same as it was out of the box.  In fact I had to replace my personal settings one time by renaming a file then launching Photoshop again.  This undid all my personal settings.  The only ones I have reset are the one mentioned above.
    I hope this very long response (sorry for the length) helps explain better what I am noticing and asking.
    Thanks again for the responses and any help.
    Regards,
    Gilley Estes

  • Selcting Multiple  CheckBoxe in a JTREE without holding CTRL / SHIFT

    HI,
    My JTree is having JCheckBOxes as nodes .... Now the problem is i want to select multiple nodes (checkboxes) with out holding CTRL/SHIFT key .
    Please help regarding this issue ..
    The code of my renderer class is as below:
    * MyTreeRendered.java
    * Created on April 27, 2006, 7:42 PM
    import javax.swing.*;
    import javax.swing.tree.*;
    import java.awt.*;
    public class MyTreeRendered extends DefaultTreeCellRenderer  {
        private JCheckBox cb ;
        /** Creates a new instance of MyTreeRendered */
        public MyTreeRendered() {
        public Component getTreeCellRendererComponent(
                            JTree tree,
                            Object value,
                            boolean sel,
                            boolean expanded,
                            boolean leaf,
                            int row,
                            boolean hasFocus){
           if(cb == null) {
               cb = new JCheckBox();
               cb.setBackground(tree.getBackground());
           DefaultMutableTreeNode node = (DefaultMutableTreeNode)value;
           cb.setText(node.getUserObject().toString());
           cb.setSelected(sel);
           return cb;
    }

    These are the methods which seem to define that behaviour:
    http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/plaf/basic/BasicTreeUI.html#isToggleSelectionEvent(java.awt.event.MouseEvent)
    http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/plaf/basic/BasicTreeUI.html#isMultiSelectEvent(java.awt.event.MouseEvent)
    You'd have to write your own TreeUI and override them.

  • Ctrl-Shift-Click to open link in new tab (v10)

    I came back to Firefox recently after trying to use Chrome for awhile. I was gratified by my return, except that in the update from v9 to v10, I found that one of my favorite keyboard shortcuts no longer worked as it had.
    In v9 and previous, Ctrl-Shift-Click opened a link in a new tab and switched to it immediately. In v10, Ctrl-Shift-Click still opens the link in a new tab, but does not switch to it, even with '''Options: Tabs: When I open a link in a new tab, switch to it immediately''' enabled.
    When using the mouse method of opening a link in a new tab, it does switch to it immediately as expected.
    I thought I was going to have to live with this (or not), but then found a bit of documentation noting that Ctrl-Click now provides the functionality I was used to.
    Great! But on the other hand, backward compatibility with the old functionality would have spared me some temporary disappointment and some extra digging.
    BTW, I note in another post several of the reasons why I came back to Firefox from Chrome.

    Thanks, Edmeister, that info about the setting reversing the effects of the two key combo's is useful.
    Having just installed FF 10 on a fresh installation of Windows, I see that the default setting for '''When I open a link in a new tab, switch to it immediately''' is un-checked, and Ctrl-Shift-Click switches to the new tab as I had come to expect.
    But on my own existing installation, that setting is checked. So if your observation about the behavior being uniform across v 8, 9 and 10 is correct, then I guess I must have changed this setting when I upgraded to v.10, or else the setting somehow "slipped" during the upgrade.

  • X301 - Freezes all the time, CTRL-ALT-D​EL / CTRL-SHIFT​-ESC no effect

    HELP, just bought my first Thinkpad, the X301 from tigerdirect. Everything's great except that it freezes every now and then, at least once a day.
    Haven't installed anything other than factory pre-installed stuff, thought it was the McAfee hence got rid of it, running AVG antivirus now. Thought it was IE so switched to Firefox, no help there neither, Google Chrome, still freezes.
    Strange thing is, on Vista Business, when it freezes, there is nothing you can do except for HARD RESET!  I mean CTRL-ALT-DEL does nothing at all, neither did CTRL-SHIFT-ESC. Are there any other owners facing the same issues?
    Updated the X301 with patches, both ThinkVantage and Windows, still hangs. It's very annoying to pay such a high price to go back to primitive Windows that freezes. 
    Is this normal? Please help. Thank you. 
    Message Edited by teeteet on 10-27-2008 08:35 AM

    I had a similar issue with my Tigerdirect x301 but seemed to have resolved it by doing a clean install of Vista. There is a good thread on the forums over on notebookreview.com on how to do this. In my particular case I eliminated most of the extra but IMO unneeded software that came with it and went with 64bit Vista business since I had that OEM disc from my desktop build.
    I did have one temporary problem in the clean install with it stopping the Vista installation, saying I needed a driver for the Mat**bleep**a CD/DVD device, but I eventually got around that by going into the BIOS and switching the SATA controller mode option to Compatibility from AHCI mode.
    I got this thing last week and it must have froze 10-12 times in the first two days and in the five days since I did the clean install it has not crashed once and I swear it does everything faster.  Just this afternoon I added another 2 gb of RAM and looking forward to see what 4 gb will do for speed.

  • Screen wont stay off when turned off via ctrl - shift - eject, turns back on within 5-10 seconds - 10.7.2

    I usually have my MBP next to me and when I'm not using it I either use the hot-corner to turn the screen off or the ctrl - shift - eject keys.
    But when the screen is off it wakes up within 5-10 seconds every time, nothing I can see has changed since this didn't used to be an issue.
    It's always stayed off but recently it hasn't been.
    I'm on 10.7.2, I even shut down every app and just had it running stock OSX and it still does it.
    I have no peripherals connected to it, bluetooth is also off.
    Does anyone know of a fix or is this just happening to me?
    Many thanks in advances.

    i would take back to store and exchange.
    if this is new behaviour then make sure you running the latest update.
    if that doesn't fix it...hold off a few months and upgrade to torch 2 but if you still within exchange time from when you got it...exchange...within warranty time? rma it.

  • How to disable ctrl,shift while drag and drop

    after starting the drag, i donnot want the user to change action with ctrl & shift. how can i do that?

    The Error Console click is visible in Tools of FireFox 3.6.8. Against it is mentioned the shortcut key Ctrl+Shift+J. How can I do away with this shortcut key? If I want to see the Error Console, I can click at it. This shortcut key of FireFox is interfering with this very shortcut key on InfraWare Transcription Client 2009 on which I work online and which is set to run on Internet Explorer only.
    I thank you for asking me to go through a whole gamut of an article on Key Configuration much of which is Greek to me. I am getting nowhere doing that.

Maybe you are looking for

  • My Firefox browser gets blocked by a request for more identity info when trying to access my bank account or pay a bill with my credit card.

    My server has looked at the problem and we uninstalled Firefox and installed latest version. no change, they think it may be caused by a Firefox add on. Can use internet explorer from the same computer with out this problem. Any ideas?

  • MAX Function, Highest Sequence Number Needed

    Hi All, I need to find the current address for employees. The latest sequence number determines their current residences. Also they can't live on a street named "Pine" or "Oak," but I can take care of that in the WHERE command. If given this output:

  • Work flow issue related with the cost center

    Hi , I received a strange requirement from my client. Right now we are working work flow concept for my client. 1) Sales Order type should be linked and managed by the cost center. 2) Each cost center should allow a maximum of 10 pieces for the free

  • Adobe premiere elements 13 reagiert nicht

    es steht schon alles wichtige im betreff. nach kurzer zeit reagiert das programm nicht mehr. ich habe mein system fragmentiert. die ssd platte gecheckt. win 7 auf den neusten stand gebracht. elements 13 neu installiert. quicktime und reader sind auch

  • Sorting multiple columns at a time

    Hi All, I have requirement which is web dynpro table loading with the data i need to sort the three columns at a time. initially this sorted data is coming from Function module, but now the data is coming from BW to Web dynpro java I have one method