Can't disable Right Click

  •  03-26-2005, 6:57 AM

    Can't disable Right Click

    Hi,
     
    Sorry to post this again as it seems to be done to death in the forums, but I cannot disable the right click context menu on the cute editor.
     
    I tried setting the config file options all to false eg

    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
     <contextmenu>
      <item name="Editing" value="False"/>
        ...removed...
      <item name="Verbs" value="False"/>
     </contextmenu>
     <toolbars>
     </toolbars>
    </configuration>


    and then I went to the properties of one of my CuteEditors and set all the "EnableContext.." options to false, but still to no go.
     
    Any more suggestions?
     
    Regards,  James
View Complete Thread