Hi
I have a username password dialog, when i tab in username or password text box, the VKB gets launched, but the problem i m getting is Insert Symbol button is disabled.
Which flag should i use...
Type: Posts; User: NRK; Keyword(s):
Hi
I have a username password dialog, when i tab in username or password text box, the VKB gets launched, but the problem i m getting is Insert Symbol button is disabled.
Which flag should i use...
Hi
Is it possible to display image in push button?
hi
How to change the ordinal position dynamically?
Means I want to use iWg.SetOrdinalPosition(0, ECoeWinPriorityLow ) in ConstructL of view.
But at some instance I want to call...
plssssss help.....
I am able to record sound in amr file.
Can i record sound directly in aac file?
Hi
I got confused in converting pcm16 encoding to aac.
What i am doing is i m recording sound in pcm16 encoding using CMMFDevSound.
When the callback function BufferToBeEmptied gets called i...
hi Pradeep, thanks for ur reply..
i already searched for this keyword in forum,
but i didnt get any use ful information that will detect orientation in background exe.
Can u tell me whether...
hi
Can i detect orientaion mode in background exe?
yes i did that using CaptureKeyUpAndDowns for menu key and red key on 5800:
iWg.CaptureKeyUpAndDowns(EStdKeyApplication0, 0, 0);
iWg.CaptureKeyUpAndDowns(EStdKeyNo, 0, 0);
But the event does...
hi
How to detect that key has been pressed for 5 seconds?
Pls reply
can anybody tell me the solution on this?
Actually i want to perform some operation if the red key or menu key is pressed for 5 seconds.....
Pls tell me how to achieve this?
hi
i m trying to capture down and up key in my background exe using :
CaptureKeyUpAndDowns for menu key and red key on 5800
But the event does not goes to the device's native application even...
hi
i want to capture the menu key on s60 3rd edition device (e66),
i m able to capture the menu key.
Now i dont want to send it to the window group.
So i m not executing the following lines...
hi gaba88,
as you suggested i used CHTTPFormEncoder using fololowing link:
http://wiki.forum.nokia.com/index.php/Constructing_HTTP_POST_Url_parameters
Though server does not get the data.
hi vaibhav
is it necessary to have the same variable name at server?
Say iPostData is my variable name, so the server side varable name should also be same?
Hi I m trying to send post query using HttpEngine Example.
But the server does not get the data which i sent using http post.
Can anybody tell me whats the problem?
Hi All,
Thanks very much for ur valuable reply....... :)
Hi
How can I send amr file in http post query?
Can I send a file directly without reading it to descriptor?
Pls suggest me the best approach.
hi
Which API should I use for playing sound file on uplink on S60 5th Edition?
Hi
I am trying to record the sound using CMMFDevSound using following code:
But neither BufferToBeEmptied() or RecordError() gets called.
Can anybody tell me what i m doing wrong?
...
Hi
i m trying to embed python in symbian c++ using:
http://wiki.forum.nokia.com/index.php/How_to_embed_Python_in_Symbian_C%2B%2B
But i m not getting what is pre_handler and aString?
As this...
Hi
i m trying to embed python in symbian c++ using:
http://wiki.forum.nokia.com/index.php/How_to_embed_Python_in_Symbian_C%2B%2B
But i m not getting what is pre_handler and aString?
As...
but through APS we can only play amr files.
I want to play all types of audio file.
I m trying to play audio file using VoIP Example app, but it is not able to play the sound when the call is ongoing.
How to play the audio file when the call in ongoing?
yes vineet,
i tried searching for this.
and i found that APS only plays AMR files.
my requirement is to play any sound file say .wav or .aac.
So is there any work around for this?