I've created a style object like this ....
<mx:Style>
.testStyle
{
openDuration: 0;
rowHeight: 5;
}
</mx:Style>
And use it on the <mx:MenuBar> and <mx:Tree> with styleName="testStyle".
The opendelay is gone but the rowHeight hasn't changed. Is there anything
else I need to take into account to make this work?
Sascha
> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of Manish Jethani
> Sent: Tuesday, 02. May, 2006 21:40
> To: [email protected]
> Subject: Re: [flexcoders] Two Flex 2 Components Questions
>
> On 5/2/06, Sascha Balkau <[EMAIL PROTECTED]> wrote:
>
> > Could somebody give me a hint how to disable the roll-out delay for
Menu-
> > and Tree List Flex 2 Components? I'd like to get the menu/list contents
> > appearing immediately without any tween/easing effect.
>
> Set "openDuration" to 0.
>
> > The second question I got is how to decrease the vertical size for Menu
> > items? I can set the font size to 9 (smallest size without getting blur
> > Font) but the size that one menu item takes stays the same. Is there any
> > property to change that?
> > I haven't found any info on these things in the Flex docs so far.
>
> Set the Menu object's 'rowHeight' property.
>
> Manish
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

