Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
smiley
Posts: 1,101
Registered: ‎07-14-2008
My Carrier: Fido

keyboard unlock notification?

Is there a system event that gets sent to apps when the keyboard is unlocked?

I could not find anything in the old archives or in the API doc.

Please use plain text.
Developer
RexDoug
Posts: 4,764
Registered: ‎07-21-2008

Re: keyboard unlock notification?

If there is, I haven't found it either.

 

A possible work-around is to poll ApplicationManager.isSystemLocked() from a backgound thread.

 

Please use plain text.
Developer
smiley
Posts: 1,101
Registered: ‎07-14-2008
My Carrier: Fido

Re: keyboard unlock notification?

i was hoping for a cleaner solution.  Why there isnt such event?  I'm see alot of short comings with the RIM API.
Please use plain text.