Hi I try to find a way to detect when the keyboard is open on my n97.
I'm tying to do this whit the serviceApi 1.0 and the FlipStatus
But, this returns me that my keyboard is open even if it is close when i'm in landscape mode.Code:var criteria = new Object(); criteria.Entity = "General"; criteria.Key = "FlipStatus"; try { var result = systemServiceObj.ISysInfo.GetInfo(criteria); } catch (ex) { alert(ex); return; } if(result.ReturnValue.Status) alert("Flip is open"); else alert("Flip is closed");
I tried to detect the GripStatus and on my n97, it returns me GripStatus is always "true".
What is GripStatus?
So is there another way to detect this??
Any widget event fired when the keyboard opens?
Regards.

Reply With Quote

