Congratulations Savaj... :)
Type: Posts; User: not_dying; Keyword(s):
Congratulations Savaj... :)
Have you tried using ErrRd.sis file? It can help you in getting the error code.
Also, if you want a variable's value to be accessible in more than one view, then one of the possible solutions is to declare that variable in AppUi.h and use it where ever you want. e.g.
if in...
RTimer API is one of the possible solutions. For calling, you can use CTelephony API.
yes. I apologize for my mistake and will take care of it in future.
Considering "PlanName" is an RArray, its value can be retrived like
TBuf iMyBuf = PlanName.operator[](index).getName(); // e.g.
Mismatch between defined resource name and its usage.
RESOURCE DIALOG r_imenu_fp2_black_list_box_conf_query1
&
if (queryDialog1->ExecuteLD( R_IMENU_BLACK_LIST_BOX_CONF_QUERY1,noteBuf ))...
...
http://www.developer.nokia.com/Community/Wiki/Utilizing_Nokia_VoIP_Client
oops... very sorry. I gave you the wrong answer in my last reply. :(
You can give the desired sis/ sisx name while creating the sis file itself via Properties >>Build Configurations., It gives you...
yes, you can.
Lots of links (like shown below) are available on wiki. You can search them.
http://www.developer.nokia.com/Community/Wiki/SMS_Operations
In your .pkg file, it must be written like:
; standard SIS file header
#{"ProjectName"},(0xED9C0AC0),1,0,0
Here, you can try giving the desired sis file name in the place of "ProjectName".
You will have to implement some logic for that. Like you can set a boolean variable to true whenever OnStartElementL() gives you value "Activation". Make it false whenever OnEndElementL() gives you...
Tonnes of congratulations from my side as well... :)
how you are defining R_IMENU_BLACK_LIST_BOX_CONF_QUERY1 in resource file?
Which environment you are using?
You might be having an array of descriptors which you might be attaching with your list box. So, you can just change the descriptors in the array itself and it will be reflected in the list box....
SDK says:
HTTP CORE 4: Mismatch between header's type and its attempted use.
1) XmlParser class has three important functions: StartElementL(), EndElementL() & OnContentL().
StartElementL(): will let you know when a particular tag is just going to parse.
EndElementL(): will...
Yes, it won't.
Can you show at which line it is panicking and by what error code?
well, I am also working on such a project which is been tested in E63 and N82 both but there is no such problem ActivateLocalViewL(). About SendUi (for sending message), I am using RSendAs &...
I don't think there is any difference while using the two things (as per you mentioned) in 3rd edition FP1 & 3rd edition FP2. You may try to increase the memory in .mmp file but that won't help you...
couldn't understood you.
Your .exe file is not getting generated. So, do check the problems/ console view for the errors.
First, you can make a New Project of Symbian C/C++ type in carbide. Then in the container/view class, you can define a function as mentioned in the link given below. After that, call the function (or...
The project's mmp file gives us the option to add static libraries in our projects. To do so, open your .mmp file (placed in group folder). Go to "Libraries" tab and in the "Static Libraries" add the...