- 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:
@@ -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 ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user