Re: [Rd] winMenuAdd

2005-11-24 Thread Prof Brian Ripley
On Wed, 23 Nov 2005, Seth Falcon wrote: > On 23 Nov 2005, [EMAIL PROTECTED] wrote: > >> I can see no change in the relevant code since 2.2.0 and the release >> version of 2.2.0 does this for me. >> >> It seems to be a long-standard error in rui.c that only 10 menus are >> allocated but 16 are test

Re: [Rd] winMenuAdd

2005-11-23 Thread Seth Falcon
On 23 Nov 2005, [EMAIL PROTECTED] wrote: > I can see no change in the relevant code since 2.2.0 and the release > version of 2.2.0 does this for me. > > It seems to be a long-standard error in rui.c that only 10 menus are > allocated but 16 are tested for. Would it be possible for the allocation

Re: [Rd] winMenuAdd

2005-11-23 Thread Prof Brian Ripley
I can see no change in the relevant code since 2.2.0 and the release version of 2.2.0 does this for me. It seems to be a long-standard error in rui.c that only 10 menus are allocated but 16 are tested for. On Wed, 23 Nov 2005, Uwe Ligges wrote: > Martin Morgan wrote: > >> The following >> >> w

Re: [Rd] winMenuAdd

2005-11-23 Thread Uwe Ligges
Martin Morgan wrote: > The following > > winMenuAdd("X") > for (i in 1:20) winMenuAdd(paste("X",i, sep="/")) > > generates an (incorrect) error after adding 12 menu items: > > Error in winMenuAdd(menuname, NULL, NULL) : > unable to add menu (base menu does not exist) > > More elaborat