Re: [R] Adding submenus to existing consol GUI menu

2007-11-08 Thread Prof Brian Ripley
On Thu, 8 Nov 2007, simon gatehouse wrote: > If possible I would like to add two sub-menus to the R Console under > Windows. > > For example, I would like to add: > winMenuAddItem("File", "Load CSV...", "loadCSV()") > winMenuAddItem("File", "Save CSV...", "saveCSV()") > > and have them appear unde

Re: [R] Adding submenus to existing consol GUI menu

2007-11-07 Thread Gabor Grothendieck
You could try deleting all the existing menus and then recreating them in the way you want. I believe that once worked although I haven't tried it recently. On Nov 7, 2007 4:14 PM, simon gatehouse <[EMAIL PROTECTED]> wrote: > If possible I would like to add two sub-menus to the R Console under >

[R] Adding submenus to existing consol GUI menu

2007-11-07 Thread simon gatehouse
If possible I would like to add two sub-menus to the R Console under Windows. For example, I would like to add: winMenuAddItem("File", "Load CSV...", "loadCSV()") winMenuAddItem("File", "Save CSV...", "saveCSV()") and have them appear under the initial 'File' item rather than add a new 'File' m