This demo almost works in dhtml, but there's a bug in the text height I think; when you expand
an entry all the text comes out out on top of itself. Looking at the view in question, if I add explicit
heights to the text views ('height = 12'), it comes out OK

        <view x="10" name="open" width="100%"
            visible="false">
            <text height="12" datapath="@email" width="100%"/>
            <text height="12" datapath="@work_address" width="100%"/>
            <text height="12" datapath="@work_webpage" width="100%"/>
            <simplelayout axis="y"/>
        </view>

So it seems like there is a bug in the databinding and textview interaction, where either the
text views don't get their heights updated when they get new data, or else they don't send the proper event
to notify the layout. It seems like simplelayout is working ok in other contexts, just that it isn't
getting informed of the new text view heights.




--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to