[wxPython-users] XRCed delete doesn't work

Robin Dunn robin at alldunn.com
Mon Nov 20 14:07:24 PST 2006


Tomas Dvorak wrote:
> 
> There are endless other ways to reproduce this bug when modifying the data. I
> suspect it has something to do with the ANSI vs. Unicode build.

Nope, I could get it to fail in the unicode build too.  The problem is 
that XRCed is saving the selected tree item, and then reusing it when a 
new item is selected.  But if a new selection happens because an item is 
deleted then that old treeitem no longer refers to an existing item, and 
the Windows API is returning an error.  I'll check in a fix for this.

> 
> It's a pity XRCed is still so buggy, I like it's philosophy very much and use it
> for GUI creation all the time..

It just takes somebody dedicating themselves to spend some time making 
improvements and sending patches to me or to Roman.

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





More information about the wxpython-users mailing list