Following dialog execution is failing in Belle.
CPbkMultipleEntryFetchDlg * dlg= CPbkMultipleEntryFetchDlg::NewL (params,*engine) ;
dlg->SetMopParent (this) ;
if...
Type: Posts; User: chintandhruva; Keyword(s):
Following dialog execution is failing in Belle.
CPbkMultipleEntryFetchDlg * dlg= CPbkMultipleEntryFetchDlg::NewL (params,*engine) ;
dlg->SetMopParent (this) ;
if...
I am using Carbide v3.2.0 and Nokia_Symbian_Belle_SDK_v0.6.
I have activeperl 5.14.x installed and is in path.
I am getting following error.
***Invoking bldmake command
perl.exe -S...
Hi, I want to integrate FB and twitter in S60 app.
Tried searching for S60 samples but no success.
Does anyone have link to some FB and twitter sample with S60?
Hi , Thanks for your reply ....
I am using the below code to send email ..As you as see I am using 16 bit representation of the descriptors to support unicode.
Please help me out is there...
Hi All
I am sending an email using RSendAsMessage class but seems this method screws up when sending emails
of chinese characters.
Any pointers?
Hi,
I want to send the chracters like A,B etc in the DTMF is it possible to send?
Any pointers?
Thanks all for the reply...
Even though the launcher app is given the UID from the protected range..
I am getting the same error
Unauthorized UID/SID: e123abcd, e123abcd. Check that all the...
hi ..
I am newbie to bar code reading..
I want to create a simple QR bar code reader app.
Any pointers?
Hi all...
When I try to upload the QT for symbian signing.
I am getting the following error
Unauthorized UID/SID: e123abcd, e123abcd. Check that all the UIDs used in your SIS (including the...
suposse I have no 2.1234567890
I want I function to return 2.123456
Any function which will return only 6 digit after decimal.
Please help?
; Languages -
&EN
; Installation header
; Application UID
#{"Test"},(0x2003198F),1,0,0
;Localised Vendor name
%{"test"}
Hi Wizard thank you for the reply I didnt get what are you trying to point at for installation problem,...
Hi all,
I am getting the strange issue on not able to install on On the Nokia N93, N71, E61 and E70 devices..
apart from these it installs well on 5th edition and 3rd edition devices..
Any...
Hi
I am using CMdaAudioToneUtility to play the file
it works well on 3rd Edition and 5th Edition well but
it fails on N8 device..
Any pointer??
Thanks,
Chintan
Hi All ,
I want to browse through the in built system ringtones.
Is it possiblle? Any pointers?
Please help
Thanks,
Chintan
Hi All,
I want and get all the mp3 files in the phone and display them in a dialog.
Any pointers or links Please help
Can you please shar a code snipped with call Audio routing for mutinf the incoming call
Hi All
I am using the following code for muting the incoming call where I read the profile and change the ringing type to null
The following code works on the button press but doesnt work in...
Yes sorry about that I want to read the version number from the pkg ..
I mean that in my installed app is there a way to know what version of app is mentioned in the pkg file
Hi All,
Is there a way to know in the application version mentioned in the mmp file ??
Thanks,
Chintan
Hi
I read about Text to Speech CTtsUtility available for 3rd edition device through partnering API...
Is this also available for 5th edition devices?
Thank you for your reply....
I added \f instead of \n and problem got solved....
Hi ...
Thanks for the reply I am inserting the finalbuffer text in the CEikEdwin control using SetText Api but I am not able to see the effect of \n...
Hi
I am Newbie to symbian
I want to add "\n" to TBuf
I have written the following code for it
TBuf<50> finalBuffer;
finalBuffer.Append(number);