Create a PopupMenu when right click onto an item of JComboBox

How do I make so that, a popupmenu appear only when I right click onto a item of JComboBox. What I have right now is showing a PopupMenu whenever I right click on the frame.
I got another question to ask if you guys dont mind. How do I set the ComboBox to scroll horizontally. Right now I set the preferredSize of the ComboBox so if the item's names are too long, it will be cut off. Can I set it so that I can scroll horizontally to see the rest of the item's name?

My English is very poor, so it's hard to explain...
3.
// This is just an example code and has not been tested.
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.plaf.basic.*;
public class ComboRightClickTest{
  public JComponent makeUI(final JFrame frame) {
    frame.setGlassPane(new LockingGlassPane());
    String[] items = {"test1", "test2", "test3"};
    JComboBox combo = new JComboBox(items);
    combo.setUI(new BasicComboBoxUI() {
      protected ComboPopup createPopup() {
        return new BasicComboPopup( comboBox ) {
          protected JList createList() {
            return new JList( comboBox.getModel() ) {
              public void processMouseEvent(MouseEvent e)  {
                if(e.isPopupTrigger()) {
                  String s = getSelectedValue().toString();
                  frame.getGlassPane().setVisible(true);
                  final JPopupMenu m = new JPopupMenu();
                  final JMenuItem i = new JMenuItem(
                      new AbstractAction("del:"+s) {
                    public void actionPerformed(ActionEvent ae) {
                      comboBox.removeItemAt(getSelectedIndex());
                      frame.getGlassPane().setVisible(false);
                      m.setVisible(false);
                  i.addMouseListener(new MouseAdapter() {
                    public void mouseEntered(MouseEvent me) {
                      i.setBackground(getSelectionBackground());
                    public void mouseExited(MouseEvent me) {
                      i.setBackground(getBackground());
                  m.add(i);
                  Point p = e.getPoint();
                  SwingUtilities.convertPointToScreen(p, this);
                  m.show(null, p.x, p.y);
                  return;
                super.processMouseEvent(e);
    JPanel p = new JPanel(new BorderLayout());
    p.setBorder(BorderFactory.createEmptyBorder(5,5,5,5));
    p.add(combo, BorderLayout.NORTH);
    p.setPreferredSize(new Dimension(320, 100));
    return p;
  public static void main(String[] args) {
    EventQueue.invokeLater(new Runnable() {
      public void run() { createAndShowGUI(); }
  public static void createAndShowGUI() {
    JFrame f = new JFrame();
    f.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
    f.getContentPane().add(new ComboRightClickTest().makeUI(f));
    f.setResizable(false); //XXX
    f.pack();
    f.setLocationRelativeTo(null);
    f.setVisible(true);
class LockingGlassPane extends JComponent {
  public LockingGlassPane() {
    setOpaque(false);
  @Override public void setVisible(boolean isVisible) {
    boolean oldVisible = isVisible();
    super.setVisible(isVisible);
    JRootPane rootPane = SwingUtilities.getRootPane(this);
    if(rootPane!=null && isVisible()!=oldVisible) {
      rootPane.getLayeredPane().setVisible(!isVisible);
  @Override public void paintComponent(Graphics g) {
    JRootPane rootPane = SwingUtilities.getRootPane(this);
    if(rootPane!=null) {
      http://weblogs.java.net/blog/alexfromsun/archive/2008/01/
      rootPane.getLayeredPane().print(g);
    super.paintComponent(g);
}

Similar Messages

  • When right clicking on a doc file and choosing create a pdf file....Word 2013 launches and creates problems. We are using Acrobat Pro. Is there a way to turn off this feature in Word 2013?

    Is there a way around Word 2013 hijacking Acrobat Pro "create a pdf" process? When right clicking on a doc file and choosing "create a pdf" .......the Acrobat process will beging but then Word 2013 jumps in and creates problems.

    That's exactly why it needs to support it... The support means the
    application was tested in the supported environment and is known to work
    well in it. In unsupported environments you can get all kind of strange
    conflicts like the one you're experiencing.
    On Tue, Apr 21, 2015 at 7:27 PM, timmm4731946 <[email protected]>

  • Windows 7 Install failed - Boot camp partition to NTFS during formatting worked but when i clicked onto the 'next' button, it won't allow me to proceed any further. Help!

    Hi there,
    I used the following manual (http://manuals.info.apple.com/MANUALS/1000/MA1583/en_US/boot_camp_install-setup_ 10.7.pdf) in attempt to install windows 7 onto my mac but I get an error at Step 3 - windows installation process
    I selected the BOOTCAMP partitioned drive as mentioned, clicked the advance options, and then reformatted that drive. What happens next is the drive changes name from BOOTCAMP to 'untitled'. I then tried to click 'next' button but it won't let me proceed any further and didn't state clearly why it couldn't go through (instead says to check the log file for reason why - but then I have not clue where this log file is located in as well!). 
    I had a look at that partitioned drive after to find that it is NTFS format (when I went back to OS x) so it appears that I am doing the right thing so that shouldn't be the issue..
    Does anyone know what could be wrong? or what I should try to do next?
    Could it be a format error because when i click onto the 'untitled' drive, there is nothing in there.

    Hi Steve1904,
    So you have use the backup and Restore to restore your files from Windows XP to Windows 7 directly?
    This should be considered not work.
    If you would like to transfer files between Windows XP and Windows 7, you need another tool called Windows Easy Transfer.
    See the article below if you would like to upgrade from Windows XP to Windows 7:
    Upgrading from Windows XP to Windows 7
    If possible, follow the steps there, then things should be OK.
    Best regards
    Michael Shao
    TechNet Community Support

  • When I click onto VoiceOver, the only given option is "All Songs". How do I access my playlists?

    When I click onto VoiceOver, the only given option is "All Songs". How do I access my playlists?

    If you only hear All Songs as your choice on the VoiceOver playlist menu, when you use the "press hold" command, that may mean you don't actually have any playlists loaded on your shuffle, just the songs from playlists.  Here's how to check...
    First, if the iTunes sidebar (along left side of window) is not visible, from the menu bar, under View, select Show Sidebar.
    In the sidebar, find the shuffle under DEVICES.  Click the small triangle to the left of the shuffle's name in the sidebar, to drop down its content list (indented below the shuffle).  Any playlists that are on the shuffle should appear there, on the content list.  If you do not see the playlists listed there, and you used the manual loading method, by dragging playlists to the shuffle in iTunes, that loads the songs but not the playlists.  Instead (to add playlists manually), you need to select the shuffle's name in the sidebar, and click the plus sign at the bottom of the sidebar, to create a new playlist.  A new playlist appears on the shuffle's content list, where you can name it.  When you manually drag songs to that playlist, iTunes adds the songs to the shuffle and that playlist.
    However, if you already have playlists in your iTunes library with songs that you want on the shuffle, here's a better way to do it, using automatic syncing.  Select the shuffle in the sidebar, under DEVICES.  There is a bar of buttons near the top, starting with Summary.  Click on Music next to Summary.  This is the shuffle's Music screen, where you tell iTunes how to sync songs to the shuffle.
    Check the box for Sync Music.  Choose the option to sync Selected playlists, artists, albums, and genres.  Under Playlists, select (checkmark) those playlists with the songs you want on the shuffle.
    When you click Apply, the songs from those playlists, and the playlist, sync to the shuffle.  Going forward, if you want to update songs on the shuffle, just update those playlists in your iTunes library (add/remove songs).  The shuffle does not need to be connected.  The next time you connect the shuffle (or click Sync if the shuffle is already connected), iTunes automatically updates your shuffle with the same changes.

  • Need when right click

    Hi friends,
    my requirement is like this.
       i have  notification number. when right click on that  i need to show select ,move ..
    any body have answer pls let me know
    it's urgent...
    ex :in edit right clik u will get select,move.
    same i need when i have notification number when right click  i have to show move and select

    Hi,
    Context Menus
    The user interface of a screen is defined by a GUI status, which you define in the Menu Painter and assign the type Dialog status. For each dialog status, the system
    automatically creates a standard context menu, which the user can display by clicking the righthand mouse button on the screen (or choosing Shift+F10). The standard context menu contains all of the function keys to which functions are assigned. It therefore makes it easy to access any function code that is available using the keyboard, since normally only the most important are assigned to the application toolbar.
    However, as well as the standard context menu, you can define context-specific menus for any of the following screen elements:
      Input/output fields
      Text fields
      Table controls
      Group boxes
      Subscreens
    When you select one of these elements using the right-hand mouse button, you can create a dynamic context menu in the ABAP program. This may contain any functions, and is not
    restricted to function keys. You cannot assign context menus to pushbuttons, checkboxes, or radio buttons. However, you can assign unique function codes to them instead.
    Example
    The following example shows some of the technical possibilities for creating context menus, but
    does not necessarily observe all of the style guidelines.
    REPORT demo_dynpro_context_menu.
    DATA: field1 TYPE i VALUE 10,
    field2 TYPE p DECIMALS 4.
    DATA: prog TYPE sy-repid,
    flag(1) TYPE c VALUE 'X'.
    DATA: ok_code TYPE sy-ucomm,
    save_ok TYPE sy-ucomm.
    prog = sy-repid.
    CALL SCREEN 100.
    MODULE status_0100 OUTPUT.
    SET TITLEBAR 'TIT100'.
    IF flag = 'X'.
    SET PF-STATUS 'SCREEN_100' EXCLUDING 'REVEAL'.
    ELSEIF flag = ' '.
    SET PF-STATUS 'SCREEN_100' EXCLUDING 'HIDE'.
    ENDIF.
    LOOP AT SCREEN.
    IF screen-group1 = 'MOD'.
    IF flag = 'X'.
    screen-active = '1'.
    ELSEIF flag = ' '.
    screen-active = '0'.
    ENDIF.
    MODIFY SCREEN.
    ELSEIF screen-name = 'TEXT_IN_FRAME'.
    IF flag = 'X'.
    screen-active = '0'.
    ELSEIF flag = ' '.
    screen-active = '1'.
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    ENDMODULE.
    MODULE cancel INPUT.
    LEAVE PROGRAM.
    ENDMODULE.
    MODULE user_command_0100.
    save_ok = ok_code.
    CLEAR ok_code.
    CASE save_ok.
    WHEN 'HIDE'.
    flag = ' '.
    WHEN 'REVEAL'.
    flag = 'X'.
    WHEN 'SQUARE'.
    field2 = field1 ** 2.
    WHEN 'CUBE'.
    field2 = field1 ** 3.
    WHEN 'SQUAREROOT'.
    field2 = field1 ** ( 1 / 2 ).
    WHEN 'CUBICROOT'.
    field2 = field1 ** ( 1 / 3 ).
    ENDCASE.
    ENDMODULE.
    Callback-Routines
    FORM on_ctmenu_text USING l_menu TYPE REF TO cl_ctmenu.
    CALL METHOD:l_menu->load_gui_status
    EXPORTING program = prog
    status = 'CONTEXT_MENU_1'
    menu = l_menu.
    ENDFORM.
    FORM on_ctmenu_frame USING l_menu TYPE REF TO cl_ctmenu.
    CALL METHOD:l_menu->load_gui_status
    EXPORTING program = prog
    status = 'CONTEXT_MENU_2'
    menu = l_menu,
    l_menu->load_gui_status
    EXPORTING program = prog
    status = 'CONTEXT_MENU_1'
    menu = l_menu,
    l_menu->set_default_function
    EXPORTING fcode = 'HIDE'.
    ENDFORM.
    FORM on_ctmenu_reveal USING l_menu TYPE REF TO cl_ctmenu.
    CALL METHOD:l_menu->load_gui_status
    EXPORTING program = prog
    status = 'CONTEXT_MENU_3'
    menu = l_menu,
    l_menu->load_gui_status
    EXPORTING program = prog
    status = 'CONTEXT_MENU_1'
    menu = l_menu,
    l_menu->set_default_function
    EXPORTING fcode = 'REVEAL'.
    ENDFORM.
    FORM on_ctmenu_input USING l_menu TYPE REF TO cl_ctmenu.
    DATA calculate_menu TYPE REF TO cl_ctmenu.
    CREATE OBJECT calculate_menu.
    CALL METHOD: calculate_menu->add_function
    EXPORTING fcode = 'SQUARE'
    text = text-001,
    calculate_menu->add_function
    EXPORTING fcode = 'CUBE'
    text = text-002,
    calculate_menu->add_function
    EXPORTING fcode = 'SQUAREROOT'
    text = text-003,
    calculate_menu->add_function
    EXPORTING fcode = 'CUBICROOT'
    text = text-004,
    l_menu->add_submenu
    EXPORTING menu = calculate_menu
    text = text-005.
    ENDFORM.
    Regards,
    Bhaskar

  • Explorer crashes when right-click

    Hi,
    I've just starting having real trouble with Windows Explorer in Windows 8.  Whenever I right-click on anywhere in a local file, or right-click on a local drive, Explorer freezes. I cannot even create a new folder without Explorer crashing.  As
    I can't right click anywhere, I can't take ownership of the folders to confirm that this isn't a permissions issue. I'm really at a dead end with this.
    I have seen that people have had a problem with this in the past when right-clicking on items in the left-hand pane in Explorer, but this problem is much more widespread, as it is affecting every local folder. I followed the advice given in previous posts.
    I downloaded ShellExView and disabled each item of the Context Menu type that was non-Windows in turn to see if that solved the problem. I then tried disabling all items that were non-Windows to see if that would work. Neither worked and I still have the problem. 
    The technical details of the error from the Action Center are below:
    Source
    Windows Explorer
    Summary
    Stopped responding and was closed
    Date
    ‎16/‎03/‎2013 20:51
    Status
    Report sent
    Description
    A problem caused this program to stop interacting with Windows.
    Faulting Application Path: C:\Windows\explorer.exe
    Problem signature
    Problem Event Name: AppHangB1
    Application Name: explorer.exe
    Application Version: 6.2.9200.16433
    Application Timestamp: 50763312
    Hang Signature: 0cb2
    Hang Type: 0
    OS Version: 6.2.9200.2.0.0.256.48
    Locale ID: 2057
    Additional Hang Signature 1: 0cb26bd15cee3dce6b53eff45dc7365a
    Additional Hang Signature 2: 7d52
    Additional Hang Signature 3: 7d52cf85aca982670c7677aaf062c4b2
    Additional Hang Signature 4: 0cb2
    Additional Hang Signature 5: 0cb26bd15cee3dce6b53eff45dc7365a
    Additional Hang Signature 6: 7d52
    Additional Hang Signature 7: 7d52cf85aca982670c7677aaf062c4b2
    Extra information about the problem
    Bucket ID: 3a4b280c56cae509d32fa2121a2c3eec (-922155062)
    The only thing I have changed today is that I have uninstalled and reinstalled uTorrent as it was having a problem. Otherwise, I haven't changed anything in months, and this problem has only started today. I only discovered it when I was trying to create
    a new folder to save uTorrent into!
    I have also tried running fltmc.exe from the command prompt as an administrator, which prompted the following results:
    Filter Name                     Num Instances    Altitude    Frame
    RapportCerberus_50414                  10       370040         0
    RapportPG64                            10       370030         0
    BHDrvx64                                7       365100         0
    Avgmfx64                                7       325000         0
    SymEFA                                 10       260600         0
    luafv                                   1       135000         0
    npsvctrig                               1        46000         0
    FileInfo                               10        45000         0
    (Sorry about the spacing) I am at a loss! Any help will be greatly appreciated!

    I have the same problem, and I have no obscure software installed, I installed a clean windows 8 2 weeks ago as I bought a SSD. 
    I created the dmp file as described:
    Dumpzusammenfassung
    Dumpdatei: explorer.exe.4132.dmp : C:\LocalDumps\explorer.exe.4132.dmp
    Letzte Schreibzeit: 27.06.2013 18:39:31
    Prozessname: explorer.exe : C:\Windows\explorer.exe
    Prozessarchitektur: x64
    Ausnahmecode: 0xE06D7363
    Ausnahmeinformationen:
    Heapinformationen: Vorhanden
    Systeminformationen
    Betriebssystemversion: 6.3.9431
    CLR-Version(en): 4.0.30319.32559
    Module
    Modulname Modulpfad Modulversion
    explorer.exe C:\Windows\explorer.exe 6.3.9431.0
    ntdll.dll C:\Windows\System32\ntdll.dll 6.3.9431.0
    kernel32.dll C:\Windows\System32\kernel32.dll 6.3.9431.0
    KERNELBASE.dll C:\Windows\System32\KERNELBASE.dll 6.3.9431.0
    apphelp.dll C:\Windows\System32\apphelp.dll 6.3.9431.0
    msvcrt.dll C:\Windows\System32\msvcrt.dll 7.0.9431.0
    oleaut32.dll C:\Windows\System32\oleaut32.dll 6.3.9431.0
    combase.dll C:\Windows\System32\combase.dll 6.3.9431.0
    powrprof.dll C:\Windows\System32\powrprof.dll 6.3.9431.0
    advapi32.dll C:\Windows\System32\advapi32.dll 6.3.9431.0
    user32.dll C:\Windows\System32\user32.dll 6.3.9431.0
    gdi32.dll C:\Windows\System32\gdi32.dll 6.3.9431.0
    SHCore.dll C:\Windows\System32\SHCore.dll 6.3.9431.0
    shlwapi.dll C:\Windows\System32\shlwapi.dll 6.3.9431.0
    shell32.dll C:\Windows\System32\shell32.dll 6.3.9431.0
    uxtheme.dll C:\Windows\System32\uxtheme.dll 6.3.9431.0
    dwmapi.dll C:\Windows\System32\dwmapi.dll 6.3.9431.0
    twinapi.dll C:\Windows\System32\twinapi.dll 6.3.9431.0
    d3d11.dll C:\Windows\System32\d3d11.dll 6.3.9431.0
    dcomp.dll C:\Windows\System32\dcomp.dll 6.3.9431.0
    sspicli.dll C:\Windows\System32\sspicli.dll 6.3.9431.0
    sechost.dll C:\Windows\System32\sechost.dll 6.3.9431.0
    userenv.dll C:\Windows\System32\userenv.dll 6.3.9431.0
    propsys.dll C:\Windows\System32\propsys.dll 7.0.9431.0
    rpcrt4.dll C:\Windows\System32\rpcrt4.dll 6.3.9431.0
    slc.dll C:\Windows\System32\slc.dll 6.3.9431.0
    profapi.dll C:\Windows\System32\profapi.dll 6.3.9431.0
    dxgi.dll C:\Windows\System32\dxgi.dll 6.3.9431.0
    sppc.dll C:\Windows\System32\sppc.dll 6.3.9431.0
    imm32.dll C:\Windows\System32\imm32.dll 6.3.9431.0
    msctf.dll C:\Windows\System32\msctf.dll 6.3.9431.0
    tiptsf.dll C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll 6.3.9431.0
    kernel.appcore.dll C:\Windows\System32\kernel.appcore.dll 6.3.9431.0
    CRYPTBASE.dll C:\Windows\System32\CRYPTBASE.dll 6.3.9431.0
    bcryptPrimitives.dll C:\Windows\System32\bcryptPrimitives.dll 6.3.9431.0
    ole32.dll C:\Windows\System32\ole32.dll 6.3.9431.0
    clbcatq.dll C:\Windows\System32\clbcatq.dll 2001.12.10361.0
    winsta.dll C:\Windows\System32\winsta.dll 6.3.9431.0
    Bcp47Langs.dll C:\Windows\System32\Bcp47Langs.dll 6.3.9431.0
    cryptsp.dll C:\Windows\System32\cryptsp.dll 6.3.9431.0
    rsaenh.dll C:\Windows\System32\rsaenh.dll 6.3.9431.0
    bcrypt.dll C:\Windows\System32\bcrypt.dll 6.3.9431.0
    actxprxy.dll C:\Windows\System32\actxprxy.dll 6.3.9431.0
    gameux.dll C:\Windows\System32\gameux.dll 6.3.9431.0
    comctl32.dll C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9431.0_none_4c5a88cade1c4961\comctl32.dll 6.10.9431.0
    GdiPlus.dll C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.9431.0_none_deb7009e55d4d87b\GdiPlus.dll 6.3.9431.0
    xmllite.dll C:\Windows\System32\xmllite.dll 6.3.9431.0
    crypt32.dll C:\Windows\System32\crypt32.dll 6.3.9431.0
    msasn1.dll C:\Windows\System32\msasn1.dll 6.3.9431.0
    SettingSyncCore.dll C:\Windows\System32\SettingSyncCore.dll 6.3.9431.0
    IDStore.dll C:\Windows\System32\IDStore.dll 6.3.9431.0
    samlib.dll C:\Windows\System32\samlib.dll 6.3.9431.0
    wkscli.dll C:\Windows\System32\wkscli.dll 6.3.9431.0
    netutils.dll C:\Windows\System32\netutils.dll 6.3.9431.0
    dui70.dll C:\Windows\System32\dui70.dll 6.3.9431.0
    duser.dll C:\Windows\System32\duser.dll 6.3.9431.0
    themeui.dll C:\Windows\System32\themeui.dll 6.3.9431.0
    SndVolSSO.DLL C:\Windows\System32\SndVolSSO.DLL 6.3.9431.0
    hid.dll C:\Windows\System32\hid.dll 6.3.9431.0
    MMDevAPI.dll C:\Windows\System32\MMDevAPI.dll 6.3.9431.0
    devobj.dll C:\Windows\System32\devobj.dll 6.3.9431.0
    cfgmgr32.dll C:\Windows\System32\cfgmgr32.dll 6.3.9431.0
    oleacc.dll C:\Windows\System32\oleacc.dll 7.2.9431.0
    D3D10Warp.dll C:\Windows\System32\D3D10Warp.dll 6.3.9431.0
    Windows.UI.Immersive.dll C:\Windows\System32\Windows.UI.Immersive.dll 6.3.9431.0
    twinui.dll C:\Windows\System32\twinui.dll 6.3.9431.0
    twinapi.appcore.dll C:\Windows\System32\twinapi.appcore.dll 6.3.9431.0
    windowscodecs.dll C:\Windows\System32\windowscodecs.dll 6.3.9431.0
    explorerframe.dll C:\Windows\System32\explorerframe.dll 6.3.9431.0
    Tabbtn.dll C:\Windows\System32\Tabbtn.dll 6.3.9431.0
    TabbtnEx.dll C:\Windows\System32\TabbtnEx.dll 6.3.9431.0
    linkinfo.dll C:\Windows\System32\linkinfo.dll 6.3.9431.0
    NetworkExplorer.dll C:\Windows\System32\NetworkExplorer.dll 6.3.9431.0
    SearchFolder.dll C:\Windows\System32\SearchFolder.dll 6.3.9431.0
    windows.immersiveshell.serviceprovider.dll C:\Windows\System32\windows.immersiveshell.serviceprovider.dll 6.3.9431.0
    TipBand.dll C:\Program Files\Common Files\microsoft shared\ink\TipBand.dll 6.3.9431.0
    StructuredQuery.dll C:\Windows\System32\StructuredQuery.dll 7.0.9431.0
    wtsapi32.dll C:\Windows\System32\wtsapi32.dll 6.3.9431.0
    twinui.appcore.dll C:\Windows\System32\twinui.appcore.dll 6.3.9431.0
    wpncore.dll C:\Windows\System32\wpncore.dll 6.3.9431.0
    DWrite.dll C:\Windows\System32\DWrite.dll 6.3.9431.0
    UIAnimation.dll C:\Windows\System32\UIAnimation.dll 6.3.9431.0
    aticfx64.dll C:\Windows\System32\aticfx64.dll 8.17.10.1225
    version.dll C:\Windows\System32\version.dll 6.3.9431.0
    atiuxp64.dll C:\Windows\System32\atiuxp64.dll 8.14.1.6338
    atidxx64.dll C:\Windows\System32\atidxx64.dll 8.17.10.507
    wlidprov.dll C:\Windows\System32\wlidprov.dll 6.3.9431.0
    thumbcache.dll C:\Windows\System32\thumbcache.dll 6.3.9431.0
    Windows.Networking.Connectivity.dll C:\Windows\System32\Windows.Networking.Connectivity.dll 6.3.9431.0
    InputSwitch.dll C:\Windows\System32\InputSwitch.dll 6.3.9431.0
    ELSCore.dll C:\Windows\System32\ELSCore.dll 6.3.9431.0
    elslad.dll C:\Windows\System32\elslad.dll 6.3.9431.0
    msftedit.dll C:\Windows\System32\msftedit.dll 6.3.9431.0
    msimg32.dll C:\Windows\System32\msimg32.dll 6.3.9431.0
    Windows.Globalization.dll C:\Windows\System32\Windows.Globalization.dll 6.3.9431.0
    globinputhost.dll C:\Windows\System32\globinputhost.dll 6.3.9431.0
    ninput.dll C:\Windows\System32\ninput.dll 6.3.9431.0
    urlmon.dll C:\Windows\System32\urlmon.dll 11.0.9431.0
    iertutil.dll C:\Windows\System32\iertutil.dll 11.0.9431.0
    wininet.dll C:\Windows\System32\wininet.dll 11.0.9431.162
    windows.globalization.fontgroups.dll C:\Windows\System32\windows.globalization.fontgroups.dll 6.3.9431.0
    secur32.dll C:\Windows\System32\secur32.dll 6.3.9431.0
    npmproxy.dll C:\Windows\System32\npmproxy.dll 6.3.9431.0
    IPHLPAPI.DLL C:\Windows\System32\IPHLPAPI.DLL 6.3.9431.0
    nsi.dll C:\Windows\System32\nsi.dll 6.3.9431.0
    winnsi.dll C:\Windows\System32\winnsi.dll 6.3.9431.0
    wlanapi.dll C:\Windows\System32\wlanapi.dll 6.3.9431.0
    wwapi.dll C:\Windows\System32\wwapi.dll 8.1.9431.0
    WinTypes.dll C:\Windows\System32\WinTypes.dll 6.3.9431.0
    netprofm.dll C:\Windows\System32\netprofm.dll 6.3.9431.0
    ws2_32.dll C:\Windows\System32\ws2_32.dll 6.3.9431.0
    ondemandconnroutehelper.dll C:\Windows\System32\ondemandconnroutehelper.dll 6.3.9431.0
    winhttp.dll C:\Windows\System32\winhttp.dll 6.3.9431.0
    mswsock.dll C:\Windows\System32\mswsock.dll 6.3.9431.0
    dnsapi.dll C:\Windows\System32\dnsapi.dll 6.3.9431.0
    rasadhlp.dll C:\Windows\System32\rasadhlp.dll 6.3.9431.0
    MrmCoreR.dll C:\Windows\System32\MrmCoreR.dll 6.3.9431.0
    stobject.dll C:\Windows\System32\stobject.dll 6.3.9431.0
    batmeter.dll C:\Windows\System32\batmeter.dll 6.3.9431.0
    sxs.dll C:\Windows\System32\sxs.dll 6.3.9431.0
    SETTINGSYNCPOLICY.dll C:\Windows\System32\SETTINGSYNCPOLICY.dll 6.3.9431.0
    es.dll C:\Windows\System32\es.dll 2001.12.10361.0
    prnfldr.dll C:\Windows\System32\prnfldr.dll 6.3.9431.0
    winspool.drv C:\Windows\System32\winspool.drv 6.3.9431.0
    DeviceSetupManagerAPI.dll C:\Windows\System32\DeviceSetupManagerAPI.dll 6.3.9431.0
    wevtapi.dll C:\Windows\System32\wevtapi.dll 6.3.9431.0
    wpnprv.dll C:\Windows\System32\wpnprv.dll 6.3.9431.0
    Windows.Security.Authentication.OnlineId.dll C:\Windows\System32\Windows.Security.Authentication.OnlineId.dll 6.3.9431.0
    dpapi.dll C:\Windows\System32\dpapi.dll 6.3.9431.0
    PhotoMetadataHandler.dll C:\Windows\System32\PhotoMetadataHandler.dll 6.3.9431.0
    Windows.Networking.Sockets.PushEnabledApplication.dll C:\Windows\System32\Windows.Networking.Sockets.PushEnabledApplication.dll 6.3.9431.0
    windowscodecsext.dll C:\Windows\System32\windowscodecsext.dll 6.3.9431.0
    msxml6.dll C:\Windows\System32\msxml6.dll 6.30.9431.0
    FWPUCLNT.DLL C:\Windows\System32\FWPUCLNT.DLL 6.3.9431.0
    AudioSes.dll C:\Windows\System32\AudioSes.dll 6.3.9431.0
    schannel.dll C:\Windows\System32\schannel.dll 6.3.9431.0
    DXP.dll C:\Windows\System32\DXP.dll 6.3.9431.0
    setupapi.dll C:\Windows\System32\setupapi.dll 6.3.9431.0
    shdocvw.dll C:\Windows\System32\shdocvw.dll 6.3.9431.0
    Syncreg.dll C:\Windows\System32\Syncreg.dll 2007.94.9431.0
    ncrypt.dll C:\Windows\System32\ncrypt.dll 6.3.9431.0
    ntasn1.dll C:\Windows\System32\ntasn1.dll 6.3.9431.0
    ncryptsslp.dll C:\Windows\System32\ncryptsslp.dll 6.3.9431.0
    WWanAPI.dll C:\Windows\System32\WWanAPI.dll 6.3.9431.0
    AltTab.dll C:\Windows\System32\AltTab.dll 6.3.9431.0
    authui.dll C:\Windows\System32\authui.dll 6.3.9431.0
    wpdshserviceobj.dll C:\Windows\System32\wpdshserviceobj.dll 6.3.9431.0
    PortableDeviceTypes.dll C:\Windows\System32\PortableDeviceTypes.dll 6.3.9431.0
    PortableDeviceApi.dll C:\Windows\System32\PortableDeviceApi.dll 6.3.9431.0
    wintrust.dll C:\Windows\System32\wintrust.dll 6.3.9431.0
    sqmapi.dll C:\Program Files\Windows Portable Devices\sqmapi.dll 6.3.9431.0
    taskschd.dll C:\Windows\System32\taskschd.dll 6.3.9431.0
    SettingMonitor.dll C:\Windows\System32\SettingMonitor.dll 6.3.9431.0
    AepRoam.dll C:\Windows\System32\AepRoam.dll 6.3.9431.0
    PackageStateRoaming.dll C:\Windows\System32\PackageStateRoaming.dll 6.3.9431.0
    ieframe.dll C:\Windows\System32\ieframe.dll 11.0.9431.0
    pnidui.dll C:\Windows\System32\pnidui.dll 6.3.9431.0
    NetworkStatus.dll C:\Windows\System32\NetworkStatus.dll 6.3.9431.0
    dhcpcsvc6.DLL C:\Windows\System32\dhcpcsvc6.DLL 6.3.9431.0
    dhcpcsvc.dll C:\Windows\System32\dhcpcsvc.dll 6.3.9431.0
    cscui.dll C:\Windows\System32\cscui.dll 6.3.9431.0
    cscdll.dll C:\Windows\System32\cscdll.dll 6.3.9431.0
    cscobj.dll C:\Windows\System32\cscobj.dll 6.3.9431.0
    srchadmin.dll C:\Windows\System32\srchadmin.dll 7.0.9431.0
    cscapi.dll C:\Windows\System32\cscapi.dll 6.3.9431.0
    mssprxy.dll C:\Windows\System32\mssprxy.dll 7.0.9431.0
    shacct.dll C:\Windows\System32\shacct.dll 6.3.9431.0
    samcli.dll C:\Windows\System32\samcli.dll 6.3.9431.0
    bthprops.cpl C:\Windows\System32\bthprops.cpl 6.3.9431.0
    BluetoothApis.dll C:\Windows\System32\BluetoothApis.dll 6.3.9431.0
    SyncCenter.dll C:\Windows\System32\SyncCenter.dll 6.3.9431.0
    Actioncenter.dll C:\Windows\System32\Actioncenter.dll 6.3.9431.0
    imapi2.dll C:\Windows\System32\imapi2.dll 6.3.9431.0
    hgcpl.dll C:\Windows\System32\hgcpl.dll 6.3.9431.0
    provsvc.dll C:\Windows\System32\provsvc.dll 6.3.9431.0
    ntshrui.dll C:\Windows\System32\ntshrui.dll 6.3.9431.0
    srvcli.dll C:\Windows\System32\srvcli.dll 6.3.9431.0
    dfshim.dll C:\Windows\System32\dfshim.dll 6.3.9431.0
    mscoree.dll C:\Windows\System32\mscoree.dll 6.3.9431.0
    mscoreei.dll C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll 4.0.30319.32559
    clr.dll C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll 4.0.30319.32559
    MSVCR120_CLR0400.dll C:\Windows\System32\MSVCR120_CLR0400.dll 12.0.20514.32559
    ntmarta.dll C:\Windows\System32\ntmarta.dll 6.3.9431.0
    AcSignIcon.dll C:\Windows\System32\AcSignIcon.dll 19.0.55.0
    mfc100u.dll C:\Windows\System32\mfc100u.dll 10.0.40219.325
    msvcr100.dll C:\Windows\System32\msvcr100.dll 10.0.40219.325
    MFC100DEU.DLL C:\Windows\System32\MFC100DEU.DLL 10.0.40219.325
    DropboxExt64.19.dll C:\Users\4ndreas\AppData\Roaming\Dropbox\bin\DropboxExt64.19.dll 1.0.0.19
    dbghelp.dll C:\Windows\System32\dbghelp.dll 6.3.9431.0
    msvcp90.dll C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.7996_none_08e8a813a8398e2a\msvcp90.dll 9.0.30729.7996
    msvcr90.dll C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.7996_none_08e8a813a8398e2a\msvcr90.dll 9.0.30729.7996
    EhStorShell.dll C:\Windows\System32\EhStorShell.dll 6.3.9431.0
    AcSignCore16.dll C:\Program Files\Autodesk\Inventor Publisher 2012\AcSignCore16.dll 18.2.47.0
    UIRibbonRes.dll C:\Windows\System32\UIRibbonRes.dll 6.3.9431.0
    uiautomationcore.dll C:\Windows\System32\uiautomationcore.dll 7.2.9431.0
    winmm.dll C:\Windows\System32\winmm.dll 6.3.9431.0
    WINMMBASE.dll C:\Windows\System32\WINMMBASE.dll 6.3.9431.0
    msiltcfg.dll C:\Windows\System32\msiltcfg.dll 5.0.9431.0
    msi.dll C:\Windows\System32\msi.dll 5.0.9431.0
    UIRibbon.dll C:\Windows\System32\UIRibbon.dll 6.3.9431.0
    WorkFoldersShell.dll C:\Windows\System32\WorkFoldersShell.dll 6.3.9431.0
    twext.dll C:\Windows\System32\twext.dll 6.3.9431.0
    syncui.dll C:\Windows\System32\syncui.dll 6.3.9431.0
    synceng.dll C:\Windows\System32\synceng.dll 6.3.9431.0
    AcShellExtension.dll C:\Program Files (x86)\Common Files\Autodesk Shared\AcShellEx\AcShellExtension.dll 19.0.53.0
    msvcp100.dll C:\Windows\System32\msvcp100.dll 10.0.40219.325
    7-zip.dll C:\Program Files\7-Zip\7-zip.dll 9.22.0.0
    mpr.dll C:\Windows\System32\mpr.dll 6.3.9431.0
    dlnashext.dll C:\Windows\System32\dlnashext.dll 12.0.9431.0
    Windows.Media.Streaming.dll C:\Windows\System32\Windows.Media.Streaming.dll 12.0.9431.0
    DevDispItemProvider.dll C:\Windows\System32\DevDispItemProvider.dll 6.3.9431.0
    EhStorAPI.dll C:\Windows\System32\EhStorAPI.dll 6.3.9431.0
    apprepapi.dll C:\Windows\System32\apprepapi.dll 6.3.9431.0
    tbs.dll C:\Windows\System32\tbs.dll 6.3.9431.0
    msisip.dll C:\Windows\System32\msisip.dll 5.0.9431.0
    wshext.dll C:\Windows\System32\wshext.dll 5.8.9431.0
    AppxSip.dll C:\Windows\System32\AppxSip.dll 6.3.9431.0
    OpcServices.DLL C:\Windows\System32\OpcServices.DLL 6.3.9431.0
    pwrshsip.dll C:\Windows\System32\WindowsPowerShell\v1.0\pwrshsip.dll 6.3.9431.0
    xapauthenticodesip.dll C:\Program Files\Microsoft Silverlight\xapauthenticodesip.dll 5.1.20125.0
    pcacli.dll C:\Windows\System32\pcacli.dll 6.3.9431.0
    sfc_os.dll C:\Windows\System32\sfc_os.dll 6.3.9431.0
    DtBridge.dll C:\Program Files\Autodesk\Inventor 2013\Bin\DtBridge.dll 17.0.13800.0
    Dt.dll C:\Program Files\Autodesk\Inventor 2013\Bin\Dt.dll 17.0.13800.0
    fb.dll C:\Program Files\Autodesk\Inventor 2013\Bin\fb.dll 17.0.13800.0
    utx.dll C:\Program Files\Autodesk\Inventor 2013\Bin\utx.dll 17.0.13800.0
    rse.dll C:\Program Files\Autodesk\Inventor 2013\Bin\rse.dll 17.0.13800.0
    comdlg32.dll C:\Windows\System32\comdlg32.dll 6.3.9431.0
    persist.dll C:\Program Files\Autodesk\Inventor 2013\Bin\persist.dll 17.0.13800.0
    acge218I.dll C:\Program Files\Autodesk\Inventor 2013\Bin\acge218I.dll 218.0.0.5118
    GRData.dll C:\Program Files\Autodesk\Inventor 2013\Bin\GRData.dll 17.0.13800.0
    Rp.dll C:\Program Files\Autodesk\Inventor 2013\Bin\Rp.dll 17.0.13800.0
    psapi.dll C:\Windows\System32\psapi.dll 6.3.9431.0
    wsock32.dll C:\Windows\System32\wsock32.dll 6.3.9431.0
    SrvRes.dll C:\Program Files\Autodesk\Inventor 2013\Bin\de-DE\SrvRes.dll 17.0.13800.0

  • In version 9 is there anyway to put the "Open Link in new Tab" back to where it was when right clicking on a link?

    The menu editor addon no longer works with FF v9.0.1, is there another way to change the location of the "Open Link in New Tab" contextual menu item when right clicking on a link?

    You can do that with code in userChrome.css.
    See my post here:
    *[[/questions/791244?page=2#answer-161497]]

  • Firefox 6. When right clicking a tab no drop-down menu appears. Why do I not have the option to pin, unpin, etc.

    I'm using Firefox 6 with all current updates. This is on a desktop pc running Windows XP (Service Pack 3).
    At some previous time I was able to pin tabs - I pinned three. Lately I do not have a drop-down menu when right clicking on a pinned or unpinned tab. The feature is just not there.

    Try the Firefox SafeMode. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    # You can open the Firefox 4/5/6/7 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. <br />
    ''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

  • Error message when right-click on desktpp

    Hi.
    I get a error message in Win 7 64 pro when right clicking on the desktop to get to settings saying:
    "Debug Assertation Failed! Program c:\Windows\system32\igfxsrvc.exe File D:\Program Files\Mirosoft Visual Studio 9.0\VC\ATLMFC\INCLUDE\atlcorn.h
    Expression: 0&& "Release called on a pointer that has already been released" For information on how your program can cause an assertation faileure, see Visual C++ doc. on assserts
    (Press Retry to debug the application)"
    Then I click abort and the message goes away and up pops the settings (I've tried clicking both retry and ignore with no luck) . Highly annoying and appeared after I've installed my brand new x1 carbon with latest drivers and bios with Think Vantage System Update. Anyone know how to solve that??

    Hi Nikko69
    Here is a couple links for some info on the "Debug Assertion Failure" message you're receiving:
    http://forums.lenovo.com/t5/A-M-and-Edge-Series-ThinkCentre/Debug-Assertion-Failed/td-p/797397
    http://answers.yahoo.com/question/index?qid=20100407175831AAjMzbZ
    http://answers.microsoft.com/en-us/windows/forum/windows_7-system/debug-assertion-failed-error-when-...
    I hope this helps you pinpoint a resolution, let us know how it works.
    HAPPY HOLIDAYS!!
    Be AWESOME Everyday!
    Donate KUDOS and Click "Accepted Solution"
    Did someone help you today?
    Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"
    This will help the rest of the Community with similar issues identify the verified solution and benefit from it.

  • When I click onto the firefox webbrowser, I get the message "firefox has stopped working, windows will close the application to find a solution to the problem " This has been going on for several days, I've had to go back IE to access web pages

    When I click onto the firefox webbrowser, I get the message "firefox has stopped working, windows will close the application to find a solution to the problem."

    I had this exact same problem.  I found this fix and it worked for me. 
    Step 1:
    Browse to C:\Program Files (x86)\Common Files\Apple\Apple Application Support and copy the filen named QTMovieWin.dll. 
    Step 2:
    Browse and past that file into C:\Program Files (x86)\iTunes.
    Hope this helps you.  I wish I could remember where I saw this originally so I could thank them.
    Good Luck.
    Anthony

  • Why does the Right-click - "t" delete a bookmark on the bookmark toolbar, when Right-click - "t" opens a new tab elsewhere. The bookmark toolbar use Right-click - "w" to open in a new tab. Please change this to "t" to...

    Why does the Right-click -> "t" delete a bookmark on the bookmark toolbar, when Right-click -> "t" opens a new tab elsewhere in Firefox. The bookmark toolbar use Right-click -> "w" to open in a new tab. Please change this to "t" to... I keep deleting all my bookmark because you don't make the commands consistent!

    If you have accidentally removed bookmarks then use "Organize > Undo" in the bookmarks manager (Bookmarks > Organize Bookmarks) to get them back.<br />
    The Organize button is the first of the three buttons on the toolbar in the Library (Bookmarks Manager).<br />
    That only works if you haven't closed Firefox.
    [https://bugzilla.mozilla.org/show_bug.cgi?id=301888 Bug 301888] – Bookmarks cut instead of opened in new tab from Bookmarks Toolbar Folder
    (please do not comment in bug reports; you can vote instead)

  • When right clicking an image in Bridge, the "open with" option doesn't display Fireworks

    This is not the case with all the files, but some.  For example, there was a .jpg file that I couldn't open in Fireworks when right clicking and choosing "open with", although Illustrator and Photoshop were both listed.  Note: I have Cs5 Extended.  Thank you in advance.

    The "open with" menu is set in the OS, not Bridge, so open Windows Explorer and work on it from there to add what you want.

  • How to click, when "right-click dominant" is turned on?

    My sister is on a 17 hour train ride now with her new macbook with Leopard. She doesn't have a mouse/wacom tablet with her now. Without knowing the implications fully, she went into the mouse settings, and turned on "right-click dominant". Her computer only has one click button, which now brings up the mini-menu that comes up with a right-click. Control-click does the same thing. She is stuck. She can't get back into the preferences to unclick the setting, because she can't click.
    Is there a way?? How to click, when "right-click dominant" is turned on?

    I am not familiar with the term "right-click dominant". The mouse section of the System Preferences has a "primary mouse button left/right" setting, but that affects the mouse, not the track pad. I would try all the modifier keys (and combination of) I can think of to see if one switches the track pad click. If that fails, a restart (press the power button and return) might straighten it out.

  • Hai i am using firefox 3.6.When right clicking on a link and a window opens up, i want it to ask me "Open Link in New tab" first, not second.

    hai i am using firefox 3.6.When right clicking on a link and a window opens up, i want it to ask me "Open Link in New tab" first, not second.

    First, you are using a version of Firefox that is very old and outdated. Please update to at least Firefox 3.6.27, or more preferably, update to Firefox 10.0.2. There are lots of bug fixes, security improvements, and much improved performance in Firefox 10.
    After you do that, try seeing if you are still having a problem. If you are, is this that when you try to select "Open in a new tab" it opens in a new window instead? Or something else?

  • Why my itunes cannot create aac.. already right click.. same.. unistall all file.. install back.. also same...

    why my itunes cannot create aac.. already right click.. same.. unistall all file.. install back.. also same...

    Manmira,
    Have you gone to Edit > Preferences > General > Import Settings to make sure that "Import Using" is set to "AAC Encoder"?

Maybe you are looking for

  • 10.4.7 Runs Slow, Spinning Beach Ball, "kass" takes over system

    To the helpful frequenters of this forum: Since installing Tiger and updating to 10.4.7 recently, I have experienced some major system slow downs on my computer. I am running a Titanium Powerbook G4 with 512MB RAM and 12GB free (from a 60GB hard driv

  • "disk insertion" problem

    i bought a cd and listened to it earlier and it worked fine but now when i put it in a message pops up that is labled "disk insertion" and it says: "the disk you inserted was not readable by this computer" and the option are to ignore or eject. but i

  • Ventura vs. InDesign

    Working on a book in Ventura. The document contains many texts margin, see example below. Is there anyone here in this forum that has a solution for use in InDesign. The margin texts must follow the other text. /Henriette

  • How to type persian in iWeb!

    Hi guys I just got my .Mac acount and now it's time to make a website on iWeb!!! I can do most of the things but I am really stuck about how to type in persian in iweb!!! I have had search and that's what I found: http://docs.info.apple.com/article.h

  • Workflow - Need a simple & complete Workflow scenario

    Hi Experts, I want to start learning workflow. May i Request any one of you to please give me simple example scenarios on workflow. Thanks Dany