Hi all! perhaps this is a known issue, or i'm doing something wrong...
That's what I'm trying to find out...
If i do somethink like this in a canvas:
<tabs x="10" y="35" height="255">
<tabpane text="Foo">
<text multiline="true">
<b>name</b><br />
something<br />
<b>email:</b> [EMAIL PROTECTED]<br />
</text>
</tabpane>
<tabpane text="Bar">
<text multiline="true">
<b>name</b><br />
something<br />
<b>email:</b> [EMAIL PROTECTED]<br />
</text>
</tabpane>
</tabs>
Both tabs appear, but only the second one displays the text... Only if
i place other laszlo objects such as buttons, those do appear, but
never the content in text elements.
Any clues?
Thanks!