Re: Configure custom Contextmenu

  •  11-06-2008, 12:40 PM

    Re: Configure custom Contextmenu

    Adam:

    Editor.ContextMenuMode Property

    Determines the appearance and behavior of menus associated with the Context menu.
     
     
     
    you can't do that with the ContextMenuMode Property. only strings like "minimal" or "full" can be assigned to this property.
    ...it is not possible to assign a configuration file (like "my.config) :
     
    Editor1.ContextMenuMode = CuteEditor.CEF.FilesVirtualPath + "/Configuration/ContextMenuMode/my.config" +
     
    If i try to do so i get the message "Failed to load menus!"
     
    Question:
    is there a way to set the config-file for the ContextMenu by using a virtual path like ~/cuteedior/Configuration/ContextMenuMode/my.config?
     
     
    thanks
     
    PS: for the toolbar this is quite simple by using the ConfigurationPath-Property...
     
     
View Complete Thread