Have you include .mbg file in your .cpp file.
You can open .mbg file in any textpad and can chek the enum value also thereof.
Type: Posts; User: shafali gupta; Keyword(s):
Have you include .mbg file in your .cpp file.
You can open .mbg file in any textpad and can chek the enum value also thereof.
You can find everything about RPointerArray on
http://library.forum.nokia.com/
I hope this is what you require:
http://wiki.forum.nokia.com/index.php/How_to_add_contacts_from_phonebook
Did you try iEdwin->Setfocus()
for better understanding check the below link:
...
I got this tutorial described under symbian 3 product development library, could be of some help to you.
...
AFAIk without adding the missing content your app will not be published.
After adding the content your app will again submitted for QA.
Your other apps which got published wouldn't not have any...
did you check this:
http://discussion.forum.nokia.com/forum/showthread.php?196189-Re-coloring-of-QTableView
You can build your project form the carbide itself, you are not required to do it through command line.
do rightclick on your project-> build configurations->setactive->emulator (Debug)
your...
Have you implemented all the observer functions?
can u paste ur code of clientengine so that we can look into the problem.
0X100 is a Hex value , its decimal value is 256.
As wizard_hu_ suggested, first selct KMaxFileName and Press F3 then you will be able to see the value of KMaxFileName
AFAIK value of KMaxFileName is 256
Did you implement the function in this way?
TKeyResponse CGridcontainer::OfferKeyEventL(
const TKeyEvent& aKeyEvent,
TEventCode aType )
{
return CCoeControl::OfferKeyEventL(...
I think you want image as your background in all your container like skin kind of thing.
If this is your requirment then below is your link:
...
can you elaborate the scenario, which event you want to capture?
what is the size of your .mp3 file?
If it is too big, try with the smallest one first.
Pl do check the path of the file and check for it's existence.
You are not required to call Play...
you can create your own control for this.
Derive aclass from coecontrol and do the thing the way you want.
For creating custom control you can refer to wiki link
...
check this:
http://wiki.forum.nokia.com/index.php/CS001619_-_Opening_a_network_connection_in_Qt
check this thread discussing the same problem:
http://developer.symbian.org/forum/showthread.php?t=4589
State of media would get changed itself as it is a callback, when the media is loaded then you need to play the media again.
refer to this link, it may help you:
...
you want to keep a logo on UI as watermark or what?
Pl describe your requirment in detail.
In below links you will get thorough understanding of C class and T class
http://developer.symbian.org/wiki/An_Introduction_to_C_Classes...
BearerType is an enum.
BearerType QNetworkConfiguration::bearerType () const;// this is function for getting bearer type
Above function will return the bearer type but you have to compare it...
check wiki for this:
http://wiki.forum.nokia.com/index.php/A_deal_between_S60_3rd_emulator_and_Vista_the_10_seconds_fix
@ wizard_hu_
yeah actually i got to know my mistake, thanks for pointing out this.
Correct link was this:
http://www.ti.com/ww/cn/uprogram/share/ppt/c6000/Chapter17.ppt