Menu

Welcome!

Hi --

Thanks for checking out this project. Currently there are three components in the package:

DragWindow
ExpanderMenu
MenuBar

DragWindow lets you create a "window" that you can drag around on a canvas. The windows include two buttons by default, a "Cancel" and a "Save" button. The "Cancel" button closes the window with a fade out. This fade uses Grant Skinners GTween engine so you need that source code to compile. The window also has some shape and gradients that require Degrafa so you need that SWC as well. I used Degrafa 3.1 beta.

ExpanderMenu uses XML to create an accordion menu but it has unlimited depth. (I've used up to 4 levels.) Most Accordion menus I've found limit you to two depths.

MenuBar is similar to the menu bar included with Flex but I didn't like some of the characteristics of that component or the way you had to handle the menu items themselves so I created one from scratch.

I hope you enjoy!

Rich

Posted by Richard Morey 2010-06-19

Log in to post a comment.