Hi,
I am popping up one Alert message using Context Menu Items. Alert is coming
fine, But Once Alert message popped up, it is loosing its Focus. Can Any
help me in how to make sure Alert should not loose focus when they are
opened from Context Menu Items. Code that i have used for this
functionality is as follows:
Action.getNamedActions().put("openAction", new Action() {
@Override
public void perform(Component source) {
Alert.alert("Opening.", MyClass.this.getWindow());
}
});
Here MyClass is the Class Name in which iam using this code and this
MyClass extends BoxPane and "openAction" is a Menu.Item .
--
Thanks & Regards
B.S.V.S.Pavan Raju.
Skype: skype_pavan1
Hyderabad.