From: Fred J. K. <fj...@xs...> - 2005-10-21 12:25:26
|
Hi there, For the LXP5 editor, I want to disable the Play option in the context menu. The Edit..., Send and Store... options can be disabled by removing the respective methods from the java file (which also changes the behaviour of Play), but this option is not available for Play. The problem with Play is that it implicitly also does a sendPatch which isn't always desirable. The behaviour is defined in BankEditorFrame and PatchEditorFrame (playSelectedPatch method) with no obvious way to control it. |