In my setup (LPS 4.0.2), datepicker is not working well when inside a
tabpane. Here is the code:

<!-- http://www.xtend.com.br/dynamicall/dptest.lzx -->
<canvas height="550" bgcolor="0xeaeaea">
 <simplelayout/>
 <datepicker name="dp1" />
 <tabs>
    <tabpane>Test #1
      <datepicker name="dp2" />
    </tabpane>
    <tabpane>Test #2</tabpane>
 </tabs>
</canvas>

Datepicker dp1 is working as expected, but dp2 doesn't update when month
changes. Am I doing something wrong?

TIA,
--
Paulo Scardine

Reply via email to