G 
		
								
				
				
			
		Guest
I am using several menu items from my main menu in my context menu.  For some reason, all the menu items that I use in the context menu no longer show up in my main menu!  I thought that maybe the context processing was setting the Visible property to false, but I verified that it is still set to true
When I comment out my context code and rebuild, the menu items once again appear in my main menu
I create the context menu as follows
MenuItem[] ami
miFileOpen
miFileSaveA
}
ContextMenu = new ContextMenu(ami)
What is going on
Thanks
VF
				
			When I comment out my context code and rebuild, the menu items once again appear in my main menu
I create the context menu as follows
MenuItem[] ami
miFileOpen
miFileSaveA
}
ContextMenu = new ContextMenu(ami)
What is going on
Thanks
VF