[futurebasic] Re: [FB] Hier Hades

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : December 2002 : Group Archive : Group : All Groups

From: Alain Pastor <apastor@...>
Date: Sun, 15 Dec 2002 11:25:20 +0100

Robert Covington wrote:
>>2 Questions...Why doesn't the HierArchical Menus example require this
>>approach to function just fine, and why is my Apple Menu showing up on the
>>left instead of right?
>>
>>Arghs. :(
>>
>>The example just uses:
>>
>>'---> Install Hierarchical Menu
>>Menu 10, _resSubMenu, _enable
>>
>>I don't think the install is my problem though, because if I just run my
>>FN Init_Menus without anything else (except for a Resources statement), it
>>all runs fine, works fine.
> 
> 
> 
> 
> The problem I am having is occurring when I try to disable my edit menu
> items, not sure if it is some subtle crossID/edit menu package conflict or
> resource buglet
> 
> Menu _EditMenu,_ePasteUsingItem ,_disable << Item has Submenu
> Menu _EditMenu,_ePasteIntoItem , _disable << Item has Submenu
> 
> 

Have you tried the DisableMenuItem Toolbox call?
Otherwise, you probably need an EDIT MENU 0 somewhere in your program.

-- 
Cheers,

A. Pastor