Here's some code to
show the problem I'm having. When I load the page, the VScrollBar goes right to
the bottom edge of the page (ignoring the bottom attribute). If I resize
the window, everything jumps into place correctly.
This worked fine in
beta 3. Any ideas? I've attached a screenshot of what I see.
<?xml
version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Legend
width="200" height="200">
<mx:LegendItem label="Mydtest" />
</mx:Legend>
<mx:LegendItem label="Mydtest" />
</mx:Legend>
<mx:VScrollBar id="vscroll" bottom="{hscroll.height}" right="0"
top="0" />
<mx:HScrollBar id="hscroll" bottom="0" left="0" right="{vscroll.width}" />
</mx:Application>
<mx:HScrollBar id="hscroll" bottom="0" left="0" right="{vscroll.width}" />
</mx:Application>
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
__._,_.___
--
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.
scrollers.gif
Description: scrollers.gif

