wxTree OnEndEdit..last one of the day, promise

It seems that event.Veto() is not working on Unix. In both the demo and my application, when I veto, the item does not change back to its old value and actually does not change from looking like it is being edited by the user (the rectangle remains around it). Anybody? Thanks for everyone's help (past,present, and future).

Gilad

Gilad Suberri wrote:

It seems that event.Veto() is not working on Unix. In both the demo
and my application, when I veto, the item does not change back to its
old value and actually does not change from looking like it is being
edited by the user (the rectangle remains around it). Anybody? Thanks
for everyone's help (past,present, and future).

It is working, just a little differently. When you veto the EndEdit it stays in edit mode allowing the user to correct their mistake or to press ESC.

ยทยทยท

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