I used Symbian SDK C++ and i found solution!
I found key events for slider, it's EKeyDevice8,9,A,B.
For rotating screen in landscape mode i simulated key event EKeyDeviceA and immediately after -...
Type: Posts; User: EagleSW; Keyword(s):
I used Symbian SDK C++ and i found solution!
I found key events for slider, it's EKeyDevice8,9,A,B.
For rotating screen in landscape mode i simulated key event EKeyDeviceA and immediately after -...
Hello again!
Some questions yet:
- How can i rotate whole screen instead AppUI?
- How can i simulate slider events for embedded flash player?
Yes, Flash Player can play in landscape mode. If i use slider - flash with my app change orientation.
BTW, anybody knows key event codes for capturing slider? I can't determinate exactly codes...
Hello.
I have developed app which open FlashLite movie by CDocumentHandler::OpenFileEmbeddedL.
App will be run in landscape orientation always.
I wrote code:
void...
Oh, thanks for reply. It's work!
I thought that SwEvent capability is property of certificate :)
I added this capability in mmp' settings in Carbide.
Hello!
Why old trick doesn't work on N95?
I tried to use this article: http://wiki.forum.nokia.com/index.php/Capturing_the_End_%28red%29_key_during_a_call.
If i run app on emulator from SDK...
Oh, sorry, i mean HandleWsEventL instead of HandleKeyEventL.
But i tried both these methods - nothing.
Hello!
I'm developing application which open embedded swf-file using CDocumentHandler for Nokia N95.
I want to:
- catch all key events in my app from flash
- suppress a closing of flash player...