Re: Question related to wx and dynamically updating windows

2008-10-20 Thread Almar Klein
just to be sure, did you try ".Update()"? Almar 2008/10/20 Mike Driscoll <[EMAIL PROTECTED]>: > On Oct 20, 5:43 am, Andy <[EMAIL PROTECTED]> wrote: >> I want to dynamically update a list of elements shown as a checkbox >> list. A file is used to store the elements, and elements can be added >> an

Re: Question related to wx and dynamically updating windows

2008-10-20 Thread Mike Driscoll
On Oct 20, 5:43 am, Andy <[EMAIL PROTECTED]> wrote: > I want to dynamically update a list of elements shown as a checkbox > list. A file is used to store the elements, and elements can be added > and deleted from the list. The trouble is that the window is not > properly updated after deleting/addi

Question related to wx and dynamically updating windows

2008-10-20 Thread Andy
I want to dynamically update a list of elements shown as a checkbox list. A file is used to store the elements, and elements can be added and deleted from the list. The trouble is that the window is not properly updated after deleting/adding items. I use the Detach()/Destroy() to remove the