hi,
i have testing Vrex example. i am using SDK 3ed FP1 and helix server for video streaming. during debug time i found system error -12000 nothing but not enough
bandwidth. can any one help...
Type: Posts; User: RaveendraB; Keyword(s):
hi,
i have testing Vrex example. i am using SDK 3ed FP1 and helix server for video streaming. during debug time i found system error -12000 nothing but not enough
bandwidth. can any one help...
Thank you for your valuable information.
warm regards
Raveendra
sorry . you are misunderstanding me. iam looking for symbian api's to access microsoft exchange server.
regards
raveendra.
that is ok. apart from this whar are the symbian api's existing to access microsoft exchange server.
thanks & regards
raveendra
you r correct but some information i can provide you for clarification.
the details(telephone number/email/etc) of all the contacts in the users contact list are downloaded from the exchange...
Thank you for reply. my query is how to connect microsoft exchange server with help of symbian api's or classes which provides api's to access the data like phonenumber , email , etc. i hope my...
Hi all,
I would like to know that any api to connect microsoft exchage server and access content like phone number , email id etc.
thanks & regards
raveendra
Hi All,
Iam trying to launching musicplayer using CDocumentHandler class and During lanuching musiplayer the kern-exec 0 panic is coming and the musicplayer is closed. If i run musicplayer...
It is not working. the code for reading from text file(XP NotePad with unicode format) is below. is there any problem with conversion from UTF-8 to HBufC?? if i take data into HBufC it is working...
thanks a lot man for quick reply. i reading data from text file(XP note pad) and i have saved data in unicode format in textfile. the text is coming in new line but the paragraph seperator '/r/n'...
thanks a lot Truf for quick reply. it is working for buffer data if i reading from text file(XP note pad) and i have saved data in unicode format in textfile. the paragraph seperator '\u2029' is...
Hi All,
I have text editor(CEikGlobalTextEditor). i have to insert text using _LIT( KText, "\r\nhello world\r\n\r\n services and device \r\napplications more\r\n"). The code '\r\n' for newline....
Hi Netra,
I want to samething exacly what you need. can you post some code if you have on this thread.??
Hi All,
In my application , i have Url's contains audio data those are located somewhere in the server over the internet.i don't want to download the entire data and i want to get chuck of data and...
Hi All,
In my application , i have Url's contains audio data those are located somewhere in the server over the internet.i don't want to download the entire data and i want to get chuck of data and...
Hi All,
In my application , i have Url's contains audio data those are located somewhere in the server over the internet.i don't want to download the entire data and i want to get chuck of...
I hope this is useful for you.
oid CMyApplication::StartApp(const TDesC& aAppName)
{
//Check if application is already running in the background
TApaTaskList tasks(...
Hi Cya,
Thanks a lot . problem is solved.
I have shown code above. if i comment that line then i can build my application. i have tried but i could't get answer.
i Have shown code above. if i comment that line then i can build my application. i have tried but i could't get answer.
Hi all,
When i add the RESOURCE HOTKEYS in .rss file i got build error is RCOMP filed- delete output files and warning is link name is not found.
what is the reason for this error??
<code>...
Hi Parthasaradi,
Thanks for quick reply. in my application, i have four views i want to implement above functionality for only one view not for all views. How can i do that??
Hi All,
When i press 'red' key on the emulator my application is going to be closed. but i want to be put my application in background mode so that i want to change the functionality of 'red'...
Hi all,
I have CAknIntegerEdwin control. how to set properties of a CAknIntegerEdwin including only numeric keys 1, 2 ...9 but not special keys '+', '-' and 'E'.
One more is that whenever...
Hi Kis_Spn,
I have checked with your code. i did't get atype is EKeyEvent. While pressing '+' on emulator the system generated scancode is 133 and the event types are EEventKeyDown and...