Mavericks: Clicke twice to log on

This goes beyond my understanding.
After booting I'm presented with 2 icons for 2 user accounts. I have to click my user icon twice to make the password field visible.
When I boot in secure mode, I only have to click once.
The behaviour during normal boot is not the end of the world but still very annoying.
By the way: No external mouse used.
Does anyone know a way to solve that?
Thanks in advance.

I had this same problem too, from about the same time (roughly) so I think it must have been one of the software updates that got pushed out.
I started to look at my Security & Privacy settings in System Preferences and noticed something odd... I did not have Automatic Login enabled but for some reason the checkbox for "Disable automatic login" was unchecked. After toggling this on and saving the settings again, it seems to have (so far) resolved the issue for me. I'm not sure if it's that setting itself or just the act of re-saving the security settings that fixed it but it seems to have worked for me.

Similar Messages

  • Clicking twice on a Form submit button

    I have problem that I need either help on solving or ideas on a different solution please.
    I have some code in a request scope backing bean that sets a Boolean in a session cope bean to true. This indicates that the form has been submitted within this session.
    So if a user tries to submit the same form in the same session, the form backing bean will check the session bean property, see that it is set to true and the method which handles the Form�s commandButton in the backing bean returns null, with a message saying that the form can not be resubmitted.
    Also within the session bean I set a property that indicates if a credit card payment was made or not, and when the form backing bean sends its message on a form resubmit, it also informs the user if a credit card transaction had actually occurred or not.
    This works fine when you fully submit the form and return to the form page and try to resubmit it. But (there always is a but) when originally submitting the form, if a user clicks the submit button once, and then once again in quick succession (not a double click though) the session form property that gets set to true when the credit card payment is made does not get resolved correctly. It gets resolved as false (this is how it is initialized), even though it was set to true as a result of the first click.
    Only in the case of the clicking twice scenario I get an exception in the log file, which I can�t trace back. The request is directed through a filter �OrderAccessControlFilter� which seems to mask where the exception originally occurred.
    Sorry for the long explanation, I would appreciate any help.
    Below is the exception:
    10-Feb-2005 10:55:16 com.sun.faces.lifecycle.InvokeApplicationPhase execute
    SEVERE: Index: 0, Size: 0
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
         at java.util.ArrayList.RangeCheck(ArrayList.java:507)
         at java.util.ArrayList.remove(ArrayList.java:392)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:271)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)
         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at com.syndero.lingo.order.OrderAccessControlFilter.doFilter(OrderAccessControlFilter.java:199)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)
    10-Feb-2005 10:55:16 com.syndero.lingo.order.OrderAccessControlFilter doFilter
    SEVERE: Error in OrderAccessControlFilter:
    javax.servlet.ServletException: Index: 0, Size: 0
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:209)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at com.syndero.lingo.order.OrderAccessControlFilter.doFilter(OrderAccessControlFilter.java:199)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)

    Hi,
    I am also facing the same problem. I have 2 buttons on my page, enable and disable. When I click enable and then disable in quick succession, the application crashes.
    Also, I put in some System out statemets in the button handlers and found out that a new thread is spawned for every request made. Each if this thread tries to service all the actions performed on the page.
    For eg : if i click on Enable and the Disable in my application, the flow is like:
    1. Thread 1 goes into the enable handler
    2. A new Thread 2 goes into the enable handler
    3. Thread 1 returns from enable action
    4. Thread 1 goes into the disable handler
    5. Thread 2 returns from enable handler
    6. Thread 1 returns from disable handler.
    7. Application crashes.
    Can anyone please explain this flow?
    Thanks,
    Mahajan.

  • JSF - Click twice to get actual content and data from back Bean

    Hello,
    maybe an easy thing ... i got a Menu wih commandLink. the BackBean sends back the "from-outcome". After I cklick on a commandLine, the page is called, but some vars are still from page befor. cklicking second time, then it works. The bad thing about this, is, I have Realm, and the LoginPage appears after I click twice. The User sees the protected<page wthout beeing logged in ...
    someone has an idea?
    thx.
    PS.:Bean ist Session-Scope, marked as Stateful.

    Hello,
    thx for the answet. I debugged.
    When I call with the command the next page, I call a Bean which gives back the outcome ti display the next page. the vars i'm reading, i read with another bean, called when i make the content. apparently, when i use this
    context = FacesContext.getCurrentInstance();
    resp = (HttpServletRequest) context.getExternalContext().getRequest();
    System.out.println("Get " + resp.getRequestURI());
    the display says : "/company-db/index.faces"
    the page i'm go to is "registry.faces"
    when I click a second time, then the display is:
    the display says "/company-db/registry.faces"

  • HT201364 i have installed mavericks and it keeps logging out frequently on its own. Please help

    Hi
    I have installed mavericks and it keeps logging out frequently on its own. Does anyone else have this problem? What do I do? Please help.

    Check Security &amp; Privacy system Prefs, general tab. Click the padlock, then authenticate. Click advanced tab.
    Check to make sure it isn't set to log out after a certain amount of time.

  • [Resolved]Outlook 2013 with Office 365: Unable to log in to: SharePoint. Click here to log in.

    This is posted so that it may be of assistance to others.
    I am using Outlook 2013 (Office 2013 Pro Plus) with Office 365 (E3 Subscription). Active Directory is federated with Office 365. I recently had to change my AD account password.
    On my home computer, that is not a domain member and is running Windows 8.1 with my personal Microsoft account, Outlook was not authenticating to SharePoint Online. In the message/event windows the error "Unable to log in to: SharePoint. Click
    here to log in." is displayed. When I click the error it flashes and does nothing else. Outlook was showing SEND/RECEIVE errors for all of my SharePoint Online calendars and lists:
    Task 'SharePoint' reported error (0x80070005): 'You do not have permission to view this SharePoint List (IT Shared Calendar). Contact the SharePoint site administrator. HTTP 403.'
    I could send and receive e-mail. I deleted one of the calendars and then added it back from the SharePoint site ribbon- no change. I was always able to access the calendars and lists using IE.
    I checked Windows Credential Manager. I deleted my Outlook credential (MS.Outlook.15) which prompted me to enter my Exchange Online credentials but did not prompt for SharePoint Online. I then deleted my Office credential (MicrosoftOffice15_Data:orgid) with
    no change.
    It was not until I switched Office over to use my organizational (Federated AD) account that the problem was resolved.
    It appears Outlook (15.0.4615.1000) now gets confused between accounts- because previously I had no issues when changing my password as Outlook would always prompt for it. I noticed this behavior had changed on my office computer when Outlook did not give
    me the usual three prompts for password after changing it.

    Hi,
    Thank you for sharing your solutions and experience here. It will be very beneficial for other community members who have similar questions.
    Thanks,
    Ethan Hua CHN
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Why do I have to click twice?

    I'm trying to update the text in a JLabel by clicking a toolbar button. For some reason, I have to double-click or click twice to get it to update. The JLabel is currently part of a class (ClassB) that is constructed in my main application class (ClassA) and placed as a component of a split pane.
    If I strip everything out and just have a button and my ClassB in the contentpane of ClassA, it works fine.
    Can anyone give my an idea as to why this could be happening?
    //Method to update data (ClassB)
         public void updateData() {
         latValue.setText("Help me");
         latDisplay.repaint();
    Thanks

    Off hand I'd say there is a problem in the code you stripped out. Why don't you post some properly formatted code that demonstrates your problem and then maybe someone will be able to help you.

  • Why do I have to click twice?  How can I fix this?

    I am trying to switch to Mac. Easier said than done!
    Anyhow, my complaint is that you must click on a background window (i.e. one that does not have focus) simply to GIVE it focus. My click otherwise does nothing. This is annoying to no end for a long-time Windows user like myself. If I click on a background window, specifically because I want to click a button on that window, then clicking on that button, even while it is in the background, should trigger the button! Yes, it is just a second click once the window has focus to activate the button, but it gets worse!
    Take Firefox for example. Frequently, I will click on a tab to switch to that webpage. But often Firefox does not have focus, usually because I have an IM window off to the side that I have just been using. Often the fact that Firefox has lost focus is not obvious to me. So when I click on the Firefox tab, nothing obvious happens. So I click again to actually select the tab. I use an add-on in Firefox that allows me to close a tab by double-clicking it. I've worked this way for years and it works well for me. So when I click a tab, it does nothing, and then I click again, it actually 1.gives focus to Firefox, and then 2.interprets my second click as the end of a double-click action. It closes my tab! How annoying. Firefox doesn't get the first click, but it gets the second click in the form of a double click. I find that I am slowed down quite a bit by this sort of behavior, because even if I thought it was logical, there is no way to click twice in quick succession in order to mean 1.give the application focus, and 2.click on what's under the cursor, because it gets interpreted as a double click. I find myself purposefully waiting a few seconds after each click to make sure it's not interpreting everything as a double click. I really wish there were a preference to change this behavior. Can anyone help? Thanks...

    Hmmm! Well, you can close, minimize, or resize windows with a single click. Additonally, CMD-click on the title bar reveals its path. Otherwise, that's about it. For the most part, windows in the background are usually mostly covered, so accessing them requires getting their focus and making them the front-most. For switchers, I recommend:
    Switching from Windows to Mac OS X,
    Basic Tutorials on using a Mac,
    Mac 101: Mac Essentials,
    Anatomy of a Mac,
    MacFixIt Tutorials,
    MacTips, and
    Switching to the Mac: The Missing Manual, Leopard Edition.
    Additionally, *Texas Mac Man* recommends:
    Quick Assist.
    Welcome to the Switch To A Mac Guides,
    Take Control E-books, and
    A guide for switching to a Mac.

  • Click twice on the menu bar to access dropdown menus?

    I recently upgraded to CS5 and have noticed that in order to access the menu items I have to click twice on "File", "Edit", etc to see the drop-down menus.Once I am in the menu bar area I have to continue to click once on each menu heading to see the drop down. (so if I am looking at the "File" menu and want to change to "Type" I have to click on Type to see the menu options.
    If I leave the menu dropdown and go back to the artboard the menubar stays selected. I have to hit Escape twice to begin to use keyboard shortcuts.
    This happens in Indesign, Illustrator, and Photoshop. I am on a Windows PC running XP. I'll be upgraded to Windows 7 and a PC with a 64 bit processor in April. I wondered if maybe my mouse was the problem - I am waiting for IT to bring me another one to test my theory on. I am not having problems in any other software though so it's probably a long shot.
    I can't change my workspace in InDesign and Illustrator either. When I click on  "Essentials" the button looks pushed in but no drop down menu appears.  Photoshop doesn't have drop down workspace selection so it isn't a  problem there.
    This is one of those things that is annoying but not earth-shattering. It interferes with my muscle memory and slows me down because it forces me to use my mouse more than I want to. I thought it was a new thing in CS5 until I realized it isn't normal. I searched the forums for a while and haven't found anyone else with a similar problem.
    Anyway, if anyone can help I would really appreciate it!
    Thanks,
    Sheryl

    Here are the errors I received:
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 50 error(s), 22 warning(s)
    WARNING: The payload: Adobe Photoshop CS5 Core  {7DFEBBA4-81E1-425B-BBAA-06E9E5BBD97E} requires a UI parent with following specification:
        Family: Photoshop
        ProductName: Adobe Photoshop CS5 Core_x64
        This parent relationship is not satisfied, because this payload is not present in this session.
    WARNING: The payload with AdobeCode:  {CFC9F871-7C40-40B6-BE4A-B98A5B309716} has recommended dependency on:
    WARNING:     Family: Adobe Web Suite CS5
    WARNING:     ProductName: Adobe Media Encoder CS5 X64
    WARNING:     MinVersion: 0.0.0.0
    WARNING:     This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
    WARNING:     Removing this payload from the dependency list.
    WARNING: The payload with AdobeCode:  {E8815668-95B0-443D-AC92-2BFD7DD8F16A} has recommended dependency on:
    WARNING:     Family: Adobe Web Suite CS5
    WARNING:     ProductName: Adobe Media Encoder CS5 X64
    WARNING:     MinVersion: 0.0.0.0
    WARNING:     This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
    WARNING:     Removing this payload from the dependency list.
    WARNING: The payload with AdobeCode:  {F9766AC1-1461-1033-B862-DF8FE1C033BE} has recommended dependency on:
    WARNING:     Family: Adobe Web Suite CS5
    WARNING:     ProductName: Adobe Media Encoder CS5 X64
    WARNING:     MinVersion: 0.0.0.0
    WARNING:     This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
    WARNING:     Removing this payload from the dependency list.
    WARNING: CreateAlias:Icon file does not exist at C:\Program Files\Adobe\Adobe Utilities - CS5\Pixel Bender Toolkit 2\windows\pb_app.icofile:\\\C:\PIXELB~1\source\winwood\Staging    0X1.3EB40BP-1022rea\windows\pb_app.ico42178f80493091e8e552c84a2897e9da68fce32_32_f8049309 1e8e552c84a2897e9da68fce for icon C:\Documents and Settings\All Users\Start Menu\Programs\Adobe Design Premium CS5\Adobe Pixel Bender Toolkit 2.lnk with target C:\Program Files\Adobe\Adobe Utilities - CS5\Pixel Bender Toolkit 2\Pixel Bender Toolkit.exe
    WARNING: File/Folder does not exist at E:\Adobe CS5\payloads\AdobeFireworks11All\OEM
    WARNING: File/Folder does not exist at E:\Adobe CS5\payloads\AdobeFireworks11en_USLanguagePack\OEM
    ERROR: The payload with AdobeCode:  {CFC9F871-7C40-40B6-BE4A-B98A5B309716} has required dependency on:
    ERROR:     Family: CoreTech
    ERROR:     ProductName: Adobe Player for Embedding x64
    ERROR:     MinVersion: 0.0.0.0
    ERROR:     This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
    ERROR:     Removing this dependency from list. Product may function improperly.
    ERROR: The payload with AdobeCode:  {CFC9F871-7C40-40B6-BE4A-B98A5B309716} has required dependency on:
    ERROR:     Family: Shared Technology
    ERROR:     ProductName: Photoshop Camera Raw (64 bit)
    ERROR:     MinVersion: 0.0.0.0
    ERROR:     This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
    ERROR:     Removing this dependency from list. Product may function improperly.
    ERROR: The payload with AdobeCode:  {CFC9F871-7C40-40B6-BE4A-B98A5B309716} has required dependency on:
    ERROR:     Family: CoreTech
    ERROR:     ProductName: AdobeCMaps x64 CS5
    ERROR:     MinVersion: 0.0.0.0
    ERROR:     This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
    ERROR:     Removing this dependency from list. Product may function improperly.
    ERROR: The payload with AdobeCode:  {CFC9F871-7C40-40B6-BE4A-B98A5B309716} has required dependency on:
    ERROR:     Family: CoreTech
    ERROR:     ProductName: Adobe Linguistics CS5 x64
    ERROR:     MinVersion: 0.0.0.0
    ERROR:     This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
    ERROR:     Removing this dependency from list. Product may function improperly.
    ERROR: The payload with AdobeCode:  {CFC9F871-7C40-40B6-BE4A-B98A5B309716} has required dependency on:
    ERROR:     Family: CoreTech
    ERROR:     ProductName: AdobePDFL x64 CS5
    ERROR:     MinVersion: 0.0.0.0
    ERROR:     This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
    ERROR:     Removing this dependency from list. Product may function improperly.
    ERROR: The payload with AdobeCode:  {CFC9F871-7C40-40B6-BE4A-B98A5B309716} has required dependency on:
    ERROR:     Family: CoreTech
    ERROR:     ProductName: AdobeTypeSupport x64 CS5
    ERROR:     MinVersion: 0.0.0.0
    ERROR:     This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
    ERROR:     Removing this dependency from list. Product may function improperly.
    ERROR: The payload with AdobeCode:  {CFC9F871-7C40-40B6-BE4A-B98A5B309716} has required dependency on:
    ERROR:     Family: CoreTech
    ERROR:     ProductName: Adobe WinSoft Linguistics Plugin CS5 x64
    ERROR:     MinVersion: 0.0.0.0
    ERROR:     This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
    ERROR:     Removing this dependency from list. Product may function improperly.
    ERROR: The payload with AdobeCode:  {F9766AC1-1461-1033-B862-DF8FE1C033BE} has required dependency on:
    ERROR:     Family: InDesign
    ERROR:     ProductName: Adobe InDesign CS5 Icon Handler x64
    ERROR:     MinVersion: 0.0.0.0
    ERROR:     This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
    ERROR:     Removing this dependency from list. Product may function improperly.
    ERROR: The following payload errors were found during install:
    ERROR:  - Adobe Flash Player 10 ActiveX: Install failed

  • I have a Mac computer and am trying to use a Photoshop CS4 program, but after accessing my desktop files through Adobe Bridge and clicking twice on any of the pictures to get into Photoshop,  instead of entering photoshop I get an enlarged version of the

    I have a Mac computer and am trying to use a Photoshop CS4 program, but after accessing my desktop files through Adobe Bridge and clicking twice on any of the pictures to get into Photoshop, instead of entering photoshop, I get on the lefthand side an enlarged version of the picture with red, yellow and green buttons on top. Any suggestions on what is wrong, or what can be corrected ?

    And there is the problem. Your pictures are opening up in Mac's own Preview app.
    Do you want all your jpegs to open in Photoshop, or only when you are in Bridge?
    Selecting a program to open a certain file is called: File Type Association.
    You can choose this at the MacOS level or the Bridge level.
    Here's how to do both:
    Either MacOS or Bridge has the wrong app associated with the jpeg. Let's start with MacOS
    Close Bridge and Preview. Select one of your jpegs, and press Cmd i, That will bring up the file info window.
    Go down to the "Open with" section of File Info.
    Choose Photoshop CS4 and click on the Change All... button to apply this choice to every jpeg on your Mac.
    Then open Bridge and see if double-clicking opens it in Photoshop.
    Now that means all jpegs on your Mac will open in Photoshop.  Maybe you don't want that.
    You can set your jpegs to open in Preview when Bridge is closed.
    When you open Bridge, there is Preferences > File Type Associations where you can direct Bridge to open the jpegs in Photoshop when you are viewing in Bridge.

  • [JS CS3] ScriptUI button wants to be clicked twice

    Hi I created a sample scriptUI dlg with three buttons:
    res =
    ]"dialog { \
    ]s: StaticText { text:'Chosissez une période:' }\
    ]]period: DropDownList { alignment:'center' }, \
    ]]s: StaticText { text:'Chosissez un fichier:' }\
    ]]files: DropDownList { alignment:'center' }, \
    ]]buttons: Group { orientation: 'row', alignment: 'center', \
    ]]] revealBtn: Button { text:'Ouvrir le dossier'}, \
    ]]] okBtn: Button { text:'Ouvrir le fichier'}, \
    ]]] cancelBtn: Button { text:'Annuler', properties:{name:'cancel'} } \
    win = new Window (res);
    win.buttons.okBtn.onClick = function ()
    ]win.close(1);
    win.buttons.revealBtn.onClick = function ()
    ]win.close(45);
    if(win.show()==1)
    ]clickButton("file","Le fichier ne se trouve plus ici :");
    else if(win.show()==45)
    ]clickButton("folder","Le dossier n'a pas été trouvé.");
    b The cancel button works fine and actually all the buttons too. Except that for the two open buttons, I need to click twice to make them run.
    Any idea ?
    TIA Loic

    Hi Peter,
    Thanks for the tip. I should have see it. Nevertheless I thought it was the way to go.
    I thought the script should have ignored one of the conditions. I will try to do differently so.
    Thanks a lot
    Loic

  • Does not do the sorting if I click twice to the same column.

    Hello
    I am new to winforms.
    I have a listview. I want it to toggle the sorting of the records of the listview when the columns are clicked
    Please guide me as to how to do the same.
    The code that I have attached does not do the sorting if I click twice to the same column. I have to click a different column ten the previous column 
    The code is attached below
    regards
    Manoj Gokhale
    private void SiteInChargeorSupervisor_Load(object sender, EventArgs e)
    this.listView1.ColumnClick += new ColumnClickEventHandler(listView1_ColumnClick);
    private void listView1_ColumnClick(object sender, ColumnClickEventArgs e)
    ListViewSorter Sorter = new ListViewSorter();
    listView1.ListViewItemSorter = Sorter;
    if (!(listView1.ListViewItemSorter is ListViewSorter))
    return;
    Sorter = (ListViewSorter)listView1.ListViewItemSorter;
    if (Sorter.LastSort == e.Column)
    if (listView1.Sorting == System.Windows.Forms.SortOrder.Ascending)
    listView1.Sorting = System.Windows.Forms.SortOrder.Descending;
    else
    listView1.Sorting = System.Windows.Forms.SortOrder.Ascending;
    else
    listView1.Sorting = System.Windows.Forms.SortOrder.Descending;
    Sorter.ByColumn = e.Column;
    listView1.Sort();
    public class ListViewSorter : System.Collections.IComparer
    public int Compare(object o1, object o2)
    if (!(o1 is ListViewItem))
    return (0);
    if (!(o2 is ListViewItem))
    return (0);
    ListViewItem lvi1 = (ListViewItem)o2;
    string str1 = lvi1.SubItems[ByColumn].Text;
    ListViewItem lvi2 = (ListViewItem)o1;
    string str2 = lvi2.SubItems[ByColumn].Text;
    int result;
    if (lvi1.ListView.Sorting == System.Windows.Forms.SortOrder.Ascending)
    result = String.Compare(str1, str2);
    else
    result = String.Compare(str2, str1);
    LastSort = ByColumn;
    return (result);
    public int ByColumn
    get { return Column; }
    set { Column = value; }
    int Column = 0;
    public int LastSort
    get { return LastColumn; }
    set { LastColumn = value; }
    int LastColumn = 0;

    Every time through the ColumnClick event handler, you are creating a new sorter. This means that any values set in the sorter from the previous click are not saved.
    Try this.
    private void listView1_ColumnClick(object sender, ColumnClickEventArgs e)
    // Only create a new sorter if we don't have one already.
    if(listView1.ListViewItemSorter == null)
    ListViewSorter Sorter = new ListViewSorter();
    listView1.ListViewItemSorter = Sorter;
    // And so on with the rest of your code.

  • SUBMIT button works only when clicked twice... Online interactive form

    Hi,
    I have created a interactive form with SubmitToSAP button. In this I will enter a contract number and will click SUBMIT button.
    For the first time it is fetching the contract details properly.
    In the same form, i am changing  the previously entered value with another contract number and clicking SUBMIT.
    Now the details for the previously entered contract number is only displayed. Again if i try for the same value ( which i used for the second time )  and press submit, it is workin correctly.
    So, the problem is, except for the very first time SUBMIT button action, the button works fine only when clicked twice..
    please help me in solving this issue..
    Regards,
    Surya.

    Hi,
        In addition to my previous post, I am also using RESET FORM button from Library.
    First I am entering the contract number (say 400000000) in the form and clicking submit button. The contract details are fetched and displayed in the form.
    Now i am Resetting the form using Reset Button, and giving new contract number (say 400000020).  When  I pressed Submit button , the details of the first entered contract number (400000000)  is coming.
    Then again I am giving 400000020 or any other number, it is fetching the details correctly for that number...
    Can anyone help me in this issue..
    Thanks,
    Surya.

  • CP6 - Image button needs clicked twice.

    I am having an issue where an image button inside a group sometimes needs to be clicked twice before the associated success action is fired.  This is how I have it set up.
    3 groups on the slide are initially hidden.  on the slide I have a smart shape button that has an action that shows 1 of the two groups.  In the 1st group I have an image button that hides the 1st and shows the 2nd group.  (think of it as a next button)  Then in the 2nd group I have 2 image buttons.  One for previous (shows group #1) and one for next (shows #3).
    Group 1 and 2 both have a next button in the same exact spot and if I open group 1, click next, click previous, and try to click next again (on group #1) I have to click twice to have it activate.  It's almost like the hit area for the next button in group #2 is still active even though the image button is hidden.  (It almost acts like a dead spot that goes away once you click it)
    Is there any known issue with elements in groups not being hidden 100% and causing overlapping issues with other elements on the slide?

    Hello and welcome on the forum,
    Which version (exact number please) do you use?
    Is it possible to insert a screenshot of the timeline with all groups expanded? If two (shape) buttons are in exact the same location at the same time, one of them can be hidden to have the other one active. I have been trying this out extensively, so I'm a bit puzzled about your problem.
    Lilybiri

  • Have To Enter Password Twice to Log In to Snow Leopard on my iMac

    *Why Do I Have To Enter My Password Twice to Log In to Snow Leopard on my iMac?*
    It just started happening a couple of weeks ago but I have no idea what I changed at that point.
    There's a normal login screen where you can choose a user and enter a password. Then it goes to a completely blank screen for a few seconds and the same login scree reappears and I have to choose the user and enter the password again. Then it logs in.
    What is going on? HOw do I fix it?
    (please note that I do not want automatic login to one of the user accounts - I want to use this as a protection against access to my computer should someone steal it etc...)
    Thanks

    What do you mean a "more fuller update" from software update? Do you mean the updates I automatically get from apple software update are not actually the latest snow leopard updates? I'm very confused.
    No that is not what I was saying. Read all about the Snow Leopard combo update for yourself - http://support.apple.com/kb/DL1324
    they're generally pretty useless and typically solve most problems by saying to reinstall everything.
    That has never been my experience with Apple Care the few times I have used it.
    This may be a user forum, but I'm pretty confident there are Apple staff helping people out on here.
    Not the case here. Hate to bust your confident bubble. These forums are strictly user to user.
    "Apple staff" do chime in from time to time in the Feedback forum area if you are having problems with the discussion website. Never for technical issues. Read the Terms Of Use.

  • Why I must click twice Back Link in TLN to get back to Area Page

    Hi everyone, i need a little help about TLN. I'm developed webdynpro application and i have integrated it with ess. The problem is arise when I click <b>Back</b> link in top level navigation (TLN) from my iview (custom application). I need to click this link twice to get back to area page (actually just one click to go back to area page). How i handle this problem ? Thank you.
    Regards,
    Satria B

    Hi,
    <b>So that means when i click link to my custom application X, it will create 2 link into history. Why this happen ?</b>
    Exactly, so now you know why you have to click twice, right ? Well, why it has created two links there, that needs to be checked or thought over. Need some time for this.
    <b>I have a button in my iview (custom application), when i click this button, the page will be back to area page but Detailed Navigation will be display (i have setting this to be hide), why this happen ?</b>
    Sorry, didn't get your question. Do you mean to say that you want to hide the detailed navigation on the Area page. Is this Area Page a custom application ? What is the code written on the click of button ? Is the Area Page an iview within a page and then attached to role or workset or just an iview attached to role or workset ?
    Have you changed the following property of iview or page (for Area Page) "Initial State of Navigation Panel" to closed ?
    Hope this helps.
    Cheers,
    Sunil
    PS: Reward points for helpful answers.

Maybe you are looking for