Hi,
You can use CRespiritory Api to extract the value for current profile. U can search the number for silent and can check it wheather ur phone is silent or not.
Code :
CRepository*...
Type: Posts; User: niyaz.khan; Keyword(s):
Hi,
You can use CRespiritory Api to extract the value for current profile. U can search the number for silent and can check it wheather ur phone is silent or not.
Code :
CRepository*...
Hi,
One thing you can do during the creation of view you should use ApplicationRect() instead of ClientRect().
That will make your view to full screen. But in this case you have to change the cba...
Hi,
It seems u r missing some library in ur mmp file. So its giving the linking errors. Search and add it in ur mmp and then do a clean build.
Hi,
In HAL api also contains one function which will return the current batery status of ur phone. Check it.
hay,
The entry id for sent item is 0x1005. Use it instead of inbox entry id. This id is tested in s60 3 rd edition. By the same time check for capability in ur mmp like Readuserdata etc.
Hello ash_leo,
Its very much simple. U have already having one container, u just add a new container and from appUi u can control it. u can delete one container and immediately u create the next...
hi,
u just call the container with parameter as ApplicationRect() instead of ClientRect(), it will solve ur problem.
hi,
Did u checked the applcation with giving full source mbm path.
Also try with removing DrawNow() from SizeChanged() function.
Hi,
To create .Mif file write code to create it in the bld.inf file.
Hi,
First create object of the text box then only u can use it
(text->). If u use object without creating the object it will definitly show Kern EXEC-3 panic. Look at the code in more detail.
Hi, No need to create a new contact database. Every thing which is there in the nokia contact database u can re use for ur requiremnt.
Just go through this link.
...
.wav file contains only the pcm data in raw format. It will be played by CMdaAudioPlayerUtility api.
Or u can test it with
CDocumentHandler* handler = CDocumentHandler::NewL();
...
Hi, Can u explain ur error in more detail so that it will help us to explain ur error point. Add "errrd" in ur resouce file so that it will show the error reason. By the same time u check for the...
I think u need to do setfocus(ETrue); and call the drawnow function of CeikEdwin. Then only u will be able to see any thing in a editor.
Hi,
Check this link may be useful for u.
http://developer.symbian.com/forum/thread.jspa;jsessionid=6C78787689C54F27725B8EA50A2133C3.worker1?messageID=64992
Hi,
Then add the full path of ur Sdk and also in the enviornment variable and also make it as default sdk by using devices command in cmd promt. Most probably it will work.
Hi
Why u need this type of things in phone. there are lot of api there where u can block the key board functioality so that it will stay in the hang situation. This concept may fulfill ur...
Hi,
Can u explain me in some more detail so that i can help u in this problem.
Hi compile the code with s60 3rd edition and FP-2 Sdk. May be that will be the reason becoz previous 2 phones are FP-1 and MR edition and N96 is FP-2.
it doesnot matter after u update the date in the date field then in the next line u just write that line. Its job is to redraw the control and with all recent values not to draw the whole screen.
Hi,
this cone 8 is becoz u have used some resources and u forget to clean that resource before u exit from ur application. If u tell me in detail wht u did in ur application then only i will help...
Hi,
After changing the date field try this line it will redraw the ur date box.
iReqDate->SetFocus(ETrue,EDrawNow);
Thanks for ur reply.
hi,
Can any body tell me how to build the helix code of symbian multimedia.If i am compiling using abld build method its .dll is created but that image is not playing the real audio. Panic...
The reson for that panic is "This panic is raised when TRAPs have been nested and an attempt is made to exit from a TRAP nest level before all the cleanup items belonging to that level have been...