[flexcoders] Re: Flex2 - Bug with chart Legend and ScrollPolicy

2007-02-28 Thread mgrayfmr
Hey guys: Just an update to this problem. If you put the legend inside a VBox or HBox, and set a fixed width/height, scrollbars can be added. This assumes the scrollpolicy is set to either 'auto' or 'on'. I tried this out and it worked. The only drawback is you can't use percentages for width

[flexcoders] Re: Flex2 - Bug with chart Legend and ScrollPolicy

2007-02-28 Thread mgrayfmr
I take back my last message. This is still messed up. This only creates scrollbars if the VBox or HBox is smaller than the Legend's display area. As Ely, mentioned, Legend extends from Tile. That's why it has the wrapping going on when a legend has more items than can be displayed in a line. If

[flexcoders] Re: Flex2 - Bug with chart Legend and ScrollPolicy

2006-03-27 Thread thunderstumpgesatwork
I did Anchor both the left and right sides of the HBox. Maybe the appearance of the scrollbars for the HBox caused the outer canvas scrollbars to appear too? I'll check this out again when I upgrade to Beta2. thanks for the info. Thunder --- In flexcoders@yahoogroups.com, Ely Greenfield [EMAIL