in reply to Tk::JComboBox, trigger event on selecting new value
Rather well-hidden in the docs is the -selectcommand option to the class constructor. This lets you provide a callback (in the usual Tk style) to be invoked whenever a user selects an item from the list. See the JComboBox manual page at search.cpan.org.
--rjray
|
|---|