I've got a weird problem. If I paste the following into a blank app, everything looks good:
 
<mx:VScrollBar id="vscroll" bottom="{hscroll.height}" right="0" top="0" />
<mx:HScrollBar id="hscroll" bottom="0" left="0" right="{vscroll.width}" />
 
The scrollbars don't overlap, and leave a square in the bottom-right corner.
 
However, in my app (which is exactly the same), whichever scrollbar is 1st in the source, seems to consider the value of the other's size as 0. If I swap the order around, the other one then touches the edge of the page (filling in the square). It's like it's not updating the bottom property of the VScrollBar when it figures the height of the HScrollBar, but I can't understand why it's working in isolation.
 
Anyone got any suggestions on where I could start looking?

The information contained in this e-mail and/or any attachments is confidential and intended only for the individual(s) to which it is addressed. If you are not named as an addressee you must not disclose, copy or take any action in reliance of this transmission. This e-mail and its attachments have been scanned for viruses by MessageLabs Ltd.

 


______________________________________________________________________
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




__,_._,___

Reply via email to