If following error Link.exe: Unable to find the version information or Link.exe is not a recognised internal or external command.,
then do this to solve it.
1) Check whether Microsoft Visual...
Type: Posts; User: empeegee; Keyword(s):
If following error Link.exe: Unable to find the version information or Link.exe is not a recognised internal or external command.,
then do this to solve it.
1) Check whether Microsoft Visual...
Setting hidden field as KAppIsHidden in the .aif file will make the AppIcon from showing up in the menu list. (the list of programs shown when menu key is pressed.)
This will not make the...
Capture Key works only for 'TKeyCode ' and not for TStdScanCode....
The 180 is the Scan code for the Menu Key....not the Key Code..
Try using EKeyMenu ....
Else use...
CaptureKey Method takes TKeyCode as the first parameter...
EStdKeyMenu,EKeyMenu, EKeyApplication0, EStdKeyApplication0....are of TStdScanCode type...
if u want to use the TStdScanCode...
I want to get the duration on an audio clip and I use CMdaAudioPlayerUtility::Duration() method to get the same. The Duration() method returns the duration correctly only if the audio file has been...
Refer to CVibraControl class...
I think u've to use CVibraControl::StartVibra() method..
U can use the following code inside the DynInitMenuPaneL() to change the menupane...
TResourceReader reader;
CEikonEnv::Static()->CreateResourceReaderLC(reader,YOUR_MENUPANE_ID);...
U can map the camera key to your application when ur application is running the backgroud...
To do this place a request with the window server to send the camera key events, even when ur...
I want to see what's happening in the event of Long key press event(holding a key for some time). So i've put a breakpoint in the HandleKeyEventL() function...
But the problem is as soon as I...
Oops ...the question should be moved to General topic...Sorry..I didn'r notice it...THe group moderator can delete this post..because it's relevant to the topic..
I want to see what's happening in the event of Long key press event(holding a key for some time). So i've put a breakpoint in the HandleKeyEventL() function...
But the problem is as soon as I...
Thank u Itomuta for the information...
I already tried the above code to hide the task from showing up in tasklist. But I was not able to succeed.
If I Call the HideTask() from ConstructL() of...
The 'hidden' option in aif file will hide the application icon from application list.
I too tried to hide the application from tasklist dynamically using windowgroupname.but it doesn't work....
...
I'm currently developing an application which requires autostart. I've created a .mdl file to do it and installed the same in \system\recogs\ folder. The problem is that I'm not able to uninstall the...
Unicode Format is used only for the strings. The labels in the Code are converted in to ASCII and stored. What you see in the rsc file are the Labels(ie label name)..not the Label Value. The label...
Hi Folks,
Is there any built-in API for voice recognition in Symbian OS? I know that there is voice recognition feature in Symbian phones(atleast in Nokia phones) in the form of Voice...