Hi, sorry it's a case I have never seen (could be something to fix) ... could you post a minimal sample so we can look it directly ?
As a workaround I suggest to try to force some focus-related method but I'm not sure it can works. Thanks, Sandro 2014-01-29 7:12 GMT+01:00 V SANTOSH PAVAN RAJU Bs <pavanraju....@gmail.com>: > 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.