wx.ComboBox(): Identifying Items

I'm having difficulty identifying the specific positions of items in the
dropdown list of a wx.ComboBox. While I have no difficulty identifying the
appropriate items to append to that combobox, I cannot figure out how to
identify the topmost one and use it as the index to .SetValue(), then to
.Delete(n) it from the list.

   A pointer will be appreciated.

Rich

···

--
Richard B. Shepard, Ph.D. | The Environmental Permitting
Applied Ecosystem Services, Inc. | Accelerators(TM)
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863

I found the proper way to accomplish the task using a separate list. Works
like a charm.

Rich

···

On Thu, 20 Sep 2007, Rich Shepard wrote:

I'm having difficulty identifying the specific positions of items in the
dropdown list of a wx.ComboBox.

--
Richard B. Shepard, Ph.D. | The Environmental Permitting
Applied Ecosystem Services, Inc. | Accelerators(TM)
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863