Re: How to get CuteEditor to stop interfering with context menus?

  •  12-21-2007, 10:27 AM

    Re: How to get CuteEditor to stop interfering with context menus?

    Ok, looks like I've solved this problem.  I use the following line :
     
    editor.EnableContextMenu = false;

    And that appears to do the trick.
     
    Thanks for the help.
View Complete Thread