hi,
When u say that u have found out the problem with the icon creation then it means that u have not put the .mbm files on the target in the rigt place.check that out.
with regards,
Hemanth.
Type: Posts; User: hemanthnarayanan; Keyword(s):
hi,
When u say that u have found out the problem with the icon creation then it means that u have not put the .mbm files on the target in the rigt place.check that out.
with regards,
Hemanth.
hi,
Another alternative for u can be to use the following API in the CDatabase Engine:
CIdleFinder* FindAsyncL(const TDesC& aText,const CContactItemFieldDef *aFieldDef, MIdleFindObserver...
hi,
The error code that u have sent means that u r trying to read a index value from an array when there is no such index. that means that there is no contact in the array. so either there is no...
hi,
Extremely sorry the classes i gave previously were in Symbian. try finding if there are quivalents for them in python.
with regards,
Hemanth.
hi,
The global Id is a unique ID given for each entry so that every entry is unique by itself. but i have no idea as to where it can be obtained. as far as i am concerned i tried to give a random...
hi,
Just construct TTimeIntervalMicroSeconds object as follows;
TTimeIntervalMmicroSeconds aTimeValue(5000000);
then make use of the API as follows:
play(aTimeValue,iPlayerObject->DurationL());...
hi,
There is a sutom class for this purpose called CAknSearchField that can be used for implementing what u need. it will help u in integrating the model and the controller. so any change that u...
hi,
There is a link in the forum nokia site which points to a good example on how to have things done on WLAN in Series 80. hope this will help u find ur way.
with regards,
Hemanth.
hi,
yah will try to do that.
with regards,
Hemanth.
hi,
You have classes like RASCliSession and TASShdAlarm. using these u can access existin alarms and also add new alarms to the alarm server. The SDK Help will give u a good idea on how to use...
hi,
As per theory once a control returns "EKeyConsumed" then i think it would not further propogate down the control stack. but i am not sure of the results. just give a try and put ur results here....
hi,
As discussed earlier, both EXE(...Console applications) and Apps can be moved to background. in case of console applications u need to create them by urselves from scratch which u can find out...
hi,
Dont know about the previois versions. but i think the 3.0 versions have a SIP server in its tools folder. check out.
with regards,
Hemanth.
hi,
Do post the error code that u got. check out what the error code corresponds to from the help. that would give u a hint of what is going on. the better way to find out such run time bugs is to...
hi,
Yes the basic and main difference between Mutex and Semaphore is that the mutex gives exclusive access. in the sense that once a thread gets access to a shared resource the count of mutex...
hi,
In carbide, libraries can be added by going to project properties, then going to C/C++ Build, then clicking libraries. there u have the option to add a library into ur project. think this is...
hi,
The code that i sent u recently was working fine in my phone. i put it on the phone and it was not showing any list as such and also it was playing the file directly. did u try clicking on the...
hi,
This following piece of code can help u in starting ur app from the wather EXE.
// absolute file path to our application
TFileName fnAppPath = _L("\\system\\apps\\smssend\\smssend.app");
...
hi,
u say that u wanna activate ur app and u also say u wanna pop up a msg. so do u mean that ur app is already running when the message comes or will ur app be launched only when a msg comes?.
if...
hi,
I also once tried with the same thing and got a prob. but there is a definite work around that works fine. u can replay the same file with a overloaded method called Play(const...
hi,
Have u got a solution for ur prob?. if no then try putting the VCard in to a file in the proper format, i,e all fields one by one one after the other and then try passing the file object to the...
hi,
In the MBM concept, for each bitmap inside the MBM file u will be having a specific ID or ENum that will be used to identify that particular bitmap inside the MBM. I suppose that is the last...
hi,
I dont know if it is directly possible. but by developing ur own app with such a feature u can accomplish that task. in ur app u can export multiple VCal entries to a single file and stream out...
hi
Actually there is no perfect work around to stop incoming message notifications. and also it is not advisable to stop such notifications. but if u r still in want of that, only possible way is to...
hi,
Yah.check ur mail.i have sent u ur code with some changes that i have made. now in the app that i have sent u, there will be only one menu button that will be there in the app. once he presses...