On Jun 28, 2012 8:21 AM, "Amy C" <mathematical coffee gmail com> wrote:
> I have a menu with a number of PopupMenuItems in it.
>
> Right-clicking a PopupMenuItem is supposed to bring up another
> PopupMenu, being that item's right click menu.
>
> I can get this working, but whenever I bring up the right click menu,
> the main menu closes leaving the right click menu hanging in mid-air.
Use addChildMenu() - take a look at PopupComboBoxMenuItem to see how it's used.
Regards,
Florian