When opening the keyboard in some applications I at least get the closing notification which is wrong but still more than nothing.
Type: Posts; User: Gerhman.dc; Keyword(s):
When opening the keyboard in some applications I at least get the closing notification which is wrong but still more than nothing.
Thanks but I have already tried it but it only seems to really work with the input area on the application self, when I open the keyboard in other applications it has no response most of the time,...
I have a speech recognition button that needs to appear when the virtual keyboard opens, actually I need it to appear whenever a text input field becomes visible but I am not really sure if this is...
I have installed my app on Qemu and the changed some filenames but I also uninstalled my previous version from settings->applications and it is not on the list anymore but now when I try running my...
Sorry for the late reply but I determined the cause of my problem. After noticing that on a hello world app with the remocon observer the volume key events were not detected when the music player was...
Sorry wizard_hu but I have not come around to testing your keycode example yet but I have just though of something. I think what I could perhaps do is after capturing the event I should then create...
Thanks for the tip, I will try it as soon as possible but I can't help noticing it appears to not be cross device compatible or am I mistaken?
Also if any one else has some more info regarding the...
I read about it here: http://www.developer.nokia.com/Community/Discussion/showthread.php?168110-Capturing-Volume-Key-in-a-Symbian-Application-which-is-in-Background
Thanks for the help but all I really want to know is how I can read the volume key event and then release it again, I read in another post that there is apparently a wiki about this but I cannot...
Thanks for the quick reply but I have already tried the music player remote control api but it doesn't seemto be compatible with symbian 3. My game though on the other hand does not use the volume...
I am using Qt Game Enabler which uses MrccatoCommand from MRemConCoreApiTargetObserver to capture volume keys like this:
void VolumeKeys::MrccatoCommand(TRemConCoreApiOperationId operationId,
...
Ok thanks adding the lib worked
Ok I have just changed the import path from stlport to stlportv5 and now have new errors like these:
C:/Nokia/devices/Nokia_Symbian3_SDK_v1.0_2/epoc32/include/stdapis/stlportv5/stl/_alloc.h:210:...
I have studied the output further and have found that the error is not coming from stlport files being included but rather from #include <vector> and #include <iostream> which are indirectly...
I am trying to build the msrs part of speechme ,a project that uses stlport, and then I am getting these strange errors related to stlport headers like these:
...
Thanks again but I got it working by simply adding:
User::WaitForRequest(aStatus);
Thanks, I forgot to change OpenTargetL() to OpenControllerL and it compiles now but I have a new problem, I get a reaction but I also get another (3) crash(es):
[Qt Message]...
Sorry for posting this again but I think some people who only care about Symbian C++ and don't go to the Qt area might be able to help me so I just reposted here.
I need a way to Play/Pause,...
How did you get it working, could you please share some of the code with me(us) as I am trying to make something similar.