Menus

Flex 4 Vertical Sliding Menu, Part II

by David Salahi on July 30, 2010

This is a follow-up to my post Flex 4 Vertical Sliding menu and shows two ways to highlight the currently active menu item. The first method is simpler and relies on keeping a reference to the current menu item in a member variable: protected var _currentMenuItem:Label = null; A new function is added to do [...]

{ 1 comment }

Flex 4 Vertical Sliding Menu

by David Salahi on July 28, 2010

Right-click to view source. Here’s a Flex 4 menu component that you can modify with your own menu items and plug in to any application. The menu items are Labels; clicking on one triggers an event which you can handle in the container or elsewhere in your application. This sample menu includes two submenus which [...]

{ 9 comments }