I will post a sample tomorrow AM.
James Stroud wrote:
> Can you show us your code? Your question is ambiguous to me. Comboboxes
> do not hold widgets but display text.
--
http://mail.python.org/mailman/listinfo/python-list
Willie wrote:
> Hi,
>
> I have an array of 2 ComboBoxes. I would like to use lambda to report
> on which widget is being accessed. When I use arrays of other widgets I
> just use lambda to return which item I am using as an argument. This
> does not seem to work with ComboBox, the only thing retur
Hi,
I have an array of 2 ComboBoxes. I would like to use lambda to report
on which widget is being accessed. When I use arrays of other widgets I
just use lambda to return which item I am using as an argument. This
does not seem to work with ComboBox, the only thing returned is the
value changed.