Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Button focus


Hello,

I have a problem with focus on button.
I use a several Text and Combo objects with KeyListener for CR (Enter) and they work fine. The problem is when I click on the Button I cannot remove focus from it any more, so my KeyListener for Texts and Combos do not work any more, I always get the same event as click on the button. How to remove focus from the Button?

Another problem I have is that Combo doesn't recognise CR. Can you help me?

Thanks,
Tea

Back to the top