From: Joe E. <jo...@em...> - 2005-10-25 11:10:27
|
Fred Jan Kraan wrote: > 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. Since I'm 90% done with adding the ability to make a printout of the patches in a bank, I'm becoming familiar with how the dynamic menu enabling/disabling works. So, I can probably take care of this for you. Which do you prefer, do you want to disable Play altogether, or do you want a way to Play without calling sendPatch? - Joe |