Hi,
I am developing app where I need have disabled auto lock and turning off display. How can I do this? Sorry for english.
THX
Printable View
Hi,
I am developing app where I need have disabled auto lock and turning off display. How can I do this? Sorry for english.
THX
[url]http://www.developer.nokia.com/Community/Wiki/Detecting_user_inactivity_in_Symbian_OS[/url]
easiest way is to call User::ResetInactivityTime(); in your paint loop.
of course not in a [B]loop[/B] in sense of having for/while loops, basically best option propably would to have timer which would emit signal and in the receiving slot you could then use the User::ResetInactivityTime(); API call.
Works fine .. thanks ! :)