Can you send a complete self-contained example, as small as possible ,which illustrates the problem?



On 7/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi,

I've problems since I switched to 3.3.3. I implemented a table which consists of dynamic cells. The cell is a class which only has a text as child. Looks like this:

<class name="Cell" bgcolor="${parent.bgcolor}" width="${ textComponent.width}">

                <attribute name="text"   value="$path{'text()'}"/>
                <MyText name="textComponent"
                text = "${ parent.text}" />
</class>

The MyText class only includes a text tag which resize attribute is set to true.

Before I switched to 3.3.3 the resizing of the cells works fine. Now it only works if I set the width of the Cell class to a fixed value. Does anyone know what's the problem?

Thanks!
regards,
shed

--
Ein Service von http://www.sms.at


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



--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

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

Reply via email to