Hi, I have a catesian chart that allows you to click on a single bar
which will display a Menu object. Now inside my mxml that contains
this chart there is an itemClick event and in there is where I create
my menu and do a menu.show(). In order to build this menu there is
several business logic involved depending on which bar was selected
and so on...

Is there any better approach to creating the Menu for instance in a
Command class? Any feedback would be appreciated.

Reply via email to