<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi all! perhaps this is a known issue, or i'm doing something wrong... That's what I'm trying to find out...<br><br>If i do somethink like this in a canvas:<br><br><tabs x="10" y="35" height="255"><br><br><span class="Apple-tab-span" style="white-space: pre; ">        </span><tabpane text="Foo"><br> <text multiline="true"><br> <b>name</b><br /><br><span class="Apple-tab-span" style="white-space: pre; ">        </span>something<br /><br> <b>email:</b> <a href="mailto:foo@gmail.com">foo@gmail.com</a><br /><br> </text><br> </tabpane><br><br><span class="Apple-tab-span" style="white-space: pre; ">        </span><tabpane text="Bar"><br> <text multiline="true"><br> <b>name</b><br /><br><span class="Apple-tab-span" style="white-space: pre; ">        </span>something<br /><br> <b>email:</b> <a href="mailto:foo@gmail.com">foo@gmail.com</a><br /><br> </text><br> </tabpane><br><br></tabs><br><br>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.<br><br>Any clues?<br><br>Thanks!</body></html>