If I use addNode() and deleteNode()to modify a dataset, should a
datacombobox pointing at this dataset reflect my changes?  It's not doing so
even if I call an explicit refresh() on the datacombobox.  I've verified
that my dataset's structure has changed and that it contains new valid data.
Just can't get it to reflect properly in the control.  The basedatacombobox
has the following refresh code:

        <method name="refresh">
          <![CDATA[
                this._teardowncblist();
                this._setupcblist();
        ]]></method>

Should this do the trick or do I need to do something else explicitly to
refresh the UI.
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.11.7/435 - Release Date: 8/31/2006


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

Reply via email to