[Laszlo-dev] For Review: Change 20070814-jcrowley-n Summary: Local datasets do not work in datacomboboxes
J Crowley
jcrowley at laszlosystems.com
Tue Aug 14 17:12:12 PDT 2007
This is another for 4.1, so no rush on review.
Change 20070814-jcrowley-n by jcrowley at doctormanhattan.mshome.net on
2007-08-14 19:59:17 EDT
in /Users/jcrowley/src/svn/openlaszlo/legals-safe
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Local datasets do not work in datacomboboxes
New Features:
Bugs Fixed: LPP-3811
Technical Reviewer: pbr
QA Reviewer: max
Doc Reviewer:
Documentation:
Release Notes:
Details: Implemented contributor Andre Bargull's change.
Tests: Run:
<canvas width="100%" height="100%" debug="true" >
<class name="inner" >
<dataset name="dsFonts" >
<fonts>
<font value="Courier" >Courier</font>
<font value="Courier-Bold" >Courier-Bold</font>
<font value="Courier-Oblique" >Courier-Oblique</font>
<font value="Courier-BoldOblique" >Courier-BoldOblique</font>
<font value="Helvetica" >Helvetica</font>
</fonts>
</dataset>
<datacombobox itemdatapath="local:classroot.dsFonts:/fonts/
font" />
</class>
<inner />
</canvas>
Note the difference between unmodified (nothing shows up in the list)
and modified (the list actually gets populated by the data).
Other datacomboboxes still seem to work, from what I've seen.
Files:
M lps/components/base/basedatacombobox.lzx
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20070814-
jcrowley-n.tar
More information about the Laszlo-dev
mailing list