Problems with ContextMenu!

  •  07-05-2007, 8:01 AM

    Problems with ContextMenu!

    Hello there,

    I seem to have some extreme problems the context menu even if I follow your guidelines on how to edit it.

    First and foremost, I use my own config-file by setting the ConfigurationPath in my Editor. In the editor I set the EnableContextMenu to false, and the context menu dissapears. That's fine.

    But when I set it to true, and change my items to false in my config, they simply don't dissapear?

      <contextmenu>
        <item name="Editing" value="False"/>
        <item name="Format" value="False"/>
        <item name="Insert" value="False"/>
        <item name="InsertAdvanced" value="False"/>
        <item name="InsertFiles" value="False"/>
        <item name="InsertForms" value="False"/>
        <item name="Relative" value="False"/>
        <item name="Tags" value="False"/>
        <item name="Verbs" value="False"/>
      </contextmenu>

    They are still there. However, if I simply remove them from my common-config, they do dissapear. What is the correct action here?

    I also have another problem. I'm trying to disable/remove som options which is possible through the common-config. However, I want to disable some options on the "third-level" menu, that is when you click the tags option.

    For example:

    Tags -> TD -> xxx

    So in this menu I want to disable anything besides the "properties" value. How do I do this?

    I have Cute Editor 6.0 and I also have a full license if it matters.

    Edit: what also is strange is that my editor does not have the following attributes:

    EnableContextMenuEditing
    EnableContextMenuFormat

    etc.

    It only has EnableContextMenu!!

    Best Regards

    koki

View Complete Thread