I'm trying to implement a drill-down interface using successive comboboxes.

Assume that my interface has 5 comboboxes.

When the user makes a choice in the first combobox, I want the list in the
second combobox to be filtered based on that choice and set to the first
item in the list.

Then I want the third combobox to filter its content based on the second
combo, the fourth based on the third, and the fifth, based on the fourth.

Using the newcombobox, I can see how I can link the data in the combos to my
server side queries, however, I can't figure out how to trigger an event
based on a user selecting an item in the list.

In Java swing using Borland data-aware controls, I trigger on the
"popupMenuWillBecomeInvisible" event.  Is there anything like this in
Laszlo?  Am I on the right track?



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

Reply via email to