[flexcoders] Re: multiline button on button bar

2007-11-26 Thread myasandy2
You rock!! It works like a charm. Thanks for sharing your expertise. Sandy --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > import mx.core.mx_internal; > use namespace mx_internal; > > Note that this API is not officially supported. > >

RE: [flexcoders] Re: multiline button on button bar

2007-11-26 Thread Alex Harui
Subject: [flexcoders] Re: multiline button on button bar Alex - Thanks for the help. I am still stuck. I'm newbie at extending classes. NavBar.as has this note: /** * @private * The factory that generates the instances of the navigation items. * It generates instances of ButtonBarButto

[flexcoders] Re: multiline button on button bar

2007-11-26 Thread myasandy2
Alex - Thanks for the help. I am still stuck. I'm newbie at extending classes. NavBar.as has this note: /** * @private * The factory that generates the instances of the navigation items. * It generates instances of ButtonBarButton for ButtonBar and * ToggleButtonBar,