Hi,

Just in case it helps here’s a simpler program (no List) that has the name 
issue:

<?xml version="1.0" encoding="utf-8"?>
<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
                xmlns:js="library://ns.apache.org/flexjs/basic">

    <js:valuesImpl>
        <js:SimpleCSSValuesImpl/>
    </js:valuesImpl>

    <js:beads>
        <js:ApplicationDataBinding />
    </js:beads>

    <js:initialView>
        <js:View percentWidth="100" percentHeight="100">
            <js:HContainer width="400" height="100">
                <js:beads>
                    <js:ScrollingViewport  />
                </js:beads>

                <js:Image src="./images/1.jpg" height="100" width="100" />
                <js:Image src="./images/1.jpg" height="100" width="100" />
                <js:Image src="./images/1.jpg" height="100" width="100" />
                <js:Image src="./images/1.jpg" height="100" width="100" />
                <js:Image src="./images/1.jpg" height="100" width="100" />
                <js:Image src="./images/1.jpg" height="100" width="100" />
                <js:Image src="./images/1.jpg" height="100" width="100" />
                <js:Image src="./images/1.jpg" height="100" width="100" />
                <js:Image src="./images/1.jpg" height="100" width="100" />
                <js:Image src="./images/1.jpg" height="100" width="100" />
            </js:HContainer>
        </js:View>
    </js:initialView>

</js:Application>

I looked though ScrollingViewport code and the calculations look ok to me, ie 
it seems to be doing the right thing in both cases.

Thanks,
Justin

Reply via email to