Key selection of context menu broken

Hey, since SL I realized a small strange thing. Every time when I select the "open with.." part from a context menu, e.g. in the finder, the context menu gets repeated over and over again. But this only happen when I select with my arrow keys. If I use the mouse to select then there is only the normal view of it.
Here is the link to a screenshot:
http://www.digitaltwilight.de/dl/context_menu.png
Maybe that bug hasn't been posted yet.
I hope you can fix it soon.
Kind regards,
Florian

Move the com.apple.finder.plist file out of /Users/username/Library/Preferences/ to the Desktop, OPTION-click and hold the Finder Dock icon, select Relaunch, and see if the problem persists. Report back.

Similar Messages

  • "Open with" or "choose default program ..." Context menu broken.

    Hi,
    I have what appears to be a Context menu handler issue with my Windows 7 Home Premium - 64Bit.
    I just discovered that if I right-click a file ( .txt , .avi , etc), and attempt to use "Open With", I do get a previously used list of programs to select from in the drop down list that appears. However, if I then select the "choose default program ..." dialog box, to find an alternative program to use, I keep ending up with the error message:
    "This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association in the default programs control panel ."
    I tried re-booting without success. Looked at system restore and (STUPIDLY), I only had 2 very recent restore points to go back to, (I've since increased the restore storage allowance for the drives). Restore doesn't take me back to a usable state for this issue.
    The default file types doesn't seem to be the problem, as all my files do have default programs associated with them. I can even select one of the alternatives from the right-click pop-up option menu, and the file open appropriately. I can also open and use the Default Program application via Control Panel.
    The error message comes up as soon as I click on "choose default program...", from the bottom of the pop-up menu. It's as though that dialog isn't associated with the "Open with'' application anymore.
    When I can get to the "Open with" application through other means, ..... the "Always use...." is greyed out, so it becomes a permanent selection / rather than temporary. I know I can sort a work-around out to re-select a default program, in a round-about way, ... but I'd just love to sort whatever has gone wrong with the right click context menu.
    Whilst browsing around, I came accross this (but for Windows XP):
    Clicking the "Open With" or "Choose Program..." option always opens the file with Notepad?
    Note the second suggested error message. It's almost exactly what I'm getting in Win 7.
    XP: "This file does not have a program associated with it for performing this action. Create an association in the Folder Options control panel."
    Win 7 (my error message): "This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association in the default programs controll panel."
    Might I be on the right track, by any chance? Could this Registry key have become corrupted? Here's what I found...........
    HKEY_CLASSES_ROOT\Unknown\shell\openas\command
    Then double clicked default, and here is the value data for (Default):
    %SystemRoot%\system32\rundll32.exe %SystemRoot%\system32\shell32.dll,OpenAs_RunDLL %1
    If it's not this key, then I feel sure it's a Context menu handler that's become corrupted, for "Open with'' somewhere. I'm hoping someone might point me in the right direction. I'm reasonably confident in backing up / exporting and saving Registry keys - just not knowledgeable enough to know where to root around and know what should or shouldn't be there.
    Apologies if this ends up in the wrong forum.
    Any help much appreciated thanks.
    :O)

    I had the same issue and the problem was one missing registry key:
    HKEY_CLASSES_ROOT\Unknown\shell\opendlg\command
    opendlg instead of openas
    The default value is 
    %SystemRoot%\system32\rundll32.exe %SystemRoot%\system32\shell32.dll,OpenAs_RunDLL %1
    I exported the value from a pc that was working fine with the same system Windows 7 64 ultimate and this is the registry file that I exported from the pc witouth the problem  and imported in the pc with the problem to solve the problem:
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\Unknown\shell\opendlg\command]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
      6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,25,00,53,\
      00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,00,5c,00,73,00,\
      79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,65,00,6c,00,6c,\
      00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,4f,00,70,00,65,00,6e,00,41,00,\
      73,00,5f,00,52,00,75,00,6e,00,44,00,4c,00,4c,00,20,00,25,00,31,00,00,00

  • Key Figure Definition - Context Menu of Querys

    Hi experts,
    After an upgrade from 3.x to 7.0, we´re having some problems to access the option "key figure definition" in the query context menu. When we access this context menu option, the filters are not passed between windows and some errors appears.
    Have you ever seen something similar? how can I solve it? I looked for some similar issues in the forum, but I didn't find anything.
    Thanks.
    Edited by: Julian Holgado on Nov 2, 2010 3:35 AM

    Hi Neeta,
    Is it possible for a query to be affected by patchs of BEx frontend? I mean, when we're running a query and we try to access the context menu->key figure definition option, we're not watching the key figure restrictions and we get an error in the popup. Can we get the error because of a BEx frontend patch?
    Thanks for you reply. Best regards,
    Julian

  • Get selected function in a context menu with cl_gui_alv_grid

    Hi,
    I'm trying to implement a context menu on a alv grid. I defined and implemented a method for the event CONTEXT_MENU_REQUEST to add function codes to context menu.  It works ok.
    The problem is retrieving the function selected in context menu. I tried to define in the class definition a method for event CONTEXT_MENU_SELECTED (that seems to be the event to use) but  i can't implement it because is defined as protected event in CL_GUI_ALV_GRID.
    How i can implement a method to catch this event and determine te function code defined in the context menu??
    Thanks.
    Edited by: Alfredo Pradas on Jan 4, 2008 5:35 PM
    Edited by: Alfredo Pradas on Jan 4, 2008 5:36 PM
    Edited by: Alfredo Pradas on Jan 4, 2008 5:37 PM

    The tool bar isn't the best mechanism to use for selecting Rows etc but should ideally be used for discrete functions like SAVE, UPDATE, DOWNLOAD TO EXCEL etc.
    For data manipulation look at ON DATA CHANGED, ON DATA CHANGED FINISHED and DOUBLE CLICK.
    Probably the easiest way is to use the double click event
    methods on_dubbelklik
        for event double_click of cl_gui_alv_grid
        importing
          !e_row
          !e_column
          !es_row_no .
    methods dubbelklik
        importing
          !e_row type lvc_s_row
          !e_column type lvc_s_col
          !es_row_no type lvc_s_roid .
    method constructor.
    create object grid_container1
            exporting
               container_name = 'CCONTAINER1'.
        create object  grid1
           exporting
              i_parent = grid_container1.
        set handler z_object->on_user_command for grid1.
        set handler z_object->on_toolbar for grid1.
        set handler z_object->handle_data_changed for grid1.
        set handler z_object->handle_data_changed_finished for grid1.
        set handler z_object->on_dubbelklik for grid1.
        call method grid1->register_edit_event
            exporting
               i_event_id = cl_gui_alv_grid=>mc_evt_enter.
      endmethod.
    method dubbelklik.
    perform dubbelklik in program (caller)  if found
         using
          e_row
          e_column
          es_row_no.
    endmethod.
    Now in the application program
    when a double click event is done the method calls routine dubbelklik in the calling program 
    The row / column nr and field name will be passed to your subroutine.
    (In my calling class for the grid I make the calling program one of the parameters);
    form dubbelklik using
            e_row   type lvc_s_row
            e_column type lvc_s_col
            es_row_no type lvc_s_roid.
      read table <dyn_table> index e_row into wa_elements.
    etc.
    where <dyn_table> is my grid data table.
    Any comparable method should work.
    Cheers
    jimbo

  • Context Menu to Execute a powershell script within selected directory.

    Hi,
    I'm trying to run a powershell script from a context menu, I've been able to create a context menu, however, when I attempt to run the script it will only run at the default location. What I'd like to do is right-click a folder then click "Do Script"
    and have it run the script with the location set to the directory I right clicked.
    So for clarities sake, if I right click C:\example then when the script runs it should recognize .\ as C:\example
    This is what I currently have in my registry entry. However it's shouting about how there is no parameter for Set-Location that matches -File, I can see that it's taking the Set-Location command, then it's trying to see if -File will is a perameter for it,
    but I' trying to use -File for the powershell command. Anyone have any ideas for that?
    PowerShell -Command "Set-Location -LiteralPath '%V'" -File C:\script\Test.ps1
    Any ideas? I'm wondering if there is something in Powershell like how Bash has something like this to do commands inline
    $ > Command -parameter <arg> && Command -parameter <arg>

    To setup a script to launch in a men from within a context menu you must create a the following.
    Create the following keys:
    HKEY_CLASSES_ROOT\Directory\Shell\<Script Name>
    HKEY_CLASSES_ROOT\Directory\Shell\<Script Name>\command
    Within <Script Name> change the (Default) value to the words you want to have as a context menu example, "Launch Script Here".
    Within the command Key change the (Default) value to
    PowerShell.exe -File "C:\Script_location\script_name.ps1" "%v"
    PowerShell.exe is executed with the -File flag followed by the scripts exact location and "%v " is a variable pointing to the location that was selected.

  • Delete datagridview row using right click context menu does not behave like the delete key

    I have a datagridview with editing enabled. If I click the row header and press the delete key, the row is removed no questions asked. I don't recall doing any coding to make this happen but I couldn't do copy and paste using keys so I created a context
    menu with copy, paste, & delete.  The delete option calls
    dgvVX130.Rows.RemoveAt(dgvVX130.SelectedRows[0].Index);
    The row is removed but the problem is this fires other events like RowValidating which fails.  I presume because the row is no longer there.
    The delete keypress is definitely a lot cleaner so my question is 3fold. 
    1) Why doesn't Rows.RemoveAt behave like the delete key? 
    2) Is it possible to issue a delete keypress to do the same thing?
    3)  Is it possible to suppress the RowValidating event or other events when Rows.RemoveAt is fired?

    Interesting.  My delete key does not fire the row validating event.  When I use the delete key I click on the row header which does fire the row validating event and then I press the delete key.  Row is deleted and no event fires.  Works
    just the way I want it to.  I wish my context menu delete worked that way.  I wouldn't know what chunk of code I can provide to show the Row Validating NOT firing when delete key is pressed but here is the context menu code that does fire Row Validating.
    private void cmsEditItemClick(object sender, ToolStripItemClickedEventArgs e)
    ToolStripItem item = e.ClickedItem;
    switch (item.Text)
    case "Copy":
    if (dgvVX130.GetCellCount(DataGridViewElementStates.Selected) > 0)
    try
    // Add the selection to the clipboard.
    Clipboard.SetDataObject(
    dgvVX130.GetClipboardContent());
    // Replace the text box contents with the clipboard text.
    catch (System.Runtime.InteropServices.ExternalException)
    MessageBox.Show("The Clipboard could not be accessed. Please try again.");
    break;
    case "Paste":
    if (Clipboard.GetDataObject().GetDataPresent(DataFormats.Text) == true)
    ClipboardUtils.PasteFromClipboard(dgvVX130);
    dgvVX130.NotifyCurrentCellDirty(true);
    dgvVX130.EndEdit();
    dgvVX130.NotifyCurrentCellDirty(false);
    bindingSource1_PositionChanged(this, e);
    break;
    case "Delete":
    dgvVX130.Rows.RemoveAt(dgvVX130.SelectedRows[0].Index);
    break;
    default:
    //code
    break;
    private void dgvVX130CellContentClick(object sender, DataGridViewCellEventArgs e)
    //dgvVX130.IsUserSelectionEnabled = true;
    dgvVX130.BeginEdit(false);
    ((TextBox)dgvVX130.EditingControl).SelectionStart = 0;
    //((TextBox)dgvVX130.EditingControl).SelectionLength = 3;
    public class ClipboardUtils
    public static void PasteFromClipboard(DataGridView grid)
    try
    char[] rowSplitter = { '\r', '\n' };
    char[] columnSplitter = { '\t' };
    // Get the text from Clipboard
    IDataObject dataInClipboard = Clipboard.GetDataObject();
    string stringInClipboard = (string)dataInClipboard.GetData(DataFormats.StringFormat);
    // split into rows
    string[] rowInClipboard = stringInClipboard.Split(rowSplitter, StringSplitOptions.RemoveEmptyEntries);
    // get current cell
    int currentRow = grid.SelectedCells[0].RowIndex;
    int currentColumn = grid.SelectedCells[0].ColumnIndex;
    // get 1st cell in selected area
    for (int i = 1; i < grid.SelectedCells.Count; i++)
    if (currentRow > grid.SelectedCells[i].RowIndex)
    currentRow = grid.SelectedCells[i].RowIndex;
    if (currentColumn > grid.SelectedCells[i].ColumnIndex)
    currentColumn = grid.SelectedCells[i].ColumnIndex;
    // add more rows if need to paste data
    /* if (grid.Rows.Count < rowInClipboard.Length + currentRow)
    grid.Rows.Add(rowInClipboard.Length + currentRow - grid.Rows.Count); */
    // paste
    for (int iRow = 0; iRow < rowInClipboard.Length; iRow++)
    if (iRow + currentRow < grid.Rows.Count)
    string[] cellsInRow = rowInClipboard[iRow].Split(columnSplitter);
    for (int iCol = 0; iCol < cellsInRow.Length; iCol++)
    if (grid.ColumnCount > currentColumn + iCol)
    DataGridViewCell currentCell = grid.Rows[currentRow + iRow].Cells[currentColumn + iCol];
    if (!currentCell.ReadOnly) // H.NH added to avoid Read only case.
    if (cellsInRow[iCol] == "")
    if (grid.Columns[iCol].ValueType.Name == "String")
    currentCell.Value = null;
    else
    currentCell.Value = DBNull.Value;
    else
    currentCell.Value = cellsInRow[iCol];
    switch (iCol)
    case 3:
    currentCell.Value += "_ChangeColumnName";
    break;
    case 2:
    currentCell.Value = grid.Rows[iRow].Cells[iCol].Value;
    break;
    else break;
    catch (Exception e)
    MessageBox.Show("Sorry, can not paste from the clipboard.\nError: " + e.Message, "Paste Error", MessageBoxButtons.OK, MessageBoxIcon.Error);

  • How to add "select all" to explorer context menu

    In Windows 7 and  8 I was able to add "select all" to explorer right click context menu using a .vbs script file and a .reg file.  The same .vbs and  .reg files worked for both OS.  However, it does not work in Windows
    10.  Does anyone know how I can accomplish this in Windows 10?  Using Ctrl+A is awkward for me since I've used the context menu for so long.  Besides,  I guess I'm lazy.  Searching the net I've found other context menu adds but
    not this.

    Hi Glasskuter,
    Win 10 is preview version and the purpose is to collection feedback. We've not started to support it yet. I would recommend you use feedback tool in Win 10 desktop to submit issues about it. Thank you for using Win 10.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Set Firefox to open a new tab without selecting it from the context menu by two-finger tapping in Lion

    In Snow Leopard, I had somehow set the two finger tap to open a new tab either from a link on a page or from my bookmarks bar, without having to select "Open a new tab" from the context menu. I recently upgraded to Lion and I can't remember how I set this feature-- or is it just not available anymore?

    There is a plugin for this and you can configure it as shown in the attached screen to open all links from the web page in a new tab by just clicking on it and not having to follow the native steps
    Link: [https://addons.mozilla.org/en-US/firefox/addon/open-link-in-new-tab/ Open Link in New Tab]
    Regards,
    Shoeb Surya
    <i>[link removed by Moderator]</i>

  • T40's Left Shift key makes right click/context menu appear?

    Hello All-
    On my T40, on which I just recently got Windows 7 correctly installed, has a curious behavior:
    When I press the left shift key, it functions the same as if I had pressed the right mouse button.  It functions correctly otherwise, I.E., when using it to capitolize a letter in an email, the letter is capitolized, but as soon as I let go of the shift key, the right click/context menu immediately appears.
    This is exceedingly irritating, as I cannot continue typing until I have navigated out of the menu.
    I have checked to see if the Keyboard Customiser utility is causing this, as I currently have my left Alt key functioning as a Windows button, but it does not appear to be causing this particular issue.
    Does anyone have any idea how I might go about fixing this?
    Thanks in advance,
    G
    Solved!
    Go to Solution.

    Nevermind-
    Had the keyboard customizer set to use the left shfit key as the application key.  Duh.

  • Office 2010 Context menu displaying English even though French MUI selected

    Office 2010 32-bit on Windows 7 64-bit OS
    When right-clicking on an Office document from Explorer with the French Language Pack selected via Regional Settings, part of the menu is displayed in English as follows:
    This only occurs for extensions associated to Office 2010 i.e. right-clicking on a txt file displays all French items. 
    Ideas as why this is happening?

    Hi,
    It seems the issue is more related to the language version of operation system. The Office MUI packs are used to change the Display and Help language when you use Office programs. They wouldn’t be used to change the context menu in Windows Explorer. I would
    suggest you test installing the Office suite on a French version system.
    Sincerely
    Rex Zhang
    Rex Zhang
    TechNet Community Support

  • Bug: Context menu operations on multiple selection of uix-nodes do not work

    Hi,
    when i select multiple .uix files in the navigator and then chose "Check XML Syntax", "Validate" or "Auto Indent XML" from the context menu, the selected operation is only done for the first file in the selection.
    This is a nice Bug because this works for Make and Rebuild context menuitems, even if those items display the filename even for multiple selection ("Make AFile.uix).
    Would be nice if those operations would work on the "HTML Sources" node or a subfolder.
    Regards, Markus

    thanks. we'll try to fix this in an upcoming release.

  • IIssue Management-context menu-business process entry no selectable items

    Hi gurus,
    In Issue management i have a problem.
    While i creating a messgae in DSWP, I am able to select the Solution created for my project in the second tab (Context). But when i try to select the business process or scenario, i am not getting any selectable values eventhough i crteated the blue print and Road maps.
    pls guide me

    Dear Jason,
    Thanks for ur response.
    """Have you added the processes to your Solution Directory?"""
    What do you mean by this,,,,can u eloborate.
    I created a solution for a project say ABC
    Created Roadmaps and assigned
    Created complete business process in SOLAR01
    I can create throgh Solar01 or in Rmmain the issues.
    But in the context menu, i am not getting the details other than solution and servers
    Solution      : I can select my solution. i can save it.
    Business Scenario : No items to select
    Business Process : No items to select
    Business Process Step : No items to select
    System: I can select from my system landscape.
    Pls guide me

  • Move tool layer context menu acting differently to "Auto Select"?? (using 12.0.4)

    Okay,
    This is weird. I've just updated my mac photoshop to 12.0.4 and I'm finding that, when using the Move Tool and right/command clicking on an object, the context menu that pops up isn't selecting the right layer?
    To be clear, it is highlighting a layer (this is not the initial Photoshop 12.0 bug that drove everyone mad until the update) but it's the wrong one? Results vary depending on where I'm clicking, sometimes it's "close" to the layer I want, say the group it's nested within, other times it's a million miles off.
    Yet when I switch on "Auto Select" it's pin-point accurate again? It's like the brain has dropped out of my context menu and it doesn't know what to select.
    Obviously I can keep switching "Auto Select" on, but that's an annoying change to my work flow and will slow me down no end. Mores to the point, clearly something is up here.
    I've updated to 12.0.4 on my home imac (on 10.5.8 OSX if that helps) but I've been using 12.0.3 (possibly 12.0.2) in the studio where I work and never noticed this issue, it's just now after updating to 12.0.4 at home i'm noticing this weirdness.
    Anyone have any ideas, I'm at a loss.
    Thanks in advance people,
    G

    To reset the tool I suggest click on it once and then look for something like this in the bottom half of your window:
    In the above picture I have marked one section in red box.  You need to click on it to get the option to either reset the only tool you have clicked or to reset all the tools in the editor window.  Of course you have to be in Expert Mode to get this to work.
    Good luck.

  • T430 Right shift key showing context menu

    Hi,
    I just got a Lenovo T430 and after using for barely a month, i got this issue that makes me go crazy.
    The OS is windows 8.0 Pro.
    Anytime i press the right shift key or the Enter key, i get this context menu popping out, sometimes moving my cursor somewhere else and doing other crazy stuffs
    Please what is wrong?

    Might be a faulty keyboard or keyboard cable. Try reseating the keyboard?
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • How to change the browser used for Google search from context menu of selected text?

    How to change the browser used for Google search from context menu of selected text?
    It uses Safari. But I want to use Chrome (it's my default browser).

    How to change the browser used for Google search from context menu of selected text?
    It uses Safari. But I want to use Chrome (it's my default browser).

Maybe you are looking for

  • Saving Master Pages question & photo layout question

    I am making a custom book theme (for instance at 8x8 inches) to use mainly for printing layouts. When I design a page template that I want to use multiple times, I have tried saving it "to document master" and "as a new document master". If I delete

  • How to sum time values sorted by month/year?

    I would like to sum time values that are sorted by month/year. (Concept is based on a pilot's logbook) In Table 1, Column A is a date; Column B is the associated time value (duration). In Table 2, I would like to Sum the time value of Table 1 Column

  • Functiontemplate from repository was null   BAPI_ROUTING_CREATE

    Hi all, i'm trying to set up communication between a third party sistem and R3 via XI. I'm using BAPI_ROUTING_CREATE but , when i send the XML message (you can read it below),   the rfc adapter starts this exception: Delivery of the message to the ap

  • Does router telnet port need to be open?

    We are a small office whose computers connect to the internet through a Netopia Cayman series router (ethernet). No IT guy ---it was set up by "that phone guy" several years ago who said the firewall was set up. can't find any written manuals at the

  • Itunes cannot sync even though Ipod has enough memory

    I have a 4 GB Ipod nano and my entire iTunes music library is 2.63 GB, my iPod can hold 3.63 GB of data. It was syncing like usual (I have it set to sync all music+playlists) then I added a couple songs (about ten) and it suddenly tells me that my li