lose focus callback?
How do you guys do input validation on text input panes? I see a change callback and a callback that gets called when the user presses return but not a 'lose focus' callback. What I'd like is a callback when the pane loses focus so I can see what they typed when they think they are done and badger them about it if it is not appropriate. (This is for numeric entry so I could do it with the change callback, but I now suspect I am missing something). (win32 and linux, lwpro 4.4) thanks, BM