I have PopUpMenuButton. I want to make it so that a mouseover (over either the button or the “V” part) pops open the menu. I don’t care about the button click
I tried to do a My_PopUpMenuButton.dispatchEvent(new MenuEvent(MenuEvent.ITEM_CLICK)) when another button was clicked, but that didn’t work.
Any ideas?
Thanks!
Have you tried calling the control’s open() method directly on mouseOver, like so?
If I’ve misunderstood the question, or if there’s additional behavior you’re trying to suppress, post back and I’ll keep an eye out.