[email protected] wrote: > Additionally, the goal is to prevent losing focus by hitting enter, tab or > mouse movement away from the object until the validation occurs.
Can you add a ticket for this? I'm sure it is possible, but it may or may not be easy. Currently, there isn't a Dabo way I don't think. Field validation after the fact and then sets the focus back if the validation fails. Preventing the control to lose focus at all would be something new for Dabo. I think that catching wx.EVT_NAVIGATE could work. If we do get this working, we'd want to evaluate the pros/cons of moving flushValue() out of onLostFocus and into this other method. Anyway, please add a ticket as I have no time for this right now, but I think it would be a worthy addition. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
