Progress 9.1c CHUI under Unix.
I have a program with a menu structure within it something like:
	
	
	
		
What I would like to be able to do is provide some help to the user when any menu option is highlighted.
I have tried ON ENTRY OF MENU-ITEM nxt (etc) but this seems to have no effect at all.
Does anyone out there know how I could achieve this please?
 
  
 
				
			I have a program with a menu structure within it something like:
		Code:
	
	DEFINE MENU main-menu   MENUBAR        
   MENU-ITEM nxt     LABEL 'Next'       
   MENU-ITEM prev    LABEL 'Previous'   
   MENU-ITEM frst    LABEL 'First'      
   MENU-ITEM lst     LABEL 'Last'
   .
   .
   .
  MENU-ITEM another LABEL 'Another'.What I would like to be able to do is provide some help to the user when any menu option is highlighted.
I have tried ON ENTRY OF MENU-ITEM nxt (etc) but this seems to have no effect at all.
Does anyone out there know how I could achieve this please?
 
  
 
 
	
 
 
		
