wxChoice append

Folks

I currently modify the contents of a Choice using
Append but I'm getting wierd behaviour after migrating
to wxPython 2.5.3.

Has the events changed when using Append to send one
after each append?

Also passing Append a list of strings doesn't seem to
work contrary to the docs.

Nigel

···

=====
---
Nigel W. Moriarty, \alphabet_soup

__________________________________
Do you Yahoo!?
Yahoo! Mail - 250MB free storage. Do more. Manage less.
http://info.mail.yahoo.com/mail_250

Nigel W. Moriarty wrote:

Folks

I currently modify the contents of a Choice using
Append but I'm getting wierd behaviour after migrating
to wxPython 2.5.3.

Has the events changed when using Append to send one
after each append?

I don't specifically recall such a change, but it is possible.

Also passing Append a list of strings doesn't seem to
work contrary to the docs.

In wxPython it is called AppendItems.

http://wxpython.org/docs/api/wx.ItemContainer-class.html#AppendItems

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!