Hmm... so is there any way you can think of that I can use both types of comboboxes in my app at the same time?
Possibly making a copy of the files and/or renaming classes or something? -----Original Message----- From: Jim Grandy [mailto:[EMAIL PROTECTED] Sent: Thursday, January 19, 2006 2:48 PM To: William Krick Cc: [email protected] Subject: Re: [Laszlo-user] combobox and newcombobox compilation errors 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
