[Java-gnome-developer] ComboBox Events bug?
Brought to you by:
afcowie
From: Manuel C. <ll...@us...> - 2006-02-08 07:41:54
|
Hi all, I'm trying to use the "FOCUS_OUT" event out of ComboBox, since it extends from Bin which extends from Container which finally extends from Widget, I should able to get the event, right? I'm attaching a ComboBoxListener and I get the CHANGED event. I'm attaching a ContainerListener and I _don't_ get any Container event. I'm attaching a FocusListener and I _don't_ get any focus event. So it seems that something gets wrong in ComboBox <-> Bin <-> Container. Can anyone look into this? Should I send a simple example? Any hints to fix the bug myself :)? Thanks! |