Re: Can't get context menus to open

  •  03-03-2008, 9:52 AM

    Re: Can't get context menus to open

    It did work - I figured out the problem.
     
    It appears that the ContextMenuMode property is set to a name of the property (e.g. Default, Compact, Full) and not a file name or file path. These ContextMenuMode name is the name of a file (without the extension) that resides in the CuteSoft_Client/CuteEditor/Configuration/ContextMenuMode folder.
    This property does not use the CuteEditorDefaultFilePath property to locate the files and does not act like the ConfigurationPath property which expects a complete file name,
     
    Thanks for pointing me in the right direction.
     
    Mike
View Complete Thread