- Added Scrollable menus, written by Doug McCune, aka Some Guy. This

is the first time I've felt a real benefit to using flex. It's standard!
  People are fixing the deficiencies!
- Have CommandMenu extend that, and Bob's your uncle!


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@128 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2007-01-31 03:18:22 +00:00
parent 06f7f75fde
commit 5ed0513644
4 changed files with 531 additions and 1 deletions
+3 -1
View File
@@ -10,6 +10,8 @@ import mx.core.mx_internal;
import mx.core.ScrollPolicy;
import mx.events.MenuEvent;
import com.dougmccune.controls.ScrollableArrowMenu;
import com.threerings.util.CommandEvent;
/**
@@ -30,7 +32,7 @@ import com.threerings.util.CommandEvent;
* See "Defining menu structure and data" in the Flex manual for the
* full list.
*/
public class CommandMenu extends Menu
public class CommandMenu extends ScrollableArrowMenu
{
public function CommandMenu ()
{