That's because newcombobox uses an alternate implementation of floatinglist in the incubator, and that implementation is incompatible with the one in the components (uses the same class names).

I would actually like to kill this alternate implementation of floatinglist because all it does is change the look to use a square box instead of a box with an end cap.

In any case, if we were to move newcombobox into the components it would use the "production" version of floatinglist and would be compatible with combobox.

jim

On Jan 19, 2006, at 11:13 AM, William Krick wrote:

I am unable to use combobox and newcombobox in the same app.

If you compile the sample code below, you get a compilation error...

incubator/floatinglist.lzx:16:33: duplicate class definitions for
_floatshadow; also defined at lz/floatinglist.lzx:36

Is there a trick to doing this that I'm missing?



<canvas>
  <include href="incubator/newcombobox.lzx"/>
  <simplelayout/>
  <combobox/>
  <newcomboboxex/>
</canvas>

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

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

Reply via email to