How to set default keyboard orientation to landscape in N8
Hi...
I am onto an application where I want to use portrait mode throughout the application except for
when the virtual keyboard is displayed for entering texts.
I want the keyboard to be displayed in landscape mode to take advantage of QWERTY keyboard that N8
provides in landscape mode..
I have used Qt to develop my app....
Kindly guide me in right direction.
Re: How to set default keyboard orientation to landscape in N8
Hi Sagar,
You will need to call some [URL="http://wiki.forum.nokia.com/index.php/CS001517_-_Lock_application_orientation_in_Qt_for_Symbian"]sym code[/URL] from QT to do...whenever you want to change call SetOrientation function with specific mode....
Re: How to set default keyboard orientation to landscape in N8
[QUOTE=kis_spn;793472]Hi Sagar,
You will need to call some [URL="http://wiki.forum.nokia.com/index.php/CS001517_-_Lock_application_orientation_in_Qt_for_Symbian"]sym code[/URL] from QT to do...whenever you want to change call SetOrientation function with specific mode....[/QUOTE]
That will lock the whole application in that orientation. Is there any api to set it just for the keyboard.