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
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
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
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