Hello, We are trying to play streaming audio for a music player application over HTTP. While i have searched discussion forums I am unable to decisively conclude that either a live stream or...
Type: Posts; User: krishnaramram; Keyword(s):
Hello, We are trying to play streaming audio for a music player application over HTTP. While i have searched discussion forums I am unable to decisively conclude that either a live stream or...
Hello,
I have a worker thread, that needs to post some content to server on a 3G data channel only. I am trying to do like this.
QNetworkAccessManager nam;
QNetworkRequest...
Hello All,
I am stuck at attempting to make emergency call in Symbian ~3. I have attempted to use the extensions API of earlier Symbian versions(I know its highly platform sensitive, but wanted to...
Hello all -
I have installed QT SDK Creator 2.2.1 June 15 release. I need to use Telephoney API and including Symbian headers is a must.
I found compiling my project file from directory...
The content i render to the screen is some parts of the font bitmap I have.It indeed looks like some text drawn on the screen, but actually constructed from a font bitmap i have.
If i understand...
Hi all,
Platform: S60 5 Ed.
I have an area in the screen where I draw fonts from a bitmap file(where i have alphabets and symbols), using block transfer of selective area in the...
Please post your code.If it helps you, Kern Exec 3 panics are for uninitialised pointers e.t.c.
First try to isolate code where you are actually getting the error.I have noticed that too many memory leaks sometimes(inconsistent) somehow show up as CBase 63.
Pleas put up the code if you can...
Hi,
Can anyone suggest how to do IPC between flash lite app and symbian application.
I understand that opening a local socket connection is one approach. Are there any others??
Please point to...
Hi,
I have a window group created in one of my Exe applications on which i draw an image and text. Now i want to know if i can use CAknButton on it to handle some touch events.
Can touch...
Can anybody tell if becomming a publisher is free, paid and if so how much.
screencasts say its free, somebody on facebook says its 50$. Really confusing.
Its really painful to find such basic...
hi all,
I want to remove thumbnails from phonebook for all contactts.(For some testing..)
app crashes with CNTMODEL-51. iContactDb->CommitContactL(*iContactItem);
Advice what is wrong here....
I want execution to be blocked at contents marked in Red.
Now i want none of active objects to wake up this thread. I just want execution to resume from where it blocked.
which is why i am...
I am not sure as to what an equaivalent dialog is for CAknPopUplist.
Can you suggest something.
Hi all,
I have a weird problem. I am using CAknPopUpList to show menu. This Blocks the thread at
//Showing Dialog
popupList->ExecuteLD();
//Http Events
MHFRunL(..)
{
Hi All,
Working on a similar type of code. Just wanted to confirm that we may not use a single active object for monitoring and answering a call.
My code goes like this:
RunL()
{
...
I am unable to disply trademark ™ symbol in my app while I am able to show Registered ®, and Copyright symbol ©.
I am unable to do so in emulator as well as Phone(N93 & N95).
TBuf<100>...
Hi All,
Thanks for sharing your views.
Most of you have commented on how to Either do a ResetAndDestroy(), or delete all the elements in the array, which i do not clearly want as the array's...
Modified below in helloworldbasic app.
In HelloworlsbasicAppUi.h
RPointerArray<CFbsBitmap> iBmpArray;
CFbsBitmap *b1;
CFbsBitmap *b2;
I made a small correction.
Can you check again. while i agree with you on the correct usages of Rpointerarray and Rarray, I am not sure why i get a kern exec 3 or user 42 that point to heap...
does RArray.Remove(index) free memory associated with the index element.
Rarray<Item*> aItem;
aItem.Append(someitem1);
aItem.Append(someitem2);
.
.
.
Item* anItem = aItem[index];...
Hi Mateen,
Can you tell me how you configured to run it on emulator?
Any help would be great.
Thanks,
Hi fathema,
Can you give me any leads on how you achived speech recognition.
Specifically are there any examples.
It will be great to hear from you. Please do reply.
Thanks
Hi Shilpa,
I am facing the same problem as you, in that i am unable to refresh screen from another thread.
I am calling DrawNow()/DrawDeferred() from my child thread.I am using a child thread...
Declare in your Container class like this,
TVwsViewId viewId;
Call the function GetActiveviewId( ) Like this:
iAvkonViewAppUi->GetActiveViewId(viewId);
The currently active view will be...