newlc.com
Articles Only
Forum Only
Community
World-Wide Web
Home
News
Tutorials
Reviews
Downloads
Professional Services
Forums
Newsletter
Blog
About us
Last forum posts
Home
::
Forums
::
Development
::
User Interface
User login
Username:
*
Password:
*
Create new account
Request new password
Featured pages
Configure your PC for Symbian development
Getting started with Symbian development
Symbian OS Error Codes
Common products UIDs
Nokia S60 SDK
Featured Software
NlMakesis
Y-Browser
Y-Tasks
Active users (last 30 days)
User
Score
Andreas
52
eric
51
rbrunner
42
alh
40
Bones
26
more
Feeds
More feeds...
how to lock the End key and the Menu key
Login
to reply to this topic.
Wed, 2006-05-17 07:12
olebb
Joined: 2005-11-28
Forum posts: 18
Hi,
Is there any way i can lock the 2 keys( End key and Menu Key) using Symbian ?
Login
or
register
to post in forums
Wed, 2006-05-17 07:50
filio
Joined: 2004-06-08
Forum posts: 148
Re: how to lock the End key and the Menu key
Write a FEP, and handle the two keys the way you want, without passing them trough to the system.
 
Tue, 2006-05-23 16:09
rayko_enz
Joined: 2006-05-22
Forum posts: 37
Re: how to lock the End key and the Menu key
Fep is much to complicated for this simple task.
Use CaptureKey() function from RWindowGroup. Don't forget to CancelCaptureKey() when you are done.
have fun...
Rayko Enz
www.sic-software.com
 
Login
to reply to this topic.
Forum posts: 148
Forum posts: 37
Use CaptureKey() function from RWindowGroup. Don't forget to CancelCaptureKey() when you are done.
have fun...
Rayko Enz
www.sic-software.com