No kill_focus fired

Are you writing your own components and need help with how to set them up or have questions about the components you are deriving from ? Ask them here.
Post Reply
gabre
Knows some wx things
Knows some wx things
Posts: 29
Joined: Sat Mar 02, 2013 9:45 am

No kill_focus fired

Post by gabre »

I m trying to create a miniframe with some buttons and a textbox. When the user clicks outside the miniframe, it should close itself.
I read about that in wxGTK frames get no focus, so I connected the kill_focus event of the panel to my event handler, but no event was fired. What can be the problem? I am using wxErlang.
Post Reply