This code gets me close, but it fires when the user both "goes to" and
"leaves" the tabpane in question.  I need to execute some code only when a
user visits the tab, not leaves.  How do I do this?

<tabpane text="one">
  <method event="onselected" reference="this.tab">
    Debug.write("in selected for tabpane 1");
  </method>
</tabpane>
--
Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.1.361 / Virus Database: 267.12.5/149 - Release Date: 10/25/2005

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

Reply via email to