On Fri, 08 Aug 2003 12:37:13 +0100, Derek Gatherer wrote: > Hi > Noticing that sigcleave and another Emboss program were runnable from the > "Run" menu, I added a few other Emboss programs by modifying the > /etc/options file and adding the appropriate new run_whatever files. There > is no problem in adding Emboss applications in this way, but now the Run > drop-down menu is rather full and disappears off the edge of the > screen. There does not appear to be any automatic wrap-around mechanism > for big menus.
> Is there a way to make some kind of wrap-around so that all menu items can > be seen, or is there a way to add an additional menu, eg. "Emboss" to keep > the Run menu manageable? This is a Java bug. The only workaround would be to remove the option setting part of the menu or to move it to a sub-menu. > Also, how can I add stuff to the Graph menu? (I want to be able to > plot other genome-wide sequence properties, based on the code for > those that are already there). To add a new plot to Artemis you'll need to add a new class to the diana.sequence package and edit the BasePlotGroup constructor. Kim.
