> Where do I put the code that have to be executed for this MenuItem ? >From the LR on MenuItem:
"Popup returns the selected item as a MenuItem. The selected item's Action event will be fired." So you can create a subclass for appending, and put the code in its Action event, and/or you can call Popup for the parent menu, and put your code after that call. lj _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
