Default context menu options in Multisim 11

Below is the right click context menu that I get when clicking in the blank area of a sheet in Multisim 11.  The Properties option is not listed so it appears that another option is selected somewhere in settings.  I have tried to do a repair on the installation as well as an uninstall/re-install procedure without luck.  How can I restore the default right click context menu?
Thanks,
Thomas Meiswinkel

I'm having the same issues, but I tried deleting all the files in the Config folder (Options<Global Preference) but it still hasn't fixed anything. Here's my right-click on any component as well:
Attachments:
Right Click.jpg ‏14 KB

Similar Messages

  • Modifying default context menu of  af:tree

    Hi all,
    this one is urgent..
    I am having a af:tree component on a jspx web page.
    I know that we can change the context menu (the box that pops out when right click happens on any of its node) by setting contextMenuId of the af:tree which points to a af:popup having af:menu. When we dont set contextMenuId; we get a default context menu displaying options to expand/collapse other nodes. When we set it to some af:popup component we get a different context menu.
    My requirment is that instead of getting a new context menu, i must be adding up my new options to the already existing default options in the context menu. So its a kind of extension of default context menu available.
    So can anybody help me.... i am a newbie so pls forgive me if i'm wrong somewhere..
    Thanks a lot..

    Hi Frank,
    thanks for the kind response..
    Yeah, i had tried that out too. But in this case the context menu that i'm defining doesn't seem to be picked up by af:tree since i'm only able to see the default context menu of the browser.
    This is strange since even the default context menu provided by af:tree doen't appear.
    Do we need to do something else also for that...
    By the way i assume that you were talking about contexMenu facet of af:tree only.
    I am inlinning the jspx code snippet for convinient.
    Can you please suggest something....
    <af:panelFormLayout customizationId="panelFormLayout1">
    <f:facet name="footer">
    <af:group>
    <af:commandButton text="commandButton 1"
    customizationId="commandButton1"/>
    <af:image source="http://www.google.com/intl/en_ALL/images/logo.gif"
    shortDesc="THE logo" customizationId="image1"/>
    <af:tree value="#{myBean.model}" var="model"
    rowSelection="single" initiallyExpanded="true"
    id="structureNavigatorTree" inlineStyle="padding:2px"
    contentDelivery="immediate"
    customizationId="amitKumarGupta">
    <f:facet name="nodeStamp">
    <af:panelGroupLayout>
    <af:outputText value="#{model.name}"/>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="contextMenu">
    <af:popup id="yesItsgeneral">
    <af:menu id="fdssd" text="menu 1">
    <af:commandMenuItem id="micrsfdg" text="Expand All2"/>
    </af:menu>
    </af:popup>
    </f:facet>
    </af:tree>
    </af:group>
    </f:facet>
    </af:panelFormLayout>
    </cust:panelCustomizable>
    <f:facet name="editor">
    <pe:pageEditorPanel/>
    </f:facet>
    </pe:pageCustomizable>
    </af:form>
    </af:document>
    Hi,
    turns out the solution is easy. Just use the context
    menu facet, similar to below
    <f:facet name="contextMenu">
    <af:popup>
    <af:menu text="menu 1">
    <af:commandMenuItem text="Expand
    All2"/>
    </af:menu>
    /af:popup>
    </f:facet>
    custom menu to the existing set of menus
    Frank

  • Disable WD ABAP default context menu

    Hi All,
              Can anyone tell me how i can disable default context menu of wed dynpro applications.
    I have an application open to business users. I was able to disable 'user settings' option but i still get the 'display quick help' and 'more field help' option when the user right clicks on the web dynpro page
               I want to disable the default context menu completely to show Internet explorer context menu when a user right clicks on the web dynpro page.
               Please help
    Thanks
    WD dev

    Hi ,
    You will need to pass the WebDynpro Application,parameter WDDISABLEUSERPERSONALIZATION
    set its value as X  to disable users right click & personalization. Select ur webdynpro application double click, select parameters TAB.
    check below link for details.
    [http://help.sap.com/saphelp_nw70/helpdata/en/7b/fb57412df8091de10000000a155106/content.htm]
    Greetings
    Prashant
    P.S.- Points Welcome

  • Add "make unique symbol" button and context menu option

    I often want to make a variation of an existing symbol that is already positioned on the page. Unless I'm missing something, the steps are to duplicate existing symbol in the symbols palette, then replace the selected symbol instance, using the "replace symbol instance" in the Control Bar. Why not have a context menu option "make unique symbol" that automatically replaces the instance with new, unique symbol? I'd also like to see "Edit Symbol" added to the context menu. I'm hovering over the symbol, why should I have to go find the "edit symbol" button? I realize I can double-click the instance, but this does not work in all cases, such as when the direct select tool is active.
    If you've used SketchUp, you know where this idea comes from.
    Thanks,
    Ray

    No, I want to make a new, unique symbol of an existing symbol instance. If I choose "break link" from the context menu or symbols palette, the artwork is no longer a symbol and after editing, must converted to a symbol using the symbols palette. This requires several, unnecessary steps. At the very least, I'd like to see "Make new symbol" added to the context menu. If you're a SketchUp user you'll know exactly what I'm talking about. Seems incidental, but AI's method is inefficient.

  • Error when using the report context menu option Goto - Documents

    Hi gurus,
    I'm doing some report tests via Analyzer and when a try to use de context menu option "Goto -> Documents" and try to create a new document, the following errors occur:
    "CANNOT GET THE FOLDER FOR ASSIGNMENT"
    "ERROR WHILE LAUNCHING NEW DOCUMENT DIALOG"
    I'm using the nw2004s version. Could someone help me out?
    Thanks in advance.

    Hi Thaigo,
    We are also having the same problem with 2004s SP9 and SP10.
    1. All the 0TCA* are active.
    2. Super admin role is assigned.
    But still getting the above three errors. Somebody who have overcome this problem please share the corresponding changes to be made in KM Configuration
    Thanks and Regards
    Giri Nath

  • Exchange variant context menu option in Process Chains

    Hello Masters,
    I would like to know about the context menu option Exchange variant in Process Chains. Could you please educate me on this.
    Thanks and best wishes,
    i-bi

    Hi,
    Every process step is associated with a variant (process step actually <b>is</b> a variant). To exchange the variant would mean removing the existing one and replacing it with another.
    After exchanging it click "check". The interface is somewhat buggy...

  • Disable default context menu on textfield

    By default the JavaFX TextField has a built in ContextMenu with 'undo', 'copy', 'cut' etc. options.
    I want to replace this ContextMenu with a custom context menu make by me. Could I can do it?

    > By default the JavaFX TextField has a built in ContextMenu with 'undo', 'copy', 'cut' etc. options.
    Really?  Are you sure?  I don't get such a menu in TextFields on a Mac with JavaFX 8.
    Maybe you mean input type text in a WebView?
    I think the answer you are looking for is => webview.setContextMenuDisabled(true);
    See also java - Modify context menu in JavaFX WebView - Stack Overflow.
    And this open feature request:
    RT-20306 Customizable Popup menu in WebView

  • Adding a new context menu option to KM

    I want to add a new menu option to KM that appears when a user clicks the context menu of an xmlform generated xml file.
    From reading the forums it appears I need to edit an existing UI Command Group, adding a newly created Command that points to a Java class containing a handler class that implements ICommand?
    -How do I know which command group to add my command to?
    -Can I make the new command appear only for xml files generated by xmlforms?
    Cheers,
    Steve

    Hi Steve,
    <b>-How do I know which command group to add my command to?</b>
    You have to know what layout set is used in the navigation iView. If you do not know this, you have can add your user to the Debugging Settings list (KM Configuration -> Content Management -> User Interface -> Debugging Settings) and click on the Rendering Information link in the iView.
    After that you can go to the Layout Set settings ((KM Configuration -> Content Management -> User Interface -> Settings -> Layout Set) and check the settings of the Resource Renderer in use. For example if use the AdminExplorer LayoutSet you'll have to take a look at AdminResourceRenderer configuration. There you can see the Command Group used for Resources (Resource Command Group).
    This is the group you have to edit.
    <b>-Can I make the new command appear only for xml files generated by xmlforms?</b>
    Unfortunately you can only use different groups for Resources, Folders and Links but not for different type of Resources.
    Hope this helps,
    Robert

  • Hiding Context Menu Options in easyDMS

    Hi,
    I tried to hide context menu items on EasyDMS 7 SP06 according to note  983648 but with no success.
    I've added the registry entry but the items are still being shown in the context menu.
    Any Idea why?

    The registry entry should happen in HKLM instead of HKCU. The note for 7.0 is 1367514 . In 7.0 we have concept of centrally controlled registries. Hope this helps.
    Jomerce

  • Remove default context menu values

    Hi,
    I'm using Jdev 11.1.2.2.0 and i've af:tree with node as command link. If i click this link, the popup in context menu facet is launched with menu items which are created by me. Also it displays menu item like 'Collapse', 'Expand All Below' and 'Collapse All Below. I do not want these menu items. Could anyone tell me how to remove these menu items?
    Thanks in advance

    You can add a showPopupBehavior to your commandLink, with triggerType="contextMenu", make sure not to keep the popup in contextMenu facet of af:tree

  • Browser right click context menu

    Hello Everyone,
    I want to get the browser right click context menu in the WD Application when they are running in portal. We don't want the SAP Default context menu, which is confusing for our end-users. Is there a way of disabling this. I would appreciate your help.
    Regards,
    Gopal.

    >Because, the iviews developed with WD JAVA will not have this option and the iViews with WD ABAP will have this special context menu. Which is not being consistent on the portal side for the end users.
    You must be running an older version of Web Dynpro Java then, because later versions have the same right mouse click context menu.
    You can't return to the browser context menu, because the application can also defined application-specific options in the WD Context Menu.  It isn't just the stuff that is placed in there by the framework.  You would be disabling Application specific funcitonality then.  You can hide some of the framework options as suggested already in this forum, but you can't go back to the browser context menu.

  • The "This Frame" context menu is missing

    There are two users in question, both running Firefox 36.0.1 on Windows 7. When one user right clicks on a frame in a website, they have a "This Frame" context menu option, which cascades out to provide various actions you can take (Print This Frame, etc). The other user does not have that option. To the best of my knowledge, both users are running similar installs: the default collection of plug-ins that are enabled in our enterprise environment, they have not tweaked any settings in about:config, etc. Why would the "This Frame" context menu not be available for one of them? Is there any way to force it be enabled?

    For what it's worth, when I use OWA, the message body in the reading pane is in an iframe and does have the This Frame menu.
    Do you allow users to install extensions? To rule out the influence of extensions on the problem Firefox, you could have the user test in Firefox's Safe Mode. That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    He/she can restart Firefox in Safe Mode using either:
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * Help menu > Restart with Add-ons Disabled
    Not all add-ons are disabled: Flash and other plugins still run
    After Firefox shuts down, a small dialog should appear. Click "Start in Safe Mode" (''not'' Refresh).
    Any difference?

  • Insider/FourthElephant extension context menu not visible?

    I've deployed the extensions in the <sqldeveloper>/jdev/extensions dir, I see them listed in the extensions list, but I don't see any context menu related to the extension. I connect to a database, right click from the connections tab, and only see connect, disconnect, delete, sqlplus, refresh, properties, rename conn, open sql wksht, remote debug and gather stats. Am I doing something wrong?

    not sure what this would have to do with it, but I downloaded the errors lookkup extension from fourth elephant and not I see the insider extension context menu option and it launches. very bizarre. the error lookup is working too.

  • Internet Explorer context menu

    Hi All,
               How do i display browser context menu in a web dynpro abap application instead of the default context menu with  'quick help' etc items.
    Thanks and Regards
    Sunil Kumar.

    Hello,
    Please refer to this [Menu|http://help.sap.com/saphelp_nw04s/helpdata/en/ef/cc2c42be6fde2ce10000000a1550b0/frameset.htm].
    Regards.

  • Eclipse IDE: missing context menu "JPA"

    I want to try out the Generate Custom JPA Entities* feature but the context menu option JPA is missing. I have only JPA Tools (Hibernate tool plugin). I have already installed Oracle Enterprise Pack for Eclipse. I am using the latest Eclipse Java EE IDE (20120216-1857).
    I navigated to the project properties dialog, and examined "JPA" settings
    Platform: Hibernate (JPA 2.X)
    JPA Implementation: Hibernate
    Connection: MyOwnConnection
    Annotated Classes must be listed in persistence.xml is checked.
    Source Folder: src

    What perspective are you using? The alternative to context menu is to access via New > Other...
    - New > Other | JPA | JPA Entities from Tables

Maybe you are looking for

  • File not displaying properly when launched

    Hello, I'm using Cp6, Windows 7, Flash 11.9 and have a question.  I've created a cptx file for an overall tutorial.  I've inserted a video (Mp4) that I careated with Cp6 and published as an Mp4 file.  I inserted it via Video>Insert Video and chose Ev

  • Repairing permissions frequently - daily

    Can anyone shed light on this puzzle?: I have to repair permissions at least 2 or 3 times every day. I generally run only Mail 2.1.3, Safari 3.1.2, Filemaker Pro 5.5v2, Quickeys 3.2.3, and a small number of always-on gadgets (Sidenote, TypeIt4Me, Ala

  • How to troubleshoot online datamove for 1 of 3 SQL Server 2008 migrations.

    I have 3 SQL Server 2008 databases that I need to migrate to Oracle 11gR2 with data only. For all databases I can capture convert, and deploy to the target database. I can also successfully do an online data move for 2 of the databases. The third dat

  • Question about extents in segment

    I got this alert from the database Segment TST303 in tablespace TESTTBSPACE for database ORATSTDB unable to allocate next extent When I checked with SQL select OWNER, SEGMENT_NAME,EXTENTS,NEXT_EXTENT,INITIAL_EXTENT,MAX_EXTENTS from dba_segments where

  • KB2969339 status 0x800f0816.

    OS version Windows 8.1 64-bit on a desktop computer with four processors.  All the hardware drivers are currently up to date. Maybe I've grown paranoid of Microsoft software. Three weeks ago WORD 2010 crashed when it tried to save to the local disk a